Skip to content

Commit b761441

Browse files
author
Murilo Marinho
committed
Adding install instructions
1 parent 049a205 commit b761441

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,18 @@
22

33
## Quickstart
44

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+
515
```commandline
6-
TODO
16+
sudo apt-get install ros-jazzy-sas-*
717
```
818

919
## A quick note

0 commit comments

Comments
 (0)