forked from Archive/PX4-Autopilot
logger: log vehicle_model for system identification
This commit is contained in:
parent
96c9f56e1b
commit
96891df222
|
@ -656,6 +656,7 @@ void Logger::add_system_identification_topics()
|
|||
add_topic("vehicle_angular_acceleration");
|
||||
add_topic("vehicle_angular_acceleration_setpoint");
|
||||
add_topic("vehicle_torque_setpoint");
|
||||
add_topic("vehicle_model");
|
||||
}
|
||||
|
||||
int Logger::add_topics_from_file(const char *fname)
|
||||
|
|
Loading…
Reference in New Issue