You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,11 @@
1
1
# srpb
2
2
3
-
The repository contains the source code of the SRPB - **S**ocial **R**obot navigation **P**lanners **B**enchmark.
3
+
The repository contains the source code of the SRPB - **S**ocial **R**obot **P**lanners **B**enchmark - a benchmark that allows for quantitative evaluation of robot navigation performance and social aspects.
4
4
5
5

6
6
7
7
The corresponding package that allows logging data while the robot is navigating (using ROS1 navigation stack) is available at [`srpb_move_base`](https://github.com/rayvburn/srpb_move_base).
8
8
9
-
A log file is saved once the goal is reached by the `srpb_move_base` node. Renewing the goal pose before reaching the previous one does not cause the files to be divided into parts.
10
-
11
9
A detailed description of metrics computation formulas is presented in the article [`Quantitative metrics for benchmarking human-aware robot navigation`](https://ieeexplore.ieee.org/document/10194930).
12
10
13
11
If you are using this benchmark in your research, please cite it as:
@@ -16,11 +14,11 @@ If you are using this benchmark in your research, please cite it as:
16
14
@article{karwowski2023quantitative,
17
15
author={Karwowski, Jarosław and Szynkiewicz, Wojciech},
18
16
journal={IEEE Access},
19
-
title={Quantitative metrics for benchmarking human-aware robot navigation},
17
+
title={Quantitative Metrics for Benchmarking Human-Aware Robot Navigation},
A log file is saved once the goal is reached by the `srpb_move_base` node. Renewing the goal pose before reaching the previous one does not cause the files to be divided into parts.
39
+
40
+
TBD...
41
41
42
42
## Acknowledgments
43
43
44
-
The package was developed on top of [`MRPB`: Mobile Robot Local Planning Benchmark](https://github.com/NKU-MobFly-Robotics/local-planning-benchmark).
44
+
The foundation of this package is [`MRPB`: Mobile Robot Local Planning Benchmark](https://github.com/NKU-MobFly-Robotics/local-planning-benchmark). There might be some shared sections of code, but overall, the original package has undergone a major overhaul.
45
45
46
46
## Contributing
47
47
48
-
Feel free to share your ideas, suggestions and contribute to the code development.
48
+
Feel free to share your ideas, suggestions in Issues. Contributing to the code development is also appreciated.
0 commit comments