-
My team has successfully used your library to control multiple drones in unison using the services exposed by crazyflie_server.cpp |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It depends on what you mean by "control". The group mask only works for high-level tasks (e.g., takeoff, go-to), not low-level commands. It's also not meant for controlling individual robots, but groups of robots (and there is a limit of 8 groups). For individual control, I usually use the named topics. |
Beta Was this translation helpful? Give feedback.
We didn't implement the service, because in newer firmwares, it's just a parameter that can be set, see https://github.com/bitcraze/crazyflie-firmware/blob/master/src/modules/src/crtp_commander_high_level.c#L1038.