ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Difference between Costmap2D and Costmap2DROS?

asked 2020-11-06 21:10:41 -0600

Eman.m gravatar image

updated 2020-11-08 09:08:43 -0600

miura gravatar image

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,

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-11-07 01:16:16 -0600

duck-development gravatar image

that the Costmap2DROS delivers a more ros frindly interface so you schould work with this class.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-11-06 21:10:41 -0600

Seen: 137 times

Last updated: Nov 07 '20