Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Remove catkin_make from devel mode
Browse files Browse the repository at this point in the history
If catkin_make fails the container will not be started in devel mode, therefore it needs to be removed.
  • Loading branch information
maxehrhardt authored and mvoellmy committed Jan 26, 2021
1 parent 27b5941 commit 00b9a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ elif [[ $1 == "devel" ]]
then
cd /root/exomy_ws
source /opt/ros/melodic/setup.bash
catkin_make
source devel/setup.bash
# catkin_make
# source devel/setup.bash
bash
else
bash
Expand Down

0 comments on commit 00b9a30

Please sign in to comment.