mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 16:29:06 +08:00
uORB delete unused vehicle_force_setpoint
This commit is contained in:
parent
d3c87c77d2
commit
b8e24b5d2f
@ -110,7 +110,6 @@ set(msg_files
|
||||
vehicle_command.msg
|
||||
vehicle_command_ack.msg
|
||||
vehicle_control_mode.msg
|
||||
vehicle_force_setpoint.msg
|
||||
vehicle_global_position.msg
|
||||
vehicle_gps_position.msg
|
||||
vehicle_land_detected.msg
|
||||
|
||||
@ -84,7 +84,7 @@ msg_id_map = {
|
||||
'vehicle_command_ack': 79,
|
||||
'vehicle_command': 80,
|
||||
'vehicle_control_mode': 81,
|
||||
'vehicle_force_setpoint': 82,
|
||||
|
||||
'vehicle_global_position': 83,
|
||||
|
||||
'vehicle_gps_position': 85,
|
||||
|
||||
@ -1,8 +0,0 @@
|
||||
# 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)
|
||||
Loading…
x
Reference in New Issue
Block a user