File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed
Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 44
55### Set up PPA (do only once)
66
7+ This will add the ` SAS ` repository to your ` apt ` sources.
8+
79``` 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+ 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
11+ sudo curl -s --compressed -o /etc/apt/sources.list.d/smartarmstack_lgpl.list "https://smartarmstack.github.io/smart_arm_stack_ROS2 /smartarmstack_lgpl.list"
1012sudo apt update
1113```
1214
1315### Installation (do only once)
1416
17+ ``` {important}
18+ At this stage, `ROS2` must be installed otherwise dependencies will not be found correctly.
19+ ```
20+
21+ This will install all ` SAS ` packages.
22+
1523``` commandline
1624sudo apt-get install ros-jazzy-sas-*
1725```
1826
27+ ### Update
28+
29+ The ` SAS ` packages will update together with your other ` apt ` packages.
30+
31+ ``` commandline
32+ sudo apt-get update
33+ ```
34+
1935## A quick note
2036
2137If being read on GitHub, please note that this page is better seen at https://smartarmstack.github.io .
You can’t perform that action at this time.
0 commit comments