mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +08:00
msg: rename sensor_bias -> estimator_sensor_bias
This commit is contained in:
committed by
Lorenz Meier
parent
db49e5abcd
commit
10410fc868
+1
-1
@@ -61,6 +61,7 @@ set(msg_files
|
||||
esc_report.msg
|
||||
esc_status.msg
|
||||
estimator_innovations.msg
|
||||
estimator_sensor_bias.msg
|
||||
estimator_status.msg
|
||||
follow_target.msg
|
||||
geofence_result.msg
|
||||
@@ -108,7 +109,6 @@ set(msg_files
|
||||
sensor_accel_integrated.msg
|
||||
sensor_accel_status.msg
|
||||
sensor_baro.msg
|
||||
sensor_bias.msg
|
||||
sensor_combined.msg
|
||||
sensor_correction.msg
|
||||
sensor_gyro.msg
|
||||
|
||||
@@ -147,7 +147,7 @@ rtps:
|
||||
- msg: sensor_baro
|
||||
id: 63
|
||||
send: true
|
||||
- msg: sensor_bias
|
||||
- msg: estimator_sensor_bias
|
||||
id: 64
|
||||
- msg: sensor_combined
|
||||
id: 65
|
||||
|
||||
Reference in New Issue
Block a user