Page 1 of 1

[SOLVED] Crazieflie Communication Simulator?

Posted: Wed Jun 24, 2015 10:38 am
by gherlein
Has anyone built something to simulate the CrazyFlie2 communication behavior? Something to allow a controller developer to write a complex controller without actually communicating with a real cf2 copter?

Re: Crazieflie Communication Simulator?

Posted: Wed Jun 24, 2015 11:29 am
by hsanjuan
Check: https://github.com/bitcraze/crazyflie-c ... gdriver.py

Instead of using the radio_driver (which in turns talks to crazyradio.py), you can use this fake driver to debug (i think)

Re: Crazieflie Communication Simulator?

Posted: Thu Jul 09, 2015 2:30 pm
by marcus
hsanjuan wrote:Check: https://github.com/bitcraze/crazyflie-c ... gdriver.py

Instead of using the radio_driver (which in turns talks to crazyradio.py), you can use this fake driver to debug (i think)
Hi,

Currently there's nothing to "simulate" the firmware running on the Crazyflie, but for developing the client there's the debugdriver that can be used. This will reply to messages and send fake data back.