Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
This project is archived. Its data is
read-only
.
You need to sign in or sign up before continuing.
Changes
Page history
Updated Source Build (markdown)
authored
Mar 19, 2019
by
Abraham Monrroy Cano
Show whitespace changes
Inline
Side-by-side
Source-Build.md
View page @
6fca3fde
...
@@ -6,9 +6,9 @@
...
@@ -6,9 +6,9 @@
-
FlyCapture2 (optional)
-
FlyCapture2 (optional)
-
Armadillo (optional)
-
Armadillo (optional)
**Please use Autoware v1.9.1 if you w
ant
to
use
ROS
i
ndigo.**
**Please use Autoware v1.9.1
, or lower
if you w
ish
to
run on
ROS
I
ndigo.**
###
Install s
ystem dependencies for Ubuntu 14.04 Indigo
###
S
ystem dependencies for Ubuntu 14.04 Indigo
```
```
% sudo apt-get install -y python-catkin-pkg python-rosdep python-wstool ros-$ROS_DISTRO-catkin
% sudo apt-get install -y python-catkin-pkg python-rosdep python-wstool ros-$ROS_DISTRO-catkin
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
$ cd $HOME
$ cd $HOME
$ git clone https://github.com/CPFL/Autoware.git --recurse-submodules
$ git clone https://github.com/CPFL/Autoware.git --recurse-submodules
```
```
or if you already have a copy of the repo, run
`$ git submodule update --init --recursive`
.
or if you already have a copy of the repo, run
`$ git submodule update --init --recursive`
2.
Initialize the workspace, let rosdep to install the missing dependencies and compile.
2.
Initialize the workspace, let rosdep to install the missing dependencies and compile.
...
...