Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.21 KB

Dependencies

# install pcap library
sudo apt-get install git libpcap-dev 

# install ros-<DISTRO>-geometry2
sudo apt-get install ros-noetic-geometry2

Reference

  1. Getting Started with the Velodyne VLP16
  2. Velodyne

Overview

Velodyne1 is a collection of ROS2 packages supporting Velodyne high definition 3D LIDARs3.

Warning:

The master branch normally contains code being tested for the next ROS release. It will not always work with every previous release. To check out the source for the most recent release, check out the tag <version> with the highest version number.

The current master branch works with ROS Kinetic and Melodic. CI builds are currently run for Kinetic and Melodic.