mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-30 06:14:07 +08:00
uORB delete unused filtered_bottom_flow
This commit is contained in:
parent
a8787e8fe3
commit
6ca86c3608
@ -55,7 +55,6 @@ set(msg_files
|
||||
esc_report.msg
|
||||
esc_status.msg
|
||||
estimator_status.msg
|
||||
filtered_bottom_flow.msg
|
||||
follow_target.msg
|
||||
fw_pos_ctrl_status.msg
|
||||
geofence_result.msg
|
||||
|
||||
@ -1,7 +0,0 @@
|
||||
# Filtered bottom flow in bodyframe.
|
||||
|
||||
float32 sumx # Integrated bodyframe x flow in meters
|
||||
float32 sumy # Integrated bodyframe y flow in meters
|
||||
|
||||
float32 vx # Flow bodyframe x speed, m/s
|
||||
float32 vy # Flow bodyframe y Speed, m/s
|
||||
@ -15,7 +15,7 @@ msg_id_map = {
|
||||
'camera_trigger': 10,
|
||||
'collision_report': 11,
|
||||
'commander_state': 12,
|
||||
'control_state': 13,
|
||||
|
||||
'cpuload': 14,
|
||||
'debug_key_value': 15,
|
||||
'differential_pressure': 16,
|
||||
@ -28,13 +28,13 @@ msg_id_map = {
|
||||
'estimator_status': 23,
|
||||
'fence': 24,
|
||||
'fence_vertex': 25,
|
||||
'filtered_bottom_flow': 26,
|
||||
|
||||
'follow_target': 27,
|
||||
'fw_pos_ctrl_status': 28,
|
||||
'geofence_result': 29,
|
||||
'gps_dump': 30,
|
||||
'gps_inject_data': 31,
|
||||
'hil_sensor': 32,
|
||||
|
||||
'home_position': 33,
|
||||
'input_rc': 34,
|
||||
'led_control': 35,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user