当车辆到达某个点时,我正在尝试将引导模式更改为闲逛。但是一旦模式改变,高度就变成了模拟器中的零车辆碰撞。
在更改为闲逛模式之前,我是否指定了任何高度?
#change the mode to loiter and wait for 10 seconds
vehicle.mode = VehicleMode("LOITER")
while not vehicle.mode.name == "LOITER":
print "Waiting for vehicle to change to LOITER Mode"
sleep(1)