Skip to content

Commit 5de73a8

Browse files
committed
updated paper
1 parent 37f70ef commit 5de73a8

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,14 @@ doc/source/html/
88
doc/source/docs/doxygen/
99
doc/source/fri/FRI-Client-SDK_Cpp/
1010
repos-*.yaml
11+
12+
# paper build artifacts
13+
paper/paper.crossref
14+
paper/paper.pdf
15+
paper/paper.preprint.aux
16+
paper/paper.preprint.fdb_latexmk
17+
paper/paper.preprint.fls
18+
paper/paper.preprint.log
19+
paper/paper.preprint.pdf
20+
paper/paper.preprint.synctex.gz
21+
paper/paper.preprint.tex

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
3131

3232
project = "LBR-Stack"
33-
copyright = "2023, mhubii"
33+
copyright = "2024, mhubii"
3434
author = "mhubii"
3535
release = "2.0.0"
3636

paper/img/joss_figure.png

23.7 KB
Loading

paper/paper.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ bibliography: paper.bib
4242
[^1]: Foxglove: [https://foxglove.dev/ros](https://foxglove.dev/ros).
4343

4444
# Summary
45-
The `LBR-Stack` is a collection of packages that simplify the usage and extend the capabilities of KUKA's Fast Robot Interface (FRI) [@fri]. It is designed for mission critical hard real-time applications. Supported are the `KUKA LBR Med 7/14` and `KUKA LBR IIWA 7/14` robots in the Gazebo simulation [@gazebo] and for communication with real hardware. A demo video can be found [here](https://www.linkedin.com/posts/mhubii_robotics-opensource-ros2-activity-7009974676017848320-S3U5/?utm_source=share&utm_medium=member_desktop). An overview of the software architecture is shown in Figure \ref{fig:fri}.
45+
The `LBR-Stack` is a collection of packages that simplify the usage and extend the capabilities of KUKA's Fast Robot Interface (FRI) [@fri]. It is designed for mission critical hard real-time applications. Supported are the `KUKA LBR Med 7/14` and `KUKA LBR IIWA 7/14` robots in the Gazebo simulation [@gazebo] and for communication with real hardware. A demo video can be found [here](https://drive.google.com/file/d/1_n3dFdFN74yWlijDQiGcNYg65NSG_ACs/view?usp=sharing). An overview of the software architecture is shown in Figure \ref{fig:fri}.
4646

4747
At the `LBR-Stack`'s core is the following package:
4848

49-
- **fri**: Integration of KUKA's original FRI client library into CMake.
49+
- **fri**: Integration of KUKA's original FRI client library into CMake: [link](https://github.com/lbr-stack/fri).
5050

5151
All other packages are built on top. These include Python bindings and packages for integration into the Robot Operating System (ROS) and ROS 2:
5252

53-
- **pyfri**: Python bindings for the **fri**.
54-
- **lbr_fri_ros2_stack**: ROS 1/2 integration of the `KUKA LBR`s through the **fri**.
53+
- **pyfri**: Python bindings for the **fri**: [link](https://github.com/lbr-stack/pyfri).
54+
- **lbr_fri_ros2_stack**: ROS 1/2 integration of the `KUKA LBR`s through the **fri**: [link](https://github.com/lbr-stack/lbr_fri_ros2_stack).
5555

5656
For brevity, and due to the architectural advantages over ROS [@ros2], only ROS 2 is considered in the following. The **lbr_fri_ros2_stack** comprises the following packages:
5757

0 commit comments

Comments
 (0)