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
Input to CFClient 2.0
Re: Input to CFClient 2.0
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
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