mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 05:40:35 +08:00
adf2d2f73a
* 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>