merge Service branch into main #5

Merged
SemvdH merged 193 commits from service into main 2023-05-08 13:42:59 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit b4494a726d - Show all commits

View File

@@ -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;