File tree Expand file tree Collapse file tree 8 files changed +8
-80
lines changed Expand file tree Collapse file tree 8 files changed +8
-80
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
24
24
Install tools needed by this tutorial:
25
25
26
26
``` bash
27
- sudo apt install python3-pip lsb-release gnupg curl
27
+ sudo apt install python3-pip lsb-release gnupg curl git
28
28
```
29
29
30
30
## vcstool and colcon from pip
@@ -67,15 +67,6 @@ sudo apt-get update
67
67
sudo apt-get install python3-vcstool python3-colcon-common-extensions
68
68
```
69
69
70
- ## Git
71
-
72
- Ignition libraries use ` git ` for version control, so it must be available
73
- in the system for ` vcstool ` to work properly.
74
-
75
- ``` bash
76
- sudo apt-get install git
77
- ```
78
-
79
70
## Getting the sources
80
71
81
72
The first step is to create a developer workspace in which ` vcstool ` and
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
24
24
Install tools needed by this tutorial:
25
25
26
26
``` bash
27
- sudo apt install python3-pip wget lsb-release gnupg curl
27
+ sudo apt install python3-pip wget lsb-release gnupg curl git
28
28
```
29
29
30
30
## vcstool and colcon from pip
@@ -67,15 +67,6 @@ sudo apt-get update
67
67
sudo apt-get install python3-vcstool python3-colcon-common-extensions
68
68
```
69
69
70
- ## Git
71
-
72
- Ignition libraries use ` git ` for version control, so it must be available
73
- in the system for ` vcstool ` to work properly.
74
-
75
- ``` bash
76
- sudo apt-get install git
77
- ```
78
-
79
70
## Getting the sources
80
71
81
72
The instructions below use some UNIX commands to manage directories but the
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
24
24
Install tools needed by this tutorial:
25
25
26
26
``` bash
27
- sudo apt install python3-pip wget lsb-release gnupg curl
27
+ sudo apt install python3-pip wget lsb-release gnupg curl git
28
28
```
29
29
30
30
## vcstool and colcon from pip
@@ -67,15 +67,6 @@ sudo apt-get update
67
67
sudo apt-get install python3-vcstool python3-colcon-common-extensions
68
68
```
69
69
70
- ## Git
71
-
72
- Ignition libraries use ` git ` for version control, so it must be available
73
- in the system for ` vcstool ` to work properly.
74
-
75
- ``` bash
76
- sudo apt-get install git
77
- ```
78
-
79
70
## Getting the sources
80
71
81
72
The instructions below use some UNIX commands to manage directories but the
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
24
24
Install tools needed by this tutorial:
25
25
26
26
``` bash
27
- sudo apt install python3-pip lsb-release gnupg curl
27
+ sudo apt install python3-pip lsb-release gnupg curl git
28
28
```
29
29
30
30
## vcstool and colcon from pip
@@ -67,15 +67,6 @@ sudo apt-get update
67
67
sudo apt-get install python3-vcstool python3-colcon-common-extensions
68
68
```
69
69
70
- ## Git
71
-
72
- Ignition libraries use ` git ` for version control, so it must be available
73
- in the system for ` vcstool ` to work properly.
74
-
75
- ``` bash
76
- sudo apt-get install git
77
- ```
78
-
79
70
## Getting the sources
80
71
81
72
The instructions below use some UNIX commands to manage directories but the
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
24
24
Install tools needed by this tutorial:
25
25
26
26
``` bash
27
- sudo apt install python3-pip lsb-release gnupg curl
27
+ sudo apt install python3-pip lsb-release gnupg curl git
28
28
```
29
29
30
30
## vcstool and colcon from pip
@@ -67,15 +67,6 @@ sudo apt-get update
67
67
sudo apt-get install python3-vcstool python3-colcon-common-extensions
68
68
```
69
69
70
- ## Git
71
-
72
- Gazebo libraries use ` git ` for version control, so it must be available
73
- in the system for ` vcstool ` to work properly.
74
-
75
- ``` bash
76
- sudo apt-get install git
77
- ```
78
-
79
70
## Getting the sources
80
71
81
72
The instructions below use some UNIX commands to manage directories but the
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
24
24
Install tools needed by this tutorial:
25
25
26
26
``` bash
27
- sudo apt install python3-pip python3-venv lsb-release gnupg curl
27
+ sudo apt install python3-pip python3-venv lsb-release gnupg curl git
28
28
```
29
29
30
30
## vcstool and colcon from pip
@@ -52,15 +52,6 @@ sudo apt-get update
52
52
sudo apt-get install python3-vcstool python3-colcon-common-extensions
53
53
```
54
54
55
- ## Git
56
-
57
- Gazebo libraries use ` git ` for version control, so it must be available
58
- in the system for ` vcstool ` to work properly.
59
-
60
- ``` bash
61
- sudo apt-get install git
62
- ```
63
-
64
55
## Getting the sources
65
56
66
57
The instructions below use some UNIX commands to manage directories but the
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
24
24
Install tools needed by this tutorial:
25
25
26
26
``` bash
27
- sudo apt install python3-pip python3-venv lsb-release gnupg curl
27
+ sudo apt install python3-pip python3-venv lsb-release gnupg curl git
28
28
```
29
29
30
30
## vcstool and colcon from pip
@@ -52,15 +52,6 @@ sudo apt-get update
52
52
sudo apt-get install python3-vcstool python3-colcon-common-extensions
53
53
```
54
54
55
- ## Git
56
-
57
- Gazebo libraries use ` git ` for version control, so it must be available
58
- in the system for ` vcstool ` to work properly.
59
-
60
- ``` bash
61
- sudo apt-get install git
62
- ```
63
-
64
55
## Getting the sources
65
56
66
57
The instructions below use some UNIX commands to manage directories but the
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cases where the default option cannot be easily changed.
24
24
Install tools needed by this tutorial:
25
25
26
26
``` bash
27
- sudo apt install python3-pip python3-venv lsb-release gnupg curl
27
+ sudo apt install python3-pip python3-venv lsb-release gnupg curl git
28
28
```
29
29
30
30
## vcstool and colcon from pip
@@ -52,15 +52,6 @@ sudo apt-get update
52
52
sudo apt-get install python3-vcstool python3-colcon-common-extensions
53
53
```
54
54
55
- ## Git
56
-
57
- Gazebo libraries use ` git ` for version control, so it must be available
58
- in the system for ` vcstool ` to work properly.
59
-
60
- ``` bash
61
- sudo apt-get install git
62
- ```
63
-
64
55
## Getting the sources
65
56
66
57
The instructions below use some UNIX commands to manage directories but the
You can’t perform that action at this time.
0 commit comments