mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-07 07:30:34 +08:00
fix comment style
This commit is contained in:
@@ -977,7 +977,7 @@ void MulticopterPositionControl::handle_vehicle_attitude(const px4_vehicle_atti
|
||||
_att_sp_msg.data().yaw_body = _att->data().yaw;
|
||||
}
|
||||
|
||||
// do not move yaw while arming
|
||||
/* do not move yaw while arming */
|
||||
else if (_manual_control_sp->data().z > 0.1f)
|
||||
{
|
||||
const float YAW_OFFSET_MAX = _params.man_yaw_max / _params.mc_att_yaw_p;
|
||||
|
||||
Reference in New Issue
Block a user