[sovled]How to use the automousSequence

Firmware/software/electronics/mechanics
Post Reply
gwiily
Beginner
Posts: 20
Joined: Wed Dec 02, 2015 2:12 am

[sovled]How to use the automousSequence

Post 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.
Last edited by gwiily on Mon Feb 27, 2017 2:34 am, edited 1 time in total.
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: How to use the automousSequence

Post 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
gwiily
Beginner
Posts: 20
Joined: Wed Dec 02, 2015 2:12 am

Re: How to use the automousSequence

Post 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.
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

Re: How to use the automousSequence

Post 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.
Post Reply