Skip to content

Commit 049d5ab

Browse files
committed
udpate ros2 workspace installation
1 parent 008e84d commit 049d5ab

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

docs/20-installation/40-ros2-workspace-installation.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,10 @@ curl https://ctu-mrs.github.io/ppa2-unstable/add_ppa.sh | bash
2323
sudo apt update
2424
```
2525

26-
Install the dependencies:
26+
Install the MRS UAV System deb packages and dependencies:
2727
```bash
28-
sudo apt install mrs-uav-shell-additions ros-jazzy-nlopt ros-jazzy-rmw-zenoh-cpp
28+
sudo apt install ros-jazzy-mrs-uav-core
2929
```
30-
* `mrs-uav-shell-additions` - installs tmux config file to `/etc/ctu-mrs/tmux.conf` (necessary for running simulation tmux sessions)
31-
* `ros-jazzy-rmw-zenoh-cpp` - the ROS MiddleWare (RMW) implementation of Zenoh communication protocol
32-
* `ros-jazzy-nlopt` - necessary for `mrs_uav_trajectory_generation` package
3330

3431
Add to `~/.bashrc` (`~/.zshrc`):
3532
```

0 commit comments

Comments
 (0)