Skip to content

Commit d3b3aa3

Browse files
[Documentation]: Update README for installation instructions (#75)
* [Documentation]: update installation instructions in README * [Documentation]: update wget command in README
1 parent c99096f commit d3b3aa3

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

README.md

+17-11
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,24 @@ micro-ROS is a robotic framework targeting embedded and deep-embedded robot comp
6969
ESP-IDF is the development framework for Espressif SoCs.The [SRA Board](https://github.com/SRA-VJTI/sra-board-hardware-design) uses ESP32 as microcontroller, hence ESPIDF is required
7070
to code the ESP32. Examples included inside firmware directory has been written in ESPIDF version 5.1 .
7171

72-
## Installation of ROS2
72+
## Installation of ROS2 and other dependencies
7373

74-
- Clone SRA-VJTI's MARIO repository on your system
75-
```bash
76-
git clone --recursive https://github.com/SRA-VJTI/MARIO.git
77-
```
78-
- Change terminal directory inside the cloned repository
74+
- Copy and execute the following command in your bash terminal
7975
```bash
80-
cd MARIO/
81-
```
82-
- Run the installation script
83-
```bash
84-
./installation.sh
76+
wget -O - https://raw.githubusercontent.com/SRA-VJTI/MARIO/humble/installations.sh | bash
8577
```
78+
- As an alternative, you can also install the required packages on your local machine by following the instructions below.
79+
80+
- Clone SRA-VJTI's MARIO repository on your system
81+
```bash
82+
git clone --recursive https://github.com/SRA-VJTI/MARIO.git
83+
```
84+
- Change terminal directory inside the cloned repository
85+
```bash
86+
cd MARIO/
87+
```
88+
- Run the installation script
89+
```bash
90+
./installations.sh
91+
```
8692

0 commit comments

Comments
 (0)