Hi - I’m trying to make a simple app for ANAFI, just to take off, fly a few feet, take some video, and then land. I have been working with the HelloDrone and Camera sample apps as a starting point, but running into two issues:
- When I try to take a photo in a timed routine (
scheduleAtFixedRate
), which would be nice, it crashes the app. - I can’t figure out how to get the drone to move. It will take off and land, but when I try
setRoll
orsetPitch
, it doesn’t do anything.
I’m new to Kotlin and to the SDK, so I am sure I am missing a lot. Any help would be very much appreciated.