# How do people in industry handle updating a 3D pointcloud map?

**URL:** https://discourse.openrobotics.org/t/how-do-people-in-industry-handle-updating-a-3d-pointcloud-map/52841
**Category:** Navigation
**Tags:** mapping
**Created:** [March 2, 2026, 5:21pm UTC](https://discourse.openrobotics.org/t/how-do-people-in-industry-handle-updating-a-3d-pointcloud-map/52841 "2026-03-02T17:21:57Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Shashwat\_Patil](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.openrobotics.org/shashwat_patil/32/32004_2.png) [@Shashwat\_Patil](https://discourse.openrobotics.org/u/Shashwat_Patil)
#### Post date: [March 2, 2026, 5:21pm UTC](https://discourse.openrobotics.org/t/how-do-people-in-industry-handle-updating-a-3d-pointcloud-map/52841/1 "2026-03-02T17:21:57Z")

</div>

Hi everyone, I was trying to find a 3D mapping pkg to map a warehouse environment, have been using glim for mapping and hdl\_slam for localization.  
Wanted to know if there was some technique/pkg that would like allow the pcd map to update without stopping the operations of a bot and running the mapper again.  
Found this pkg called LT\_mapper[(this)](https://github.com/gisbi-kim/lt-mapper) and also found that this has been implimented in nav2, but limited to 2D maps.

Please share you insights on this, if you have any idea about this problem of updating the pointcloud map.

Thanks in advance  
(PS first time posting, sorry in advance if the category)

---

<div class="post-metadata">

### Author: ![Gglaspell](https://avatars.discourse-cdn.com/v4/letter/g/ed8c4c/32.png) [@Gglaspell](https://discourse.openrobotics.org/u/Gglaspell)
#### Post date: [March 3, 2026, 5:08pm UTC](https://discourse.openrobotics.org/t/how-do-people-in-industry-handle-updating-a-3d-pointcloud-map/52841/2 "2026-03-03T17:08:21Z")

</div>

I am not in industry, but this repo may be of interest to you:

> **[GitHub - gglaspell/bag\_to\_mesh: Convert ROS 2 bag files containing LiDAR point...](https://github.com/gglaspell/bag_to_mesh)**
>
> Convert ROS 2 bag files containing LiDAR point clouds into 3D models with precision-tuned registration and drift correction.

Design Philosophy: Accuracy over speed. Built for offline post-processing where quality matters more than real-time performance.

---

<div class="post-metadata">

### Author: ![rkent](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.openrobotics.org/rkent/32/22727_2.png) [@rkent](https://discourse.openrobotics.org/u/rkent)
#### Post date: [March 3, 2026, 6:07pm UTC](https://discourse.openrobotics.org/t/how-do-people-in-industry-handle-updating-a-3d-pointcloud-map/52841/3 "2026-03-03T18:07:31Z")

</div>

I don’t know anything about 3D mapping, but I’ve been [running an experiment](https://openrobotics.zulipchat.com/#narrow/channel/526027-ROS-General/topic/demo.20of.20ai.20generated.20index.20of.20ros.20nodes.20and.20interfaces/with/576450182) with an index to ROS nodes. [This list](http://ai-index.rosdabbler.com/search_nodes/?nodes=PointCloud2&search_nodes=true) of nodes in Rolling that reference PointCloud2 might be of interest to you. If you do find this useful, I’d appreciate knowing about it.

---

<div class="post-metadata">

### Author: ![Shashwat\_Patil](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.openrobotics.org/shashwat_patil/32/32004_2.png) [@Shashwat\_Patil](https://discourse.openrobotics.org/u/Shashwat_Patil)
#### Post date: [March 6, 2026, 6:31am UTC](https://discourse.openrobotics.org/t/how-do-people-in-industry-handle-updating-a-3d-pointcloud-map/52841/4 "2026-03-06T06:31:17Z")

</div>

Thanks @Gglaspell , will try this out on the warehouse bag I have.

---

<div class="post-metadata">

### Author: ![Shashwat\_Patil](https://sea2.discourse-cdn.com/flex022/user_avatar/discourse.openrobotics.org/shashwat_patil/32/32004_2.png) [@Shashwat\_Patil](https://discourse.openrobotics.org/u/Shashwat_Patil)
#### Post date: [March 6, 2026, 6:39am UTC](https://discourse.openrobotics.org/t/how-do-people-in-industry-handle-updating-a-3d-pointcloud-map/52841/5 "2026-03-06T06:39:13Z")

</div>

Not sure if this would be helpful to me, but this AI-based documentation generation is great and would definitely help out a lot of people starting out in ROS, and AI-agents in general.
