mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-15 06:50:36 +08:00
simulator: typo in initial output message
This commit is contained in:
@@ -715,7 +715,7 @@ void Simulator::pollForMAVLinkMessages(bool publish, int udp_port)
|
||||
handle_message(&msg, publish);
|
||||
|
||||
if (msg.msgid != 0 && (hrt_system_time() - pstart_time > 1000000)) {
|
||||
PX4_INFO("Got initial simuation data, running sim..");
|
||||
PX4_INFO("Got initial simulation data, running sim..");
|
||||
no_sim_data = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user