Difference between Costmap2D and Costmap2DROS?
In the header file of some global and local planners, I found these data members: costmap_2d::Costmap2DROS* costmap_ros_;
costmap_2d::Costmap2D* costmap_;
What is the difference between them? I found that Costmap2DROS is wrapper for Costmap2D? what does that mean?
Thanx in advance,