Skip to content

Commit

Permalink
update ocm reference
Browse files Browse the repository at this point in the history
  • Loading branch information
mnissov committed Feb 5, 2025
1 parent 312db7f commit aa96939
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/modules/mc_safe_control/MulticopterSafeControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,9 +344,8 @@ void MulticopterSafeControl::Run()
ocm.acceleration = false;
ocm.attitude = true;
ocm.body_rate = false;
ocm.actuator = false;
// ocm.thrust_and_torque = true;
// ocm.direct_actuator = false;
ocm.thrust_and_torque = false;
ocm.direct_actuator = false;
ocm.timestamp = hrt_absolute_time();
_offboard_control_mode_pub.publish(ocm);

Expand Down

0 comments on commit aa96939

Please sign in to comment.