Skip to content

Commit

Permalink
px4_config: set the thrust_scaling to one by default
Browse files Browse the repository at this point in the history
  • Loading branch information
TSC21 committed Jan 25, 2019
1 parent 0fddf44 commit 26e0b47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mavros/launch/px4_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ setpoint_attitude:
rate_limit: 50.0

setpoint_raw:
thrust_scaling: 0.0 # used in rpyt callback
thrust_scaling: 1.0 # used in setpoint_raw attitude callback.
# Note: PX4 expects normalized thrust values between 0 and 1, which means that
# the scaling needs to be unitary and the inputs should be 0..1 as well.

# setpoint_position
setpoint_position:
Expand Down

0 comments on commit 26e0b47

Please sign in to comment.