We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008e84d commit 049d5abCopy full SHA for 049d5ab
1 file changed
docs/20-installation/40-ros2-workspace-installation.md
@@ -23,13 +23,10 @@ curl https://ctu-mrs.github.io/ppa2-unstable/add_ppa.sh | bash
23
sudo apt update
24
```
25
26
-Install the dependencies:
+Install the MRS UAV System deb packages and dependencies:
27
```bash
28
-sudo apt install mrs-uav-shell-additions ros-jazzy-nlopt ros-jazzy-rmw-zenoh-cpp
+sudo apt install ros-jazzy-mrs-uav-core
29
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
33
34
Add to `~/.bashrc` (`~/.zshrc`):
35
0 commit comments