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

Revision history [back]

click to hide/show revision 1
initial version

'Poses' is an array member of Path, so I think you should index it similar to the following:

some_path.poses[some_index].pose

http://docs.ros.org/api/nav_msgs/html/msg/Path.html

'Poses' is an array member of Path, Path of type PoseStamped. Each PoseStamped has its own "pose" member "confusing, right?), so I think you should index it similar to the following:

some_path.poses[some_index].pose

http://docs.ros.org/api/nav_msgs/html/msg/Path.html

'Poses' is an array member of Path of type PoseStamped. Each PoseStamped has its own "pose" member "confusing, (confusing, right?), so I think you should index it similar to the following:

some_path.poses[some_index].pose

http://docs.ros.org/api/nav_msgs/html/msg/Path.html

'Poses' is an array member of Path "Path" of type PoseStamped. Each PoseStamped has its own "pose" member (confusing, right?), so I think you should index it similar to the following:

some_path.poses[some_index].pose

http://docs.ros.org/api/nav_msgs/html/msg/Path.html