mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
fix typo in comment
This commit is contained in:
parent
a0ae5aeebb
commit
211b58cd1a
@ -138,7 +138,7 @@ void MulticopterAttitudeControlBase::control_attitude(float dt)
|
||||
// _publish_att_sp = true;
|
||||
}
|
||||
|
||||
/* reset yaw setpint to current position if needed */
|
||||
/* reset yaw setpoint to current position if needed */
|
||||
if (_reset_yaw_sp) {
|
||||
_reset_yaw_sp = false;
|
||||
_v_att_sp_mod.data().yaw_body = _v_att->data().yaw;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user