ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
it seems that I have misunderstood the .action file to be like message definition. Reading the http://wiki.ros.org/actionlib documentation , it will seem that the action file will generate 3 message object
each for the different action state.
The objectType FollowJointTrajectoryGoal will be used to send the goals.
Will test this out and update the result.