Closed po1 closed 10 years ago
We have internal Trajectory and TrajectoryPoint structures, which are very close to JointTrajectory and JointTrajectoryPoint in trajectory_msgs.
Trajectory
TrajectoryPoint
JointTrajectory
JointTrajectoryPoint
trajectory_msgs
By using the latter ones, we allow for easier extendability.
We have internal
Trajectory
andTrajectoryPoint
structures, which are very close toJointTrajectory
andJointTrajectoryPoint
intrajectory_msgs
.By using the latter ones, we allow for easier extendability.