Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds a timing check to JointStatesFromTraj(). #260

Merged
merged 1 commit into from
Jan 22, 2016

Conversation

psigen
Copy link
Member

@psigen psigen commented Jan 22, 2016

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.

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.
@mkoval mkoval added the bug label Jan 22, 2016
mkoval added a commit that referenced this pull request Jan 22, 2016
…Check

Adds a timing check to `JointStatesFromTraj()`.
@mkoval mkoval merged commit e90be3d into master Jan 22, 2016
@mkoval mkoval deleted the bugfix/JointStateTimingCheck branch January 22, 2016 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants