Skip to content

[Feature Proposal]: Composite Trajectories #492

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

Open
kylelevy opened this issue Apr 23, 2025 · 0 comments
Open

[Feature Proposal]: Composite Trajectories #492

kylelevy opened this issue Apr 23, 2025 · 0 comments

Comments

@kylelevy
Copy link

Hello,

Recently I was working on a project using the robotics-toolbox-python package and found there was no native support for combining trajectories. In my case, I found myself wanting to demo certain poses for a robot and so I created trajectories from each pose to the next and had to implement my own logic to concatenate the lists from both trajectories and add the last time value onto the second trajectory manually.

I think this is something that may be useful to others for constructing different trajectories and could potentially be implemented as the add method with checks for the final position / velocity matching the beginning of the second one.

I am happy to implement this if it is something that the maintainers think is worth while.

Let me know your thoughts :)

@kylelevy kylelevy changed the title Feature Proposal: Composite Trajectories [Feature Proposal]: Composite Trajectories Apr 23, 2025
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