You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
303 B
9 lines
303 B
10 years ago
|
# Definition of force (NED) setpoint uORB topic. Typically this can be used
|
||
|
# by a position control app together with an attitude control app.
|
||
|
|
||
|
|
||
|
float32 x # in N NED
|
||
|
float32 y # in N NED
|
||
|
float32 z # in N NED
|
||
|
float32 yaw # right-hand rotation around downward axis (rad, equivalent to Tait-Bryan yaw)
|