Page 1 of 1

Input to CFClient 2.0

Posted: Thu Jul 16, 2015 12:12 pm
by Prashant
Hello,

I wanted to feed values to CFclient through notepad or some other simple application but not through PS3 controller...Is it possible to do...?
I want to do this as i can give input on my own and ask quadcopter to do some behaviour.

Thanks,
Prashant

Re: Input to CFClient 2.0

Posted: Mon Jul 20, 2015 9:00 am
by arnaud
Hi Prashant,

I am not sure what you mean by "notepad". But the easiest to control Crazyflie from another application would be to use the ZMQ interface.

You can use it both with the client: https://wiki.bitcraze.io/doc:crazyflie: ... q_backends Or using a standalone (ie with no GUI) client: https://wiki.bitcraze.io/doc:crazyflie: ... fzmq:index

Otherwise you can directly write a program using the python, or other language, API but then you will have to handle everything.

Regards,
Arnaud