mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-15 01:30:35 +08:00
Added high rate esc_status logging to the high rate logging category along with actuator_outputs_debug. Both of these
really help diagnosing odd flight behavior / crashes on VOXL2. Also changed the logger start commands in the VOXL2 standard and HITL startup scripts.
This commit is contained in:
committed by
Daniel Agar
parent
78bbb66568
commit
0f665f2772
@@ -316,7 +316,9 @@ void LoggedTopics::add_high_rate_topics()
|
||||
add_topic("vehicle_attitude_setpoint");
|
||||
add_topic("vehicle_rates_setpoint");
|
||||
|
||||
add_topic("esc_status", 5);
|
||||
add_topic("actuator_motors");
|
||||
add_topic("actuator_outputs_debug");
|
||||
add_topic("actuator_servos");
|
||||
add_topic_multi("vehicle_thrust_setpoint", 0, 2);
|
||||
add_topic_multi("vehicle_torque_setpoint", 0, 2);
|
||||
|
||||
Reference in New Issue
Block a user