Import Dynamic obstacles in a map

asked 2020-09-09 10:41:51 -0500

evdo gravatar image

updated 2020-09-09 10:56:25 -0500

hello guys, I'm building an autonomous mobile robot and i use 2d lidar scanners to create the map of the area. Besides some stable obstacles such as walls, benches, etc, there are some barrier stripes on the floor which are dynamic obstacles and they change in every run. I have created a custom object detector with a camera which returns a bounding box as detection, but I do not know how to insert these detections as an object inside the map. What should i do? Thanks in advance!

edit retag flag offensive close merge delete