-
Hello, I am trying to configure the crazyswarm. All the previous steps of configuring went well. When I tried to do Note that I have configured the crazyflie to number 4 as upto number 3 was used by other CFs. I have made the required changes in the configuration files as well.
Any suggestions where I might have gone wrong? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I got the problem. Even I put |
Beta Was this translation helpful? Give feedback.
I got the problem.
Even I put
id: 4
, in configuration file it consider it as04
and the address for the radio it takes isradio://0/80/2M/E7E7E7E704
instead ofradio://0/80/2M/E7E7E7E74
radio://0/80/2M/E7E7E7E7E4
To change this behavior refer this line in crazyswarm_server.cpp and change it to thesstr << std::hex << id;
which now works perfectly.