Skip to content

Commit 180da01

Browse files
committed
fixing some citations
1 parent 283675e commit 180da01

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs2/paper/paper.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@inproceedings{crazyswarm,
22
title = {Crazyswarm: A Large Nano-Quadcopter Swarm},
33
booktitle = {IEEE International Conference on Robotics and Automation (ICRA)},
4-
author = {Preiss*, James A. and Wolfgang Hönig* and Sukhatme, Gaurav S. and Ayanian, Nora},
4+
author = {Preiss, James A. and Wolfgang Hönig and Sukhatme, Gaurav S. and Ayanian, Nora},
55
date = {2017},
66
pages = {3299--3304},
77
doi = {10.1109/ICRA.2017.7989376},

docs2/paper/paper.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ docker run --rm --volume $PWD:/data --user $(id -u):$(id -g) --env JOURNAL=joss
4141

4242

4343
Validation of multi-robot and swarm robotics research in the physical world requires a *testbed*, i.e., accessible robots and a software stack that is well tested and simplifies the operation of common use cases.
44-
We present Crazyswarm2, a software stack that uses the Robot Operating System 2 (ROS 2) [@ros2] at its core and enables simulation, visualization, and control of commercially off-the-shelf flying robots from Bitcraze AB ((\autoref{frontimage})).
44+
We present Crazyswarm2, a software stack that uses the Robot Operating System 2 (ROS 2) [@ros2] at its core and enables simulation, visualization, and control of commercially off-the-shelf flying robots from Bitcraze AB (\autoref{frontimage}).
4545
These robots are popular amongst researchers because they are fully open (including schematics and low-level firmware), extendible using standardized connectors, and can be easily obtained world-wide.
4646
Our software made significant changes to Crazyswarm [@crazyswarm], a popular ROS 1-based stack that has been widely used in the research community for planning, state estimation, controls, and even art.
4747
While the high-level API is identical, we used the required breaking changes when moving to ROS 2 to re-visit some core design decisions and enable more sophisticated use-cases compared to the original Crazyswarm.
@@ -74,7 +74,7 @@ In Crazyswarm2, the simulation is integrated as a backend, allowing to seamlessl
7474

7575
<!-- optional, but might be interesting and is something that the RobotDART paper has -->
7676

77-
![Architecture of Crazyswarm2](architecture.png){#architecture-diagram width="100%"}
77+
![Architecture of Crazyswarm2](architecture.png){#architecture-diagram width="75%"}
7878

7979
The architecture of Crazyswarm2 can be found in \autoref{architecture-diagram}.
8080
The Crazyflie server is the node that connects the Crazyflies to the ROS 2 framework.
@@ -105,14 +105,16 @@ Instead of writing service calls and topic publishers, they can call simple func
105105
Additionally, the Crazyswarm2 architecture supports integration with motion capture systems which provide positioning data into the Crazyflie server.
106106
To help users get started with the framework, Crazyswarm2 also includes a collection of example scripts that demonstrate common use cases, ranging from simple "Hello World" demonstrations to more complex multi-trajectory coordination scenarios.
107107

108-
Compared to Crazyswarm (1), there are two key differences: 1) the motion capture support is not tightly integrated and instead properly separated; 2) the simulation supports the full ROS interface and physics (including inter-robot interaction forces).
108+
Compared to Crazyswarm [@crazyswarm], there are two key differences: 1) the motion capture support is not tightly integrated and instead properly separated; 2) the simulation supports the full ROS interface and physics (including inter-robot interaction forces).
109109

110110
![Communication Latency of Crazyswarm2.](latency.png){#latency-figure width="100%"}
111111

112112
Crazyswarm2 continuously measures the latency of the radio communication by sending the current timestamp to an "echo"-service and recording the timestamp once the packet is returned. The latency is the time difference between those two timestamp.
113113
The latencies for the two backends are shown in \autoref{latency-figure}.
114114
Here, we show the distribution of all latencies, i.e. stacked over all robots for a case with motion capture information being transmitted at 100 Hz.
115-
We consider two cases: 1) external localization, e.g., using a motion capture system. In that case, the position/pose information of all robots is computed centrally and sent to the robots. The cpp-backend uses broadcast messages, while the cflib uses unicast messages, explaining the big difference especially for larger team sizes. 2) self-localization, e.g., by using the LightHouse localization system or on-board sensors. Here, both backends only rely on unicast messages and the difference between the two backends is less pronounced.
115+
116+
We consider two cases: 1) external localization, e.g., using a motion capture system. In that case, the position/pose information of all robots is computed centrally and sent to the robots.
117+
The cpp-backend uses broadcast messages, while the cflib uses unicast messages, explaining the big difference especially for larger team sizes. 2) self-localization, e.g., by using the LightHouse localization system or on-board sensors. Here, both backends only rely on unicast messages and the difference between the two backends is less pronounced.
116118

117119

118120
# Scientific Impact

0 commit comments

Comments
 (0)