Skip to content
Snippets Groups Projects
Commit c4a4d5a7 authored by yanbc's avatar yanbc
Browse files

Set workdir

parent 72d7dc9e
No related branches found
No related tags found
No related merge requests found
......@@ -26,4 +26,6 @@ RUN mkdir -p ~/catkin_ws/src \
&& catkin_make
RUN echo "source /opt/ros/kinetic/setup.bash" >> /root/.bashrc \
&& echo "source catkin_ws/devel/setup.bash" >> /root/.bashrc
&& echo "source /root/catkin_ws/devel/setup.bash" >> /root/.bashrc
WORKDIR /root/catkin_ws
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment