Emre Demir
Emre Demir

Reputation: 3

How to command Directional Movement in dronekit?

Is any way to execute directional movement (turn left, move forward, etc) for Dronekit?

Thanks.

Upvotes: 0

Views: 211

Answers (1)

Baskara
Baskara

Reputation: 301

If you are using Dronekit for Copter you can use velocity control or target positioning, The dronekit documentation explain it very good in here http://python.dronekit.io/guide/copter/guided_mode.html. But if you want to control Plane you can use Channel Override, basically it work by emulating a remote control, They also explain it in the documentation http://python.dronekit.io/examples/channel_overrides.html.

Upvotes: 1

Related Questions