Skip to content

Commit aebd057

Browse files
committed
added paper in readme
1 parent 6b04736 commit aebd057

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,25 @@ git clone https://github.com/KIT-ISAS/RTCF path_to_project_workspace/src/RTCF
4949

5050
If everything is set up correctly, your preferred build command for ROS workspaces (`catkin_make` or `catkin build`) will now build RTCF like any other ROS package.
5151

52+
### Publication
53+
If you find this work useful, please cite the following paper:
54+
55+
*M. Fennel, S. Geyer, U. D. Hanebeck, "RTCF: A framework for seamless and modular real-time control with ROS", Software Impacts, vol. 9, August 2021.*
56+
57+
```bibtex
58+
@article{RTCF,
59+
author = {Michael Fennel and Stefan Geyer and Uwe D. Hanebeck},
60+
title = {RTCF: A framework for seamless and modular real-time control with ROS},
61+
journal = {Software Impacts},
62+
volume = {9},
63+
pages = {100109},
64+
moth = {August},
65+
year = {2021},
66+
doi = {10.1016/j.simpa.2021.100109},
67+
url = {https://doi.org/10.1016/j.simpa.2021.100109},
68+
}
69+
```
70+
5271
## Usage
5372

5473
The RTCF is designed to be used as simple as possible by ROS users. However, some new terminology appears due to the usage of OROCOS behind the scenes. Here is some translation guide from OROCOS to ROS:

0 commit comments

Comments
 (0)