mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 15:40:31 +08:00
mavlink_main: remove nonexisting streams
Removes SITL startup warnings:
WARN [mavlink] stream SCALED_IMU2 not found
WARN [mavlink] stream SCALED_IMU3 not found
Introduced in 9122725052
This commit is contained in:
@@ -2062,8 +2062,6 @@ Mavlink::task_main(int argc, char *argv[])
|
||||
configure_stream("POSITION_TARGET_LOCAL_NED", 10.0f);
|
||||
configure_stream("RC_CHANNELS", 20.0f);
|
||||
configure_stream("SCALED_IMU", 50.0f);
|
||||
configure_stream("SCALED_IMU2", 50.0f);
|
||||
configure_stream("SCALED_IMU3", 50.0f);
|
||||
configure_stream("SERVO_OUTPUT_RAW_0", 10.0f);
|
||||
configure_stream("SYS_STATUS", 5.0f);
|
||||
configure_stream("SYSTEM_TIME", 1.0f);
|
||||
|
||||
Reference in New Issue
Block a user