panoptic_mapping icon indicating copy to clipboard operation
panoptic_mapping copied to clipboard

A flexible submap-based framework towards spatio-temporally consistent volumetric mapping and scene understanding.

Results 12 panoptic_mapping issues
Sort by recently updated
recently updated
newest added

Since colorized meshes are published directly in the voxblox rviz message format, which requires further computation in the voxblox rviz plugin, there is currently no way to save the meshes...

Hi @Schmluk , I am facing an issue in which for many submap allocations voxels of other semantic classes are grouped into 1 submap. Due to inaccurate allocations the tracker...

Hit @Schmluk .... Is there a parameter which will enable us to semantically control the temporal decay rate for the mesh generation ? like slowly decay the maps for specific...

Two options are implemented currently: - running average of values - overwriting by keeping the latest value I focused on the single-tsdf case, not sure if there are more modifications...

Created methods to cluster and score connected regions based on semantic map assignment

Allow two PanopticMapping nodes to be synchronized using ros Messages. (One active mapper and one passive that e.g. could be used for path planning). Currently under development here [/feature/ros_sync_maps](https://github.com/ethz-asl/panoptic_mapping/tree/feature/ros_sync_maps)

enhancement

Currently Only the Single TSDF integrator can use an uncertainty image. Also add functionality to other integrators

There's already a map renderer (quite ugly one though) in panoptic_mapping package. This is essentially a single_tsdf_renderer, right? Would be nicer to have this as part of the library and...

enhancement

hello!When I run the code **roslaunch panoptic_mapping_ros run.launch** An error occurred: ![ZO0JC_X}@FDL~SE6M0W9NAT](https://github.com/ethz-asl/panoptic_mapping/assets/115251393/222b2ac4-bc9b-4a21-8d82-03dd2723c818) Do you know how to deal with it? Thanks!!