mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
logger: increase default GPS rate
Signed-off-by: Julian Oes <julian@oes.ch>
This commit is contained in:
parent
9387de8282
commit
976cd67f71
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user