mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 00:10:35 +08:00
PositionControl: comment fix + unused parameter removal
This commit is contained in:
committed by
Beat Küng
parent
421aeb69d8
commit
88cf2aebc6
@@ -87,7 +87,7 @@ void PositionControl::updateSetpoint(struct vehicle_local_position_setpoint_s se
|
||||
_vel_sp = Data(&setpoint.vx);
|
||||
_acc_sp = Data(&setpoint.acc_x);
|
||||
_thr_sp = Data(setpoint.thrust);
|
||||
_yaw_sp = setpoint.yaw; //integrate
|
||||
_yaw_sp = setpoint.yaw;
|
||||
_yawspeed_sp = setpoint.yawspeed;
|
||||
_interfaceMapping();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user