Page 1 of 1

Position Question

Posted: Wed Sep 15, 2021 6:20 pm
by Leopardopt
Hello,

I was wondering if there is a default code or some way that the drones can give off their position while flying around. Is such a thing available as default or should it be manually coded? Are there resources to assist if it has to be manually done? I have seen the motion_commander as well as sequences manually given to the drones on swarm. But I want to extract positions of steady drones..

Sincerely,

Leopardopt

Re: Position Question

Posted: Mon Sep 20, 2021 8:59 am
by jonasdn
Hi Leopardopt!

You can check out the logging variables: https://www.bitcraze.io/documentation/r ... /api/logs/ and this guide on how to use them: https://www.bitcraze.io/documentation/r ... log_param/.

For getting logging variables for position the stateEstimator might be the correct group: https://www.bitcraze.io/documentation/r ... teEstimate