mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-20 23:37:35 +08:00
Navigator: Be less verbose
This commit is contained in:
@@ -476,7 +476,6 @@ MissionBlock::issue_command(const struct mission_item_s *item)
|
||||
}
|
||||
|
||||
} else {
|
||||
PX4_INFO("forwarding command %d", item->nav_cmd);
|
||||
struct vehicle_command_s cmd = {};
|
||||
mission_item_to_vehicle_command(item, &cmd);
|
||||
const hrt_abstime now = hrt_absolute_time();
|
||||
|
||||
Reference in New Issue
Block a user