Skip to content

Commit

Permalink
Dockerfile: Install slam_toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
wltjr committed Jul 12, 2024
1 parent d01da16 commit 13f8c80
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 @@ -18,10 +18,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
ros-jazzy-robot-state-publisher \
ros-jazzy-ros2-controllers \
ros-jazzy-rplidar-ros \
ros-jazzy-slam-toolbox \
ros-jazzy-teleop-twist-keyboard \
ros-jazzy-xacro \
&& rm -rf /var/lib/apt/lists/*
# ros-jazzy-slam-toolbox \

# ros 2 env
RUN echo "source /opt/ros/jazzy/setup.bash" >> /root/.bashrc
Expand Down

0 comments on commit 13f8c80

Please sign in to comment.