Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 685 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 685 Bytes

pc2image

This code converts a point cloud obtained by a Velodyne VLP16 3D-Lidar sensor into a depth image mono16.

Requisites

  • ROS Kinetic or Melodic
  • Velodyne repository
    sudo apt-get install ros-melodic-velodyne-pointcloud
    
  • PCL (Point Cloud Library)

Clone repository

    cd ~/catkin_ws/src
    git clone https://github.com/EPVelasco/pc2image.git
    cd ..
    catkin_make --only-pkg-with-deps pc2image

Ros Launch

    roslaunch pc2image VLP16_image.launch