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 1713cb5 commit 7f74d8a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build:
- graphviz
jobs:
post_install:
- 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

python:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# lbr_fri_ros2_stack_doc
[![Documentation Status](https://readthedocs.org/projects/lbr-fri-ros2-stack-doc/badge/?version=humble)](https://lbr-fri-ros2-stack-doc.readthedocs.io/en/humble/?badge=humble)

This repository holds the documentation for the [lbr_fri_ros2_stack](https://github.com/KCL-BMEIS/lbr_fri_ros2_stack).
This repository holds the documentation for the [lbr_fri_ros2_stack](https://github.com/lbr-stack/lbr_fri_ros2_stack).

## Build Documentation Locally
To build locally:
1. Clone this repository

```shell
git clone --recursive [email protected]:KCL-BMEIS/lbr_fri_ros2_stack_doc.git
git clone --recursive [email protected]:lbr-stack/lbr_fri_ros2_stack_doc.git
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 7f74d8a

Please sign in to comment.