Closed surfii3z closed 5 years ago
@ericcristofalo can you look at this? This will happen if moveOnSpline is called with no waypoint in the argument. I am not sure if when you're truncating the waypoints, if there's an assertion being made somewhere.
hmm, so what is happening is that if waypoint argument of moveOnSpline has only one element, and add_position_constraint
is set to False, I don't insert the current odometry, thereby leading to this error.
When the GTP code is sending only a single waypoint, then add_position_constraint
should be set to True
@madratman Thank you very much for the information. I thought this was the simulator problem.
Hello, I try running baseline_racer_gtp.py, following https://github.com/microsoft/AirSim-NeurIPS2019-Drone-Racing#sample-code.
However I got the engine crash with the following log
What is the cause of this?