ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you just want to create a copy of the path message, then the copy constructors mean you can do this:
gPlan = nav_msgs::Path(msg);
Hope this helps.