Skip to content

Commit

Permalink
kcl-bmeis -> lbr-stack
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Sep 5, 2023
1 parent 45577a8 commit 80e602f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd lbr_fri_ros2_stack_doc
2. Clone the `lbr_fri_ros2_stack`, e.g. via (this uses [vcs](https://github.com/dirk-thomas/vcstool#how-to-install-vcstool))

```shell
wget https://raw.githubusercontent.com/KCL-BMEIS/lbr_fri_ros2_stack/humble/lbr_fri_ros2_stack/repos.yml
wget https://raw.githubusercontent.com/lbr-stack/lbr_fri_ros2_stack/humble/lbr_fri_ros2_stack/repos.yml
vcs import doc/source < repos.yml
```

Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@

html_theme = "pydata_sphinx_theme"
html_theme_options = {
"github_url": "https://github.com/kCL-BMEIS/lbr_fri_ros2_stack/tree/humble",
"github_url": "https://github.com/lbr-stack/lbr_fri_ros2_stack/tree/humble",
"switcher": {
"version_match": "humble",
"json_url": "https://raw.githubusercontent.com/KCL-BMEIS/lbr_fri_ros2_stack_doc/humble/doc/source/switcher.json",
"json_url": "https://raw.githubusercontent.com/lbr-stack/lbr_fri_ros2_stack_doc/humble/doc/source/switcher.json",
},
"navbar_start": ["navbar-logo", "version-switcher"],
}
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
:hidden:
:caption: Getting Involved

Source Code <https://github.com/kCL-BMEIS/lbr_fri_ros2_stack/tree/humble>
Source Code <https://github.com/lbr-stack/lbr_fri_ros2_stack/tree/humble>
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The first original contribution of this work is to add support for the `KUKA LBR

| Framework | iiwa | Med | ROS | ROS 2 | RT | FRI | Pos | Imp | Cart Imp | HW IF |
| --------------- | ---- |---- | --- | ------ | -- | ---- | --- | --- | -------- | ------ |
|[lbr_fri_ros2_stack](https://github.com/kCL-BMEIS/lbr_fri_ros2_stack) | \bullet | \bullet | \bullet | \bullet | \bullet | \bullet | \bullet | \bullet | \bullet | \bullet |
|[lbr_fri_ros2_stack](https://github.com/lbr-stack/lbr_fri_ros2_stack) | \bullet | \bullet | \bullet | \bullet | \bullet | \bullet | \bullet | \bullet | \bullet | \bullet |
| [iiwa_ros](https://github.com/epfl-lasa/iiwa_ros) | \bullet | | \bullet | | \bullet | \bullet | \bullet | \bullet | | \bullet |
| [iiwa_ros2](https://github.com/ICube-Robotics/iiwa_ros2) | \bullet | | | \bullet | \bullet | \bullet | \bullet | \bullet | | \bullet |
| [iiwa-stack](https://github.com/IFL-CAMP/iiwa_stack) | \bullet | | \bullet | | | | \bullet | \bullet | \bullet | |
Expand Down

0 comments on commit 80e602f

Please sign in to comment.