Skip to content

Add JOSS paper #2246

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added .gitattributes
Empty file.
Binary file added doc/publications/figures/diffbot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/publications/figures/robots-collage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/publications/figures/rrbot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
245 changes: 245 additions & 0 deletions doc/publications/joss_paper.md

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions doc/publications/paper.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
@article{ref_roscontrol,
author = {Sachin Chitta and Eitan Marder-Eppstein and Wim Meeussen and Vijay Pradeep and Adolfo Rodríguez Tsouroukdissian and others},
title = {{ros\_control: A generic and simple control framework for ROS}},
journal = {The Journal of Open Source Software},
volume = {2},
number = {20},
pages = {456},
year = {2017},
doi = {10.21105/joss.00456}
}

@inproceedings{ref_ros,
author = {Morgan Quigley and others},
title = {{ROS: an open-source Robot Operating System}},
booktitle = {ICRA workshop on open source software},
volume = {3},
number = {3.2},
year = {2009}
}

@inproceedings{ref_orocos,
author = {Herman Bruyninckx},
title = {{Open robot control software: the OROCOS project}},
booktitle = {Proceedings 2001 ICRA. IEEE International Conference on Robotics and Automation (Cat. No. 01CH37164)},
volume = {3},
year = {2001},
publisher = {IEEE}
}

@article{ref_ros2,
author = {Steve Macenski and Thomas Foote and Brian Gerkey and Chris Lalancette and William Woodall},
title = {{Robot Operating System 2: Design, architecture, and uses in the wild}},
journal = {Science Robotics},
volume = {7},
year = {2022},
month = {May}
}

@misc{ros2_control_demos,
author = {ros2_control Development Team},
title = {ros2_control_demos},
year = {2025},
publisher = {GitHub},
journal = {GitHub repository},
url = {https://github.com/ros-controls/ros2_control_demos}
}

@misc{ros2_control_roadmap,
author = {ros2_control Development Team},
title = {ros2_control_roadmap},
year = {2025},
publisher = {GitHub},
journal = {GitHub repository},
url = {https://github.com/ros-controls/roadmap}
}

@misc{ros2_control_documentation,
author = {ros2_control Development Team},
title = {control.ros.org},
year = {2025},
url = {https://control.ros.org}
}

@misc{ros2_lifecycle,
author = {Geoffrey Biggs and Tully Foote},
title = {ROS 2: Managed nodes},
year = {2021},
url = {https://design.ros2.org/articles/node_lifecycle.html}
}