latest pushes
This commit is contained in:
@ -87,10 +87,10 @@ RUN cd $CATKIN_WS \
|
|||||||
&& rosdep fix-permissions \
|
&& rosdep fix-permissions \
|
||||||
&& rosdep install -y --from-paths . --ignore-src --rosdistro ${ROS_VERSION}
|
&& rosdep install -y --from-paths . --ignore-src --rosdistro ${ROS_VERSION}
|
||||||
|
|
||||||
# Catkin Build
|
# Always source colcon_setup.sh when launching bash
|
||||||
RUN catkin build
|
COPY ../scripts/colcon_setup.sh /usr/local/bin/colcon_setup.sh
|
||||||
|
RUN echo "source /usr/local/bin/colcon_setup.sh" >> /root/.bashrc
|
||||||
# Source Catkin Setup
|
RUN chmod +x /usr/local/bin/colcon_setup.sh
|
||||||
RUN source "$CATKIN_WS/devel/setup.bash"
|
|
||||||
|
|
||||||
|
ENTRYPOINT ["/usr/local/bin/colcon_setup.sh"]
|
||||||
CMD ["bash"]
|
CMD ["bash"]
|
||||||
|
Reference in New Issue
Block a user