Skip to content

(Edited to work with ROS2)This package converts pointcloud in Isaac Sim to velodyne format.

Notifications You must be signed in to change notification settings

kemjensak/isaac_sim_pointcloud_tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

isaac_sim_pointcloud_tool(ROS2 version)

This package converts pointcloud in Isaac Sim to velodyne format. This is a ROS package. It subscribes to the LiDAR rostopic which is published by Isaac Sim. And it republish a LiDAR rostopoic in Velodyne format.

Some SLAM algorithm needs pointcloud in Velodyne format so that it can extract corner points. But Isaac ROS only send pointcloud contains XYZ information. This package helps to convert pointcloud to velodyne format.

This is my lidar config in Isaac Sim. (VLP-16)

Lidar config LiDAR

Before
before

After
after

Successfully run LVI-SAM
SLAM

About

(Edited to work with ROS2)This package converts pointcloud in Isaac Sim to velodyne format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.7%
  • CMake 22.3%