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

Restructure trajectory class to support leaner Cartesian/Joint trajectory types #215

Open
3 of 4 tasks
bpapaspyros opened this issue Jan 10, 2025 · 1 comment
Open
3 of 4 tasks
Assignees

Comments

@bpapaspyros
Copy link
Member

bpapaspyros commented Jan 10, 2025

We currently have an unused (but not outdated) Trajectory class:

https://github.com/aica-technology/control-libraries/blob/59e515c3d9984974cdacd4b1b86623fe80638b8a/source/state_representation/include/state_representation/trajectories/Trajectory.hpp

We could restructure it accordingly so as to support:

  • CartesianTrajectory
  • JointTrajectory

Then, the existing Trajectory class could be cleaned up to not require joint_names_ or a State queue but leaner data types and specialized (potentially) name vectors depending on whether we are dealing with Cartesian or Joint trajectories.

Tasks

Preview Give feedback
  1. bpapaspyros
  2. bpapaspyros
  3. bpapaspyros
@bpapaspyros bpapaspyros self-assigned this Jan 10, 2025
@bpapaspyros
Copy link
Member Author

bpapaspyros commented Jan 13, 2025

@domire8 I turned this into an epic and started added some tasks, feel free to give feedback and/or add items. The first item is a big one, let's discuss structure ideas in the corresponding issue (#216).

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