Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FRI 2.x Messages #161

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,20 @@ Full documentation available [here](https://lbr-fri-ros2-stack-doc.readthedocs.i

2. Create a workspace, clone, and install dependencies
```shell
export FRI_CLIENT_VERSION=1.15
mkdir -p lbr-stack/src && cd lbr-stack
vcs import src --input https://raw.githubusercontent.com/lbr-stack/lbr_fri_ros2_stack/humble/lbr_fri_ros2_stack/repos.yaml
vcs import src --input https://raw.githubusercontent.com/lbr-stack/lbr_fri_ros2_stack/humble/lbr_fri_ros2_stack/fri-${FRI_CLIENT_VERSION}.repos
rosdep install --from-paths src -i -r -y
```

> [!NOTE]
> FRI client is cloned from [fri](https://github.com/lbr-stack/fri) and must be available as branch, refer [README](https://github.com/lbr-stack/fri?tab=readme-ov-file#contributing).

3. Build
```shell
colcon build --symlink-install --cmake-args -DFRI_CLIENT_VERSION=1.15 --no-warn-unused-cli # replace by your FRI client version
colcon build --symlink-install
```

> [!NOTE]
> FRI client is added as external CMake project via [fri_vendor](https://github.com/lbr-stack/fri_vendor) and must be available as branch, refer [README](https://github.com/lbr-stack/fri?tab=readme-ov-file#contributing).

4. Launch the simulation via
```shell
source install/setup.bash
Expand Down
13 changes: 13 additions & 0 deletions lbr_fri_ros2_stack/fri-1.14.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
repositories:
fri:
type: git
url: https://github.com/lbr-stack/fri
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

double check these are compiled in release mode

version: fri-1.14
lbr_fri_msgs:
type: git
url: https://github.com/lbr-stack/lbr_fri_msgs
version: fri-1
lbr_fri_ros2_stack:
type: git
url: https://github.com/lbr-stack/lbr_fri_ros2_stack
version: humble
13 changes: 13 additions & 0 deletions lbr_fri_ros2_stack/fri-1.15.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
repositories:
fri:
type: git
url: https://github.com/lbr-stack/fri
version: fri-1.15
lbr_fri_msgs:
type: git
url: https://github.com/lbr-stack/lbr_fri_msgs
version: fri-1
lbr_fri_ros2_stack:
type: git
url: https://github.com/lbr-stack/lbr_fri_ros2_stack
version: humble
13 changes: 13 additions & 0 deletions lbr_fri_ros2_stack/fri-1.16.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
repositories:
fri:
type: git
url: https://github.com/lbr-stack/fri
version: fri-1.16
lbr_fri_msgs:
type: git
url: https://github.com/lbr-stack/lbr_fri_msgs
version: fri-1
lbr_fri_ros2_stack:
type: git
url: https://github.com/lbr-stack/lbr_fri_ros2_stack
version: humble
13 changes: 13 additions & 0 deletions lbr_fri_ros2_stack/fri-2.5.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
repositories:
fri:
type: git
url: https://github.com/lbr-stack/fri
version: fri-2.5
lbr_fri_msgs:
type: git
url: https://github.com/lbr-stack/lbr_fri_msgs
version: fri-2
lbr_fri_ros2_stack:
type: git
url: https://github.com/lbr-stack/lbr_fri_ros2_stack
version: humble
9 changes: 0 additions & 9 deletions lbr_fri_ros2_stack/repos.yaml

This file was deleted.

Loading