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

Problem with getCostmapCopy() in Hydro

asked 2014-05-05 10:22:56 -0500

Stefano Primatesta gravatar image

Hi!

I'm trying to move code from Fuerte to Hydro. In the old code there was:

costmap_ros_->getCostmapCopy(costmap_);

but this function is no longer exist in Hydro. How Can I replace this?

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-05-14 10:10:11 -0500

David Lu gravatar image

Instead of accessing a copy, you can just access the costmap itself with getCostmap()

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2014-05-05 10:22:56 -0500

Seen: 251 times

Last updated: May 14 '14