Skip to content

Commit

Permalink
Use env variable for ROS 2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSchwaiger committed Nov 19, 2023
1 parent 98f0455 commit 5635e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ ENV ROS_DISTRO humble
ENV IGNITION_VERSION fortress

# Fully install ros2 instead of bootstrapping it and install rqt for debugging and rosbridge for web-based visualisation
RUN apt-get update && apt-get install -y ros-$ROS_DISTRO-ros-base ros-dev-tools ros-humble-rqt* ros-humble-rosbridge-server
RUN apt-get update && apt-get install -y ros-$ROS_DISTRO-ros-base ros-dev-tools ros-$ROS_DISTRO-rqt* ros-$ROS_DISTRO-rosbridge-server

# Install ignition gazebo
#RUN apt-get install -y ros-$ROS_DISTRO-ros-ign ignition-$IGNITION_VERSION
Expand Down

0 comments on commit 5635e88

Please sign in to comment.