mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-08-21 13:40:34 +08:00
logger: log angular acceleration, torque and thrust setpoints for system identification
This commit is contained in:
@@ -653,6 +653,9 @@ void Logger::add_system_identification_topics()
|
||||
add_topic("actuator_controls_0");
|
||||
add_topic("actuator_controls_1");
|
||||
add_topic("sensor_combined");
|
||||
add_topic("vehicle_angular_acceleration");
|
||||
add_topic("vehicle_angular_acceleration_setpoint");
|
||||
add_topic("vehicle_torque_setpoint");
|
||||
}
|
||||
|
||||
int Logger::add_topics_from_file(const char *fname)
|
||||
|
||||
Reference in New Issue
Block a user