-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[offboard] add thrust and torque control mode
New thrust and torque control mode added which replaces the previous actuator mode, in this mode the rate controllers are disables, the control allocator is enabled and the used externally provices vehicle_thrust_setpoints and vehicle_torque_setpoints. New direct_actuator mode In direct_actuator mode the control allocator module does not publish actuator_motors and actuator_servos messages which must instead be provided extrernally by the user. Removed old direct mode. Signed-off-by: Beniamino Pozzan <[email protected]>
- Loading branch information
1 parent
6cc3877
commit 1c8f31f
Showing
3 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters