ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Your action file must have exactly 3 sections separated by --- for goal, result and feedback. You have 6 sections.
If you want to include another message type include that type instead of repeating its content, i.e. use geometry_msgs/Twist twist
as an entry.