Browse Source
* extend uuv_att_control * add feedthrough thrust_y + thrust_z direction * extend uuv_att_control * add feedthrough thrust_y + thrust_z direction * update formatting * fix submarine sitl: indicate motor channel range 0..1 or -1..1 in simulation_mavlink.cpp (#16637) change motor_count variable to 'pos_thrust_motor_count' This is more specific to what is actually happening in the code. 'pos_thrust_motors_count' indicates number of motor channels which are configured with 0..1 range (positive thrust) all other motors are configured for -1..1 range submarine only have motors with -1..1 range. Thus, pos_thrust_motor_count = 0 Co-authored-by: Thies Lennart Alff <33184858+lennartalff@users.noreply.github.com> * extend uuv_att_control * add feedthrough thrust_y + thrust_z direction * update formatting Co-authored-by: Thies Lennart Alff <33184858+lennartalff@users.noreply.github.com>release/1.12
2 changed files with 36 additions and 10 deletions
Loading…
Reference in new issue