Open H1ghBre4k3r opened 1 week ago
That's strange behavior I haven't seen before. Are you using the modified client https://github.com/llanesc/crazyflie-clients-python with branch sitl-release? If you have the official one installed then you need to uninstall it first. What is your real time factor in Gazebo?
Hey everyone!
I followed the installation instructions to the point where I start the simulation via
Then, I start
cfclient
, click onScan
and the address of the crazyflie pops up (udp://0.0.0.0:19850
). However, when I click onConnect
, the client is completely stuck.In the logs of the simulation, I can see
and the client shows
After that, nothing happens and I have to kill the client via the terminal.
My setup is: Ubuntu 22.04 (for ARM) Python 3.10 Gazebo Garden
Thanks a lot for your help!