Skip to content

Commit

Permalink
Pin working version of rclrs
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <yadunund@gmail.com>
  • Loading branch information
Yadunund committed Jan 6, 2025
1 parent 7d77a81 commit 757dccd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nexus_workcell_editor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
git clone https://github.com/ros2-rust/ros2_rust.git
cd ros2_rust
git checkout f45a66f47dc727e3ccb13037a6c57923af1446c7
git checkout 9a845c17873cbdf49e8017d5f0af6d8f795589cc
cd ..
vcs import . < ros2_rust/ros2_rust_jazzy.repos
- name: rosdep
Expand Down
9 changes: 3 additions & 6 deletions nexus_workcell_editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@ A GUI for assembling workcells from components that is built off [rmf_site](http

## Setup

Install rustup from the Rust website: https://www.rust-lang.org/tools/install

```
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

Follow instructions [here](https://github.com/ros2-rust/ros2_rust) to setup ros2_rust.
> Note: Checkout `9a845c17873cbdf49e8017d5f0af6d8f795589cc` commit to include fix for https://github.com/ros2-rust/ros2_rust/issues/449.

## Build
```
# source the ros distro and ros2_rust workspace.
cd ~/ws_nexus
rosdep install --from-paths src --ignore-src --rosdistro <DISTRO> # Replace <DISTRO> with supported ROS 2 distro, eg. jazzy.
colcon build
```

Expand Down

0 comments on commit 757dccd

Please sign in to comment.