change to attitude heartbeat
This commit is contained in:
@@ -42,8 +42,8 @@ private:
|
|||||||
auto msg = px4_msgs::msg::OffboardControlMode();
|
auto msg = px4_msgs::msg::OffboardControlMode();
|
||||||
msg.position = false;
|
msg.position = false;
|
||||||
msg.velocity = false;
|
msg.velocity = false;
|
||||||
msg.acceleration = true;
|
msg.acceleration = false;
|
||||||
msg.attitude = false;
|
msg.attitude = true;
|
||||||
msg.body_rate = false;
|
msg.body_rate = false;
|
||||||
msg.actuator = false;
|
msg.actuator = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user