mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-14 09:00:53 +00:00
Setup the environment for interactive mode in Docker
This commit is contained in:
parent
2e8c8a71af
commit
e42555097c
1 changed files with 3 additions and 0 deletions
|
|
@ -44,3 +44,6 @@ RUN catkin_make
|
||||||
|
|
||||||
# Let ROS know about the projects launch options
|
# Let ROS know about the projects launch options
|
||||||
RUN echo "source /catkin_ws/devel/setup.bash" >> $BASH_ENV
|
RUN echo "source /catkin_ws/devel/setup.bash" >> $BASH_ENV
|
||||||
|
|
||||||
|
# Setup the environment for interactive mode
|
||||||
|
RUN echo "source /catkin_ws/devel/setup.bash" >> /root/.bashrc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue