|
|
@ -15,8 +15,8 @@ from control_msgs.msg import FollowJointTrajectoryGoal |
|
|
|
# robot trajectories. |
|
|
|
from trajectory_msgs.msg import JointTrajectoryPoint |
|
|
|
|
|
|
|
# We're going to subscribe to 64-bit integers, so we need to import the definition |
|
|
|
# for them. |
|
|
|
# We're going to subscribe to a JointState message type, so we need to import |
|
|
|
# the definition for it |
|
|
|
from sensor_msgs.msg import JointState |
|
|
|
|
|
|
|
# Import hello_misc script for handling trajecotry goals with an action client. |
|
|
|