Skip to content

Commit cf3bf85

Browse files
author
Murilo Marinho
committed
?
1 parent 25209bd commit cf3bf85

File tree

1 file changed

+28
-8
lines changed

1 file changed

+28
-8
lines changed

docs/README.md

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,30 @@
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

729
This 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
1234
sudo 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
2446
sudo apt-get install ros-jazzy-sas-*
2547
```
2648

27-
### Update
49+
## Update
2850

2951
The `SAS` packages will update together with your other `apt` packages.
3052

3153
```commandline
3254
sudo 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

0 commit comments

Comments
 (0)