Skip to content

Commit

Permalink
Update offboard docs with more details on direct actuator messages (#…
Browse files Browse the repository at this point in the history
…3470)

* Update offboard docs with more details on direct actuator messages

* Update en/flight_modes/offboard.md

Co-authored-by: Beniamino Pozzan <[email protected]>

---------

Co-authored-by: Hamish Willee <[email protected]>
Co-authored-by: Beniamino Pozzan <[email protected]>
  • Loading branch information
3 people authored Dec 1, 2024
1 parent 54e5668 commit dc298de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions en/flight_modes/offboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ The following offboard control modes bypass all internal PX4 control loops and s

- [px4_msgs::msg::ActuatorMotors](https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorMotors.msg) + [px4_msgs::msg::ActuatorServos](https://github.com/PX4/PX4-Autopilot/blob/main/msg/ActuatorServos.msg)
- You directly control the motor outputs and/or servo outputs.
- Currently works at lower level than then `control_allocator` module. Do not publish these messages when not in offboard mode.
- All the values normalized in \[-1, 1\]. For outputs that do not support negative values, negative entries map to `NaN`.
- `NaN` maps to disarmed.

Expand Down

0 comments on commit dc298de

Please sign in to comment.