lvfengchi / livox_laser_simulation

This is a simulation of Livox lidar
86 stars 24 forks source link

Livox Laser Simulation

A package to provide plug-in for Livox Series LiDAR.

Requirements

Results

Branchs

main branch

gazebo9

Dependence

Usage

If you use gazebo 9, checkout to "gazebo-9-ver" branch. The gazebo-9 version is maintained by jp-ipu.

Before you write your urdf file by using this plugin, catkin_make/catkin build is needed.

A simple demo is shown in livox_simulation.launch

Run

    roslauch livox_laser_simulation livox_simulation.launch

to see.

Change sensor by change the following lines in the robot.xacro into another xacro file.

  <xacro:include filename="$(find livox_laser_simulation)/urdf/livox_horizon.xacro"/>
  <Livox_Horizon name="livox" visualize="true" publish_pointcloud_type="2"/>

Parameters(example by avia)

Simulation for mapping

Currently Fast-LIO is tested when publish_pointcloud_type = 3。

Enjoy it and feel free to report bugs.

This repository is now maintained by EpsAvlc and LvFengchi.