Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ For details on architecture and concepts [see](./docs/concepts.md).

### Install system dependencies
While `cargo` and `rustc` can be installed via rosdep, the version that available is
v1.66 on most target platforms. However most dependencies require newer versions of `cargo` and `rustc`.
v1.75 on most target platforms. However most dependencies require newer versions of `cargo` and `rustc`.
Hence for now, we will install the latest version manually.
TODO: Consider adding this dep back for J turtle if Ubuntu 24.04 has the newer.
TODO: Consider adding this dep back for L turtle if Ubuntu 26.04 has the newer.
cargo and rustc pkgs.

```bash
sudo apt update && sudo apt install curl
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sudo apt update && sudo apt install rustup
rustup default stable
```

### Setup the NEXUS workspace
Expand Down
2 changes: 1 addition & 1 deletion nexus_workcell_editor/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<maintainer email="yadunund@gmail.com">Yadunund</maintainer>
<license>Apache License 2.0</license>

<build_depend>cargo</build_depend>
<build_depend>rustup</build_depend>

<depend>gtk3</depend>
<depend>libudev-dev</depend>
Expand Down
Loading