Skip to content

Blending Planned Trajectories #2464

Answered by AndyZe
peterdavidfagan asked this question in Q&A
Discussion options

You must be logged in to vote

You should poke around in this folder: https://github.com/ros-planning/moveit2/tree/main/moveit_core/trajectory_processing/include/moveit/trajectory_processing

They're plugins so the API is standardized I believe.

A lot of the time, what we'll do to blend trajectories is:

  • Take Traj A, take Traj B. Concatenate the waypoints to get Traj C.

  • Run time_optimal_trajectory_generation on Traj C.

I think this is only C++, though.

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@peterdavidfagan
Comment options

peterdavidfagan Oct 20, 2023
Collaborator Author

Comment options

You must be logged in to vote
4 replies
@peterdavidfagan
Comment options

peterdavidfagan Oct 20, 2023
Collaborator Author

@gavanderhoorn
Comment options

@AndyZe
Comment options

AndyZe Oct 20, 2023
Collaborator

@peterdavidfagan
Comment options

peterdavidfagan Oct 20, 2023
Collaborator Author

Answer selected by peterdavidfagan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants