Robotics StackExchange | Archived questions

How to extract the difference map from the past?

Hello,

I want to know if there is the way to extract the difference from the past.

Now I'm using movebase and gmapping.
I think that global
costmap in move_base is calculating the costs from "map"( generated by gmapping etc) and "sensor topic" ( like scan ).

By combining "map" and "sensor topic", my robot avoided people and obstacles which weren't there at the time of mapping, but are now on the path.

Next I want to extract the position where they appeard.
Any format is fine now. ( like OccupancyGrid and etc )
I want to know if there is the way.

Thanks in advance.

Asked by ayato on 2020-09-22 22:32:04 UTC

Comments

Answers