MapRenderer: map variants and dynamic object removal
See original GitHub issueIn KMST 1.2.140, the 19th anniversary map 993200000
is covered in clouds. There appears to be several versions of this map, referenced by the 4 miniMap
entries: canvas
along with canvas[1-3]
. Is there client side data to determine which objects should be rendered on the map for each version of the map? If so, it would be a great feature if MapRenderer can render each of the 4 variants separately.
If the data does not exist, would it be possible to enable a way to click and remove objects dynamically while the user is in MapRenderer?
Issue Analytics
- State:
- Created a year ago
- Comments:13 (10 by maintainers)
Top Results From Across the Web
Dynamic Object Removal and Spatio-Temporal RGB-D ...
Removing objects based on their semantic class is useful in a mapping scenario where we want to obtain a clean static map of...
Read more >RH-Map: Online Map Construction Framework of Dynamic ...
is proposed, consisting of front-end scan fresher and back-end removal modules, which realizes real-time map construction and online dynamic ...
Read more >How to eliminate dynamic object from map while mapping
Hi, I has been fusing the odometry, 2d laser range finder and depth camera to reconstruct surroundings by rtabmap.
Read more >Spatial Mapping Renderer
Note: The removal update countdown begins when Spatial Mapping notifies the component that a Surface GameObject is no longer in the SurfaceObserver's ...
Read more >Removing Dynamic Objects from 3D Maps using Geometry ...
Abstract—In this work we present a new approach for the 3D reconstruction of a scene from RGB-D sequences containing dynamic objects.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
looks like it is controlled by some quest state, and the clouds are enabled by tags.
plan to add command to show/hide all objects by tag, too lazy to design an UI window for it.
VS2022 (17.1.4) from my side, that could be a difference? (with newer version of roslyn)
checked build pipeline, it also use vs2022 as default build tool.