Skip to content
  • Julia Sanchez's avatar
    [api][ROS] Adapt to ROS Velodyne driver 1.6 from ROS Noetic version · 3042a3db
    Julia Sanchez authored and Nicolas Cadart's avatar Nicolas Cadart committed
    - Ubuntu 20 comes with NOETIC ROS version
    - This new ROS version brings Velodyne driver 1.6 which is not backward-compatible
    - The point_types.h file which contains the PCL point definition used by Velodyne driver is not in velodyne_pointcloud folder anymore but in velodyne_pcl under velodyne_pcl namespace
    - /!\ velodyne_pcl is not downloaded with the default ubuntu 20 package
    - The new point contains time field.
    
    Changes :
    
    - Update includes
    - Update point type
    - Update conversion from velodyne_point to LidarPoint
    3042a3db