what's difference between RTGoalHandle and RTGoalHandleFollow?
Hi,
In joint_trajectory_action_controller.h (robot_mechanism_controllers package).
RTGoalHandle is defined as RTServerGoalHandle<pr2_controllers_msgs::JointTrajectoryAction> and RTGoalHandleFollow is defined as RTServerGoalHandle<control_msgs::FollowJointTrajectoryAction>
What does these two types use for? It seems their API looks really similar.
Thanks!