-
Hi! I've noticed that the examples where you only use one line in the python script to execute an command does not seem to work. But then it doesn't react on the land again with this: So is this allcfs.command() api deprecated? Update 13/12: used the 2021.06 release of the crazyflie firmware |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
This should work and I actually use the allcfs version almost exclusively. What firmware are you running? allcfs uses broadcast communication which (as far as I know) is currently not tested/supported within Bitcraze, so it is possible that the current nrf51/stm32 master branch is broken with respect to broadcasting. |
Beta Was this translation helpful? Give feedback.
-
I face the same issue as @knmcguire is facing. When I run niceHover.py - all CF's takeoff immediately and hover until i press a button after which it does land. I was also wondering if why only the last 2 CF's show up always in RVIZ? Is it a problem? I have a video which I am unable to attach. |
Beta Was this translation helpful? Give feedback.
-
Took a while for me to try it out but I found out what fixed it! For me the solution as to update the crazyradio firmware. When I did So after following the instructions on the crazyradio firmware readme to update the crazyradio PA, it works. So your gut-feeling was correct @whoenig ! thanks! |
Beta Was this translation helpful? Give feedback.
Took a while for me to try it out but I found out what fixed it! For me the solution as to update the crazyradio firmware.
When I did
rosrun crazyflie_tools scan -v
I got
Found Crazyradio with version 0.53
Which is super old... And ofcourse I though when I read the instructions to update all firmware, like: nah how bad can it be? Lesson:... follow instructions ! 😅
So after following the instructions on the crazyradio firmware readme to update the crazyradio PA, it works. So your gut-feeling was correct @whoenig ! thanks!