Input to CFClient 2.0

Post here to get support
Post Reply
Prashant
Beginner
Posts: 3
Joined: Sun Jul 12, 2015 10:22 am

Input to CFClient 2.0

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

Re: Input to CFClient 2.0

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