We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e2ef2 commit cf479a7Copy full SHA for cf479a7
navigation2/Dockerfile
@@ -99,6 +99,9 @@ RUN source ${NAV2_DEPS_WS}/install/setup.bash && sudo apt update && rosdep insta
99
SHELL ["/bin/bash", "-c"]
100
RUN source ${NAV2_DEPS_WS}/install/setup.bash && colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
101
102
+# Install rviz2 to send goals to Nav2
103
+RUN sudo apt update && sudo apt install -y ros-humble-rviz2
104
+
105
# Set up the entrypoint
106
COPY ./entrypoint.sh /
107
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments