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

Revision history [back]

This function was deprecated some time ago. You should instead use poses.resize() as poses is a std::vector.

This function was deprecated some time ago. You should instead use poses.resize() as poses is a std::vector.std::vector. See item #10 on the migration guide: http://ros.org/wiki/fuerte/Migration#error:_XXX_has_no_member_named_.27set_YYY_size.27_.28or_.27get_YYY_size.27.29

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: http://ros.org/wiki/fuerte/Migration#error:_XXX_has_no_member_named_.27set_YYY_size.27_.28or_.27get_YYY_size.27.29guide