mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
make format
This commit is contained in:
parent
492e40a139
commit
d6ea735b18
@ -3310,8 +3310,7 @@ MulticopterPositionControl::task_main()
|
||||
* point_2 contains _pos_sp_triplet.next if valid */
|
||||
|
||||
update_avoidance_waypoint_desired(vehicle_trajectory_waypoint_s::POINT_0, _pos, _vel_sp_desired, matrix::Vector3f(NAN,
|
||||
NAN,
|
||||
NAN), _yaw, NAN);
|
||||
NAN, NAN), _yaw, NAN);
|
||||
|
||||
if (_pos_sp_triplet.current.valid) {
|
||||
update_avoidance_waypoint_desired(vehicle_trajectory_waypoint_s::POINT_1, _curr_pos_sp, matrix::Vector3f(NAN, NAN, NAN),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user