personalrobotics / prpy

Python utilities used by the Personal Robotics Laboratory.
BSD 3-Clause "New" or "Revised" License
62 stars 19 forks source link

Adds a timing check to `JointStatesFromTraj()`. #260

Closed psigen closed 8 years ago

psigen commented 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.