We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049a205 commit b761441Copy full SHA for b761441
docs/README.md
@@ -2,8 +2,18 @@
2
3
## Quickstart
4
5
+### Set up PPA (do only once)
6
+
7
+```commandline
8
+curl -s --compressed "https://smartarmstack.github.io/smart_arm_stack_ros2/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/smartarmstack_lgpl.gpg >/dev/null
9
+sudo curl -s --compressed -o /etc/apt/sources.list.d/smartarmstack_lgpl.list "https://smartarmstack.github.io/smart_arm_stack_ros2/smartarmstack_lgpl.list"
10
+sudo apt update
11
+```
12
13
+### Installation (do only once)
14
15
```commandline
-TODO
16
+sudo apt-get install ros-jazzy-sas-*
17
```
18
19
## A quick note
0 commit comments