mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 06:17:35 +08:00
logger: increase default GPS rate
Signed-off-by: Julian Oes <julian@oes.ch>
This commit is contained in:
@@ -120,7 +120,7 @@ void LoggedTopics::add_default_topics()
|
||||
add_topic("vehicle_constraints", 1000);
|
||||
add_topic("vehicle_control_mode");
|
||||
add_topic("vehicle_global_position", 200);
|
||||
add_topic("vehicle_gps_position", 500);
|
||||
add_topic("vehicle_gps_position", 100);
|
||||
add_topic("vehicle_land_detected");
|
||||
add_topic("vehicle_local_position", 100);
|
||||
add_topic("vehicle_local_position_setpoint", 100);
|
||||
|
||||
Reference in New Issue
Block a user