Skip to content

Commit

Permalink
Merge pull request #6 from husarion/s2-support
Browse files Browse the repository at this point in the history
S2 support
  • Loading branch information
rafal-gorecki authored Dec 20, 2023
2 parents 0b4c278 + cd39131 commit 2238c04
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ SHELL ["/bin/bash", "-c"]

WORKDIR /ros2_ws

# Clone and install dependencies
RUN git clone https://github.com/husarion/sllidar_ros2.git /ros2_ws/src/sllidar_ros2 && \
# install everything needed
RUN git clone https://github.com/Slamtec/sllidar_ros2.git /ros2_ws/src/sllidar_ros2 && \
cp /ros2_ws/src/sllidar_ros2/launch/sllidar_a1_launch.py \
/ros2_ws/src/sllidar_ros2/launch/sllidar_launch.py && \
rosdep update --rosdistro $ROS_DISTRO && \
rosdep install --from-paths src --ignore-src -y

Expand Down

0 comments on commit 2238c04

Please sign in to comment.