change heartbeat to attitude
This commit is contained in:
@@ -40,9 +40,9 @@ private:
|
||||
// set message to enable attitude
|
||||
auto msg = px4_msgs::msg::OffboardControlMode();
|
||||
msg.position = false;
|
||||
msg.velocity = true;
|
||||
msg.velocity = false;
|
||||
msg.acceleration = false;
|
||||
msg.attitude = false;
|
||||
msg.attitude = true;
|
||||
msg.body_rate = false;
|
||||
msg.actuator = false;
|
||||
|
||||
|
||||
Submodule src/px4_ros_com updated: 1562ff30d5...0bcf68bcb6
Reference in New Issue
Block a user