Skip to content

Commit

Permalink
fixing docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ugocupcic committed Jun 2, 2016
1 parent 283cc55 commit fceb508
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ RUN cd /workspace/shadow_robot/base_deps/src && \
RUN cd /workspace/shadow_robot/base/src && \
wstool set -y sr_interface --version-new "F#64_planner_test_suite_ugo" && \
wstool up sr_interface && \
cd ../../base_deps/src && \
wstool up sr_benchmarking && \
source /workspace/shadow_robot/base_deps/devel/setup.bash && \
cd .. && \
cd /workspace/shadow_robot/base && \
rosdep install --from-paths src --ignore-src --rosdistro indigo -y && \
catkin_make

Expand Down

0 comments on commit fceb508

Please sign in to comment.