File tree Expand file tree Collapse file tree 1 file changed +28
-8
lines changed
Expand file tree Collapse file tree 1 file changed +28
-8
lines changed Original file line number Diff line number Diff line change 11# SAS
22
3- ## Quickstart
3+ ## A quick note
4+
5+ If being read on GitHub, please note that this page is better seen at https://smartarmstack.github.io .
6+
7+ ## Installation
8+
9+ ### Dependencies
10+
11+ #### ROS 2 Jazzy
12+
13+ You can refer to the official documentation at https://docs.ros.org/en/jazzy/Installation/Ubuntu-Install-Debs.html
14+
15+ #### DQ Robotics Development Version
416
5- ### Set up PPA (do only once)
17+ ``` {seealso}
18+ More information at http://doi.org/10.1109/MRA.2020.2997920.
19+ ```
20+
21+ ``` commandline
22+ sudo add-apt-repository ppa:dqrobotics-dev/development
23+ sudo apt-get update
24+ sudo apt-get install libdqrobotics libdqrobotics-interface-json11 libdqrobotics-interface-coppeliasim libdqrobotics-interface-coppeliasim-zmq
25+ ```
26+
27+ ### Set up PPA
628
729This will add the ` SAS ` repository to your ` apt ` sources.
830
@@ -12,29 +34,27 @@ sudo curl -s --compressed -o /etc/apt/sources.list.d/smartarmstack_lgpl.list "ht
1234sudo apt update
1335```
1436
15- ### Installation (do only once)
37+ ### Installation
1638
1739``` {important}
18- At this stage, `ROS2` must be installed otherwise dependencies will not be found correctly.
40+ At this stage, `ROS2` must be installed otherwise dependencies might not be found correctly.
1941```
2042
21- This will install all ` SAS ` packages.
43+ The command below will install all ` SAS ` packages.
2244
2345``` commandline
2446sudo apt-get install ros-jazzy-sas-*
2547```
2648
27- ### Update
49+ ## Update
2850
2951The ` SAS ` packages will update together with your other ` apt ` packages.
3052
3153``` commandline
3254sudo apt-get update
3355```
3456
35- ## A quick note
3657
37- If being read on GitHub, please note that this page is better seen at https://smartarmstack.github.io .
3858
3959## Overview
4060
You can’t perform that action at this time.
0 commit comments