Skip to content

adrianomcr/lidar_sim

Repository files navigation

lidar_sim

Simulation of a LiDAR based on geometric primitives. Below an example for the Velodyne VLP16 configuration.

image

Set it up

mkdir ~/simulation_ws/src
cd ~/simulation_ws/src
git clone [email protected]:adrianomcr/lidar_sim.git
cd ~/simulation_ws
catkin build  --cmake-args -DCMAKE_BUILD_TYPE=Release
source devel/setup.bash

OBS: The Release argument is important to make the code run (way) faster.

Use it

cd ~/simulation_ws
source devel/setup.bash
roslaunch lidar_sim example.launch

About the software

Available geometric primitives

  • Plane
  • Sphere
  • Cylinder
  • Ellipsoid

Contact

Adriano Rezende

[email protected]

About

LiDAR simulation based on geometric primitives

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published