mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-05 11:20:35 +08:00
Temporary logging addition to debug CI
This commit is contained in:
committed by
Daniel Agar
parent
fafbb687d8
commit
e92795b474
@@ -485,6 +485,7 @@ void FlightModeManager::generateTrajectorySetpoint(const float dt,
|
||||
_time_stamp_last_loop);
|
||||
constraints.speed_up = _takeoff.updateRamp(dt, constraints.speed_up);
|
||||
|
||||
constraints.flight_task = _flight_tasks.getActiveTask();
|
||||
_vehicle_constraints_pub.publish(constraints);
|
||||
|
||||
if (not_taken_off) {
|
||||
|
||||
Reference in New Issue
Block a user