JointTrajectoryPoint.merge
-
JointTrajectoryPoint.merge(other)[source] Merge the
JointTrajectoryPointwith anotherJointTrajectoryPointin place along joint names. The otherJointTrajectoryPointtakes precedence over thisJointTrajectoryPointin case a joint value is present in both.Note
Caution:
joint_namesmay be rearranged.- Parameters
other (
JointTrajectoryPoint) – TheJointTrajectoryPointto be merged.- Raises
ValueError – If the
JointTrajectoryPointor the otherJointTrajectoryPointdoes not specify joint names for all joint values.