Skip to content

Commit

Permalink
Autoware built using colcon instead of catkin
Browse files Browse the repository at this point in the history
  • Loading branch information
sgermanserrano authored and filiperinaldi committed Feb 20, 2019
1 parent cdec68f commit 86fc9df
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker/generic/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ ENV USERNAME autoware
# Build Autoware
COPY --chown=autoware ./ /home/$USERNAME/Autoware
RUN su -c "bash -c 'source /opt/ros/$ROS_DISTRO/setup.bash; \
cd /home/$USERNAME/Autoware/ros/src; \
catkin_init_workspace; \
cd ../; \
./catkin_make_release'" $USERNAME
cd /home/$USERNAME/Autoware/ros; \
./colcon_release'" $USERNAME
RUN echo "source /home/$USERNAME/Autoware/ros/devel/setup.bash" >> \
/home/$USERNAME/.bashrc

Expand Down

0 comments on commit 86fc9df

Please sign in to comment.