-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: breaking
Are you sure you want to change the base?
Conversation
@domire8 tagging you here although this is still WIP just for your information. It won't build since we are relying on unmerged/unreleased |
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? |
There was a problem hiding this comment.
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
Yes this is relevant, we need to see how to create pre release version of control libraries with the CI over there |
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 newstate_representation
classes within modulo.Review guidelines
Estimated Time of Review: 15 minutes
Checklist before merging: