Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_adc_docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
ADC
ADC_2021
iri_adc_docker
Commits
ec82612c
Commit
ec82612c
authored
4 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Update dockerfile to build openroaded and opendrive_to_gazebo
parent
4973b35a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+5
-1
5 additions, 1 deletion
Dockerfile
with
5 additions
and
1 deletion
Dockerfile
+
5
−
1
View file @
ec82612c
...
...
@@ -31,9 +31,13 @@ RUN cd /root/catkin_ws/src && wstool merge -y -r /root/catkin_ws/rosinstall/iri_
RUN
cd
/root/catkin_ws/src
&&
wstool merge
-y
-r
/root/catkin_ws/rosinstall/iri_model_car_simulator.rosinstall
RUN
cd
/root/catkin_ws/src
&&
wstool update
RUN
apt-get
-qq
update
&&
apt-get
-qq
install
-y
iri-opendrive-to-gazebo-dev
RUN
apt-get
-qq
update
&&
apt-get
-qq
install
-y
iri-autonomous-driving-tools-dev
RUN
apt-get
-qq
update
&&
apt-get
-qq
install
-y
iri-opendrive-road-map-dev
#RUN apt-get -qq update && apt-get -qq install -y iri-opendrive-to-gazebo-dev
RUN
cd
/root/catkin_ws/src/adc/libraries/opendrive_to_gazebo
&&
mkdir
-p
build
&&
cd
build
&&
cmake ..
&&
make
RUN
apt-get
-qq
install
libqt4-dev qt4-qmake qt4-dev-tools libopenscenegraph-dev
RUN
cd
/root/catkin_ws/src/adc/libraries/openroaded/OpenRoadEd
&&
mkdir
-p
build
&&
cd
build
&&
cmake ..
&&
make
&&
make
install
RUN
cd
/root/catkin_ws/src
&&
rosdep
install
-q
-y
-i
-r
--from-paths
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment