Open Kchour opened 3 years ago
We cannot control the drone's speed using the moveTo() or moveBy(). Means we cannot set the drone's speed during waypoint following.
moveTo()
moveBy()
A potential solution would involve writing our own drone position controller using olympe.messages.ardrone3.Piloting.PCMD , that can obey set speed.
olympe.messages.ardrone3.Piloting.PCMD
We cannot control the drone's speed using the
moveTo()
ormoveBy()
. Means we cannot set the drone's speed during waypoint following.A potential solution would involve writing our own drone position controller using
olympe.messages.ardrone3.Piloting.PCMD
, that can obey set speed.