Skip to content

Commit

Permalink
offboard: Add acceleration setpoints (PX4#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeyoung-Lim authored Nov 30, 2020
1 parent 6210eef commit 2e1b0d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/flight_modes/offboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ The action is defined in the parameters [COM_OBL_ACT](#COM_OBL_ACT) and [COM_OBL
* The following input combinations are supported: <!-- https://github.com/PX4/PX4-Autopilot/blob/master/src/lib/FlightTasks/tasks/Offboard/FlightTaskOffboard.cpp#L166-L170 -->
* Position setpoint (only `x`, `y`, `z`)
* Velocity setpoint (only `vx`, `yy`, `vz`)
* *Thrust* setpoint (only `afx`, `afy`, `afz`)
> **Note** Acceleration setpoint values are mapped to create a normalized thrust setpoint (i.e. acceleration setpoints are not "properly" supported).
* Acceleration setpoint (only `afx`, `afy`, `afz`)
* Position setpoint **and** velocity setpoint (the velocity setpoint is used as feedforward; it is added to the output of the position controller and the result is used as the input to the velocity controller).
* Position setpoint **and** velocity setpoint **and** acceleration (the acceleration setpoint is used as feedforward; it is added to the output of the position controller and the result is used as the input to the velocity controller).
- - PX4 supports the following `coordinate_frame` values (only): [MAV_FRAME_LOCAL_NED](https://mavlink.io/en/messages/common.html#MAV_FRAME_LOCAL_NED) and [MAV_FRAME_BODY_NED](https://mavlink.io/en/messages/common.html#MAV_FRAME_BODY_NED).

* [SET_POSITION_TARGET_GLOBAL_INT](https://mavlink.io/en/messages/common.html#SET_POSITION_TARGET_GLOBAL_INT)
Expand Down

0 comments on commit 2e1b0d1

Please sign in to comment.