Jovaxis
LiDAR reference
ROS 2 · LiDAR

LiDAR ROS 2 integration

Choose a driver, publish point clouds and validate TF frames for a reliable ROS 2 LiDAR integration.

ROS 2 integration architecture

Driver, topics et QoS

Check the vendor ROS 2 package, sensor_msgs output, QoS profile and sustained publish rate.

TF, horodatage et synchronisation

Define base_link and lidar frames, validate timestamps, then synchronize IMU and odometry before SLAM.

Compatible LiDAR sensors

12 catalog products match these criteria.

Related guides and articles

Relevant manufacturers

FAQ

Which ROS 2 messages should a LiDAR publish?

A 3D LiDAR generally publishes sensor_msgs/PointCloud2. A 2D scanner often uses sensor_msgs/LaserScan, with consistent timestamps and frame_id values.

How do you connect the LiDAR frame to base_link?

Measure the sensor pose and publish a static TF transform between base_link and the LiDAR frame. Validate its orientation in RViz before running SLAM.

Does a ROS 1 driver work with ROS 2?

Not directly. Prefer a maintained ROS 2 driver; a bridge can help temporarily but adds complexity and must be tested at the sensor data rate.