Skip to content

Commit

Permalink
remove velodyne_pointcloud install (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonSmet authored Jul 18, 2023
2 parents cb2d52b + 6388ac0 commit f87195e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sudo curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/ros-archive-keyring.gpg] http://packages.ros.org/ros2/ubuntu $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/ros2.list > /dev/null

# Install the driver and pointcloud conversion package
sudo apt install ros-foxy-velodyne-driver -y ros-foxy-velodyne-pointcloud
sudo apt install ros-foxy-velodyne-driver -y

# Don't proceed in Continuous Integration environment
if [[ "$CI" == "true" ]]; then
Expand Down

0 comments on commit f87195e

Please sign in to comment.