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

Should trajectory.Trajectory return a dictionary? #1584

Closed
ocefpaf opened this issue Mar 19, 2015 · 0 comments
Closed

Should trajectory.Trajectory return a dictionary? #1584

ocefpaf opened this issue Mar 19, 2015 · 0 comments

Comments

@ocefpaf
Copy link
Member

ocefpaf commented Mar 19, 2015

I believe that the intent of having

traj = trajectory.Trajectory(waypoints)
traj.sampled_points

Was to use traj.sampled_points as input for trajectory.interpolate(cube, sampled_points)

However, trajectory.interpolate takes a sequence of coordinate (name) - values pairs, and not that list of dicts that is return by trajectory.Trajectory. Is this a bug or am I using it wrong?

@ocefpaf ocefpaf closed this as completed Sep 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant