mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
mc_pos_control: set local position setpoint message for idle; for logging purpose,
always send local position setpoint when in air
This commit is contained in:
parent
e6f04ad34a
commit
8da2ff4d77
@ -72,6 +72,7 @@ public:
|
||||
|
||||
matrix::Vector3f getThrustSetpoint() {return _thr_sp;}
|
||||
float getYawSetpoint() { return _yaw_sp;}
|
||||
float getYawspeedSetpoint() {return _yawspeed_sp;}
|
||||
float getThrottle() {return _throttle;}
|
||||
matrix::Vector3f getVelSp() {return _vel_sp;}
|
||||
matrix::Vector3f getPosSp() {return _pos_sp;}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user