-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install rviz2 to send goals to Nav2 (#126).
- Loading branch information
1 parent
c3e2ef2
commit cf479a7
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,6 +99,9 @@ RUN source ${NAV2_DEPS_WS}/install/setup.bash && sudo apt update && rosdep insta | |
SHELL ["/bin/bash", "-c"] | ||
RUN source ${NAV2_DEPS_WS}/install/setup.bash && colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON | ||
|
||
# Install rviz2 to send goals to Nav2 | ||
RUN sudo apt update && sudo apt install -y ros-humble-rviz2 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
asimonov
|
||
|
||
# Set up the entrypoint | ||
COPY ./entrypoint.sh / | ||
ENTRYPOINT ["/entrypoint.sh"] | ||
|
Matt, I think apt install pulls in entire humble from Ubuntu repos which may overwrite our spaceros humble...