Skip to content

Commit cf479a7

Browse files
mkhansenbotivanperez-keera
authored andcommitted
Install rviz2 to send goals to Nav2 (#126).
1 parent c3e2ef2 commit cf479a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

navigation2/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ RUN source ${NAV2_DEPS_WS}/install/setup.bash && sudo apt update && rosdep insta
9999
SHELL ["/bin/bash", "-c"]
100100
RUN source ${NAV2_DEPS_WS}/install/setup.bash && colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
101101

102+
# Install rviz2 to send goals to Nav2
103+
RUN sudo apt update && sudo apt install -y ros-humble-rviz2
104+
102105
# Set up the entrypoint
103106
COPY ./entrypoint.sh /
104107
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)