mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
logger: add RPM sensor messages
This commit is contained in:
parent
baf3cd5c30
commit
e43aa4e287
@ -71,6 +71,7 @@ void LoggedTopics::add_default_topics()
|
||||
add_topic("position_setpoint_triplet", 200);
|
||||
add_topic("radio_status");
|
||||
add_topic("rate_ctrl_status", 200);
|
||||
add_topic("rpm", 500);
|
||||
add_topic("safety", 1000);
|
||||
add_topic("sensor_combined", 100);
|
||||
add_topic("sensor_correction", 1000);
|
||||
@ -398,4 +399,3 @@ void LoggedTopics::initialize_configured_topics(SDLogProfileMask profile)
|
||||
add_vision_and_avoidance_topics();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user