Short Explanation
Run synchronized LiDAR, IMU, and camera streams and R3LIVE estimates state while producing a real-time RGB-colored 3D map.
R3LIVE is a tightly-coupled LiDAR-inertial-visual state estimation and mapping tool that reconstructs robust RGB-colored 3D maps in real time.
Core parameters, trigger timing, and visual before/after demo references.
Run synchronized LiDAR, IMU, and camera streams and R3LIVE estimates state while producing a real-time RGB-colored 3D map.
Prepare the scene, image, video, sensor stream, prompt, or configuration expected by the original project.
Read the produced visualization, prediction, map, trajectory, mask, grasp pose, or other documented artifact.
A quick-run style example for the documentation page.
Readable controls and the meaning of each returned artifact.
launch_fileselectr3live_bag.launchROS launch entry for the dataset or live sensor setup.
configpathSensor calibration, camera model, LiDAR topic, and mapping parameters.
rosbagfileRecorded LiDAR-inertial-visual stream to replay.
mesh_reconstructiontogglefalseRuns the additional reconstruction utility after mapping.
state_estimateEstimated pose, velocity, and sensor state used for localization.
rgb_point_mapLiDAR map colored by camera information for readable scene reconstruction.
meshOptional reconstructed surface generated from the map output.
Official resources, deployment steps, academic context, citation, and source-reported benchmark numbers.
# Relative-path local entry for the R3LIVE tool folder cd tools/r3live/catkin_ws catkin_make source devel/setup.bash roslaunch r3live r3live_bag.launch rosbag play tools/r3live/datasets/YOUR_DOWNLOADED.bag # Mesh reconstruction utility: roslaunch r3live r3live_reconstruct_mesh.launch # Suggested repository layout: # tools/r3live/README.md # tools/r3live/r3live/launch/r3live_bag.launch # tools/r3live/config/ # tools/r3live/datasets/ # This page documents the path. The static page does not execute R3LIVE.
{
"tool": "r3live",
"status": "ok",
"trajectory": [
{
"label": "RGB-colored LIV mapping",
"score": 0.87,
"output": "State estimate, RGB point map, textured reconstruction"
}
],
"timing": {
"runtime": "PC VIO per-frame cost is 7.01 ms at 320x256 / 0.10 m point resolution, 11.53 ms at 640x512 / 0.10 m, and 13.63 ms at 1280x1024 / 0.10 m; LIO per-frame cost is 18.40 ms.",
"device": "documented in source benchmark when available"
},
"artifacts": {
"visualization": "tools/r3live/runs/visualization.png",
"raw_predictions": "tools/r3live/runs/predictions.json"
}
}Paper identity and contribution summary.
@misc{r3live2022,
title={R3LIVE: A Robust, Real-time, RGB-colored, LiDAR-Inertial-Visual tightly-coupled state Estimation and mapping package},
author={Jiarong Lin and Chunran Zheng and Wei Xu and Fu Zhang},
year={2022},
note={ICRA 2022},
url={https://github.com/hku-mars/r3live/blob/master/papers/R3LIVE%20--%20A%20Robust%2C%20Real-time%2C%20RGB-colored%2C%20LiDAR-Inertial-Visual%20tightly-coupled%20stateEstimation%20and%20mapping%20package.pdf}
}Only compact, source-reported numbers are shown here.
| Dataset | Metric | Value | Runtime | Source |
|---|---|---|---|---|
| HKUST campus loops | Loop drift | 0.093 m, 0.154 m, 0.164 m, 0.102 m over 1.19-1.52 km trajectories | Real-time mapping pipeline | ICRA 2022 paper |
| Runtime table | Per-frame time | VIO 7.01 ms at 320x256 / 0.10 m, LIO 18.40 ms | PC evaluation | R3LIVE paper |
R3LIVE paper, drift table, RPE table, runtime table, ROS launch files, dataset bags, RGB map outputs, and mesh reconstruction utilities.
Visual references from the original tool. Click any image to inspect the original size.