Page 1 of 1

[sovled]How to use the automousSequence

Posted: Thu Jan 05, 2017 7:06 am
by gwiily
I saw this

https://github.com/bitcraze/crazyflie-l ... equence.py

but i don't know how to enable it, and let the crazyflie fly in the air.

Anyone know this?

Thanks.

Re: How to use the automousSequence

Posted: Thu Jan 05, 2017 10:15 am
by arnaud
Hi,

This example will work if the Crazyflie know its position, like in the loco positioning system. There is more doc on how to use it on the wiki: https://wiki.bitcraze.io/doc:lps:index# ... ithout_ros

Re: How to use the automousSequence

Posted: Thu Jan 05, 2017 11:33 am
by gwiily
arnaud wrote:Hi,

This example will work if the Crazyflie know its position, like in the loco positioning system. There is more doc on how to use it on the wiki: https://wiki.bitcraze.io/doc:lps:index# ... ithout_ros
Thanks for your replay.I have looked this doc before, but now I don't know how to run the script.Can you give me a example to run this script.

Re: How to use the automousSequence

Posted: Thu Jan 05, 2017 12:56 pm
by arnaud
Assuming you have the Crazyflie lib and client installed in your system you will just have to run it with "python3 automousSequence.py" from the console.