forked from USC-ACTLab/crazyswarm
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crazyflie_server_cpp: Use MultiThreadedExecutor
* Decreases overall latency, especially when multiple drones are being operated * Tested with up to 4 CFs (which caused crashes without that change) 5 Threads in total: - sending motion capture data - streaming commands to (e.g., cmd_vel) to *all* robots via broadcasts - executing service calls for *all* robots (via broadcasts) - streaming commands to (e.g., cmd_vel) to individual robots - executing service calls for individual robots
- Loading branch information
Showing
1 changed file
with
83 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters