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

nav_msgs::Path’ has no member named ‘set_poses_size’ ???

asked 2013-05-28 22:26:52 -0500

tony gravatar image

I have a package that compiles successfully in diamondback. When I compile it in fuerte, it fails and indicates that "error: ‘nav_msgs::Path’ has no member named ‘set_poses_size’". What is wrong with fuerte? Thanks.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
4

answered 2013-05-29 00:29:02 -0500

fergs gravatar image

updated 2013-05-29 00:31:22 -0500

This function was deprecated some time ago. You should instead use poses.resize() as poses is a std::vector. See item #10 on the migration guide

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-05-28 22:26:52 -0500

Seen: 275 times

Last updated: May 29 '13