mavlink / MAVSDK-Java

MAVSDK client for Java.
68 stars 40 forks source link

Command for optical Flow device #91

Open SatCere opened 2 years ago

SatCere commented 2 years ago

Dear friends: I use optical flow device. Which commands can I use to move drone forward and backward by Android Java?

sean

julianoes commented 2 years ago

You can use the ManualControl plugin and do position control. Or you can use the Offboard plugin and use the position API.

I always suggest to play with the full setup using simulation first.