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

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

  • FollowJointTrajectoryGoal
  • FollowJointTrajectoryResult
  • FollowJointTrajectoryFeedBack

each for the different action state.

The objectType FollowJointTrajectoryGoal will be used to send the goals.

Will test this out and update the result.