mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 04:57:34 +08:00
logger: remove actuator_controls from list of default topics
this was actually never published, only _0, _1, ... get published
This commit is contained in:
@@ -531,7 +531,6 @@ void Logger::add_default_topics()
|
||||
add_topic("satellite_info");
|
||||
add_topic("vehicle_attitude_setpoint", 20);
|
||||
add_topic("vehicle_rates_setpoint", 10);
|
||||
add_topic("actuator_controls", 20);
|
||||
add_topic("actuator_controls_0", 20);
|
||||
add_topic("actuator_controls_1", 20);
|
||||
add_topic("vehicle_local_position", 100);
|
||||
|
||||
Reference in New Issue
Block a user