You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The content you are editing has changed. Please copy your edits and refresh the page.
@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).
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:
Then, the existing
Trajectory
class could be cleaned up to not requirejoint_names_
or aState
queue but leaner data types and specialized (potentially) name vectors depending on whether we are dealing with Cartesian or Joint trajectories.Tasks
The text was updated successfully, but these errors were encountered: