Closed psigen closed 8 years ago
Previously, calling JointStateFromTraj() on an untimed trajectory with time = 0.0 would result in an openrave_exception. Now, it will raise a ValueError reporting that untimed trajectories cannot be used in the function.
JointStateFromTraj()
openrave_exception
ValueError
Previously, calling
JointStateFromTraj()
on an untimed trajectory with time = 0.0 would result in anopenrave_exception
. Now, it will raise aValueError
reporting that untimed trajectories cannot be used in the function.