Skip to content

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

License

Notifications You must be signed in to change notification settings

EPVelasco/pc2image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published