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

feat: update translators to include new trajectory msgs #195

Draft
wants to merge 2 commits into
base: breaking
Choose a base branch
from

Conversation

bpapaspyros
Copy link
Member

@bpapaspyros bpapaspyros commented Feb 12, 2025

Description

This PR solves the issue by adding new readers/writers for python and C++ including translations from trajectory_msgs/JointTrajectory. It also adds tests to verify the functionality of the new state_representation classes within modulo.

Review guidelines

Estimated Time of Review: 15 minutes

Checklist before merging:

  • Confirm that the relevant changelog(s) are up-to-date in case of any user-facing changes

@bpapaspyros bpapaspyros self-assigned this Feb 12, 2025
@bpapaspyros bpapaspyros requested a review from domire8 February 12, 2025 17:40
@bpapaspyros
Copy link
Member Author

@domire8 tagging you here although this is still WIP just for your information. It won't build since we are relying on unmerged/unreleased control-libraries features

seconds=state.get_time_from_start(i).total_seconds()).to_msg()
message.points.append(ros_point)
message.header.frame_id = state.get_name()
# todo: should we properly stamp it?
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note to self and others: we need to discuss this

@domire8
Copy link
Member

domire8 commented Feb 13, 2025

@domire8 tagging you here although this is still WIP just for your information. It won't build since we are relying on unmerged/unreleased control-libraries features

Yes this is relevant, we need to see how to create pre release version of control libraries with the CI over there

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

Successfully merging this pull request may close these issues.

2 participants