mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
logger: add vehicle_constraints to default set
This commit is contained in:
@@ -95,6 +95,7 @@ void LoggedTopics::add_default_topics()
|
|||||||
add_topic("vehicle_attitude", 50);
|
add_topic("vehicle_attitude", 50);
|
||||||
add_topic("vehicle_attitude_setpoint", 100);
|
add_topic("vehicle_attitude_setpoint", 100);
|
||||||
add_topic("vehicle_command");
|
add_topic("vehicle_command");
|
||||||
|
add_topic("vehicle_constraints", 1000);
|
||||||
add_topic("vehicle_control_mode");
|
add_topic("vehicle_control_mode");
|
||||||
add_topic("vehicle_global_position", 200);
|
add_topic("vehicle_global_position", 200);
|
||||||
add_topic("vehicle_gps_position", 500);
|
add_topic("vehicle_gps_position", 500);
|
||||||
|
|||||||
Reference in New Issue
Block a user