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

Add Multi-dof joint state in storage and retrieval services #51

Merged
merged 3 commits into from
May 22, 2024

Conversation

Abishalini
Copy link
Contributor

No description provided.

Copy link
Contributor

@marioprats marioprats left a comment

Choose a reason for hiding this comment

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

LGTM. I added some additional doc as suggestions.
Did you consider reusing the moveit_msgs/RobotState message instead of a new one? That one already contains joint_state and multi_dof_joint_state, although it also contains some other fields that we don't need. So I think it makes sense to have a custom message with just the things we need.

@Abishalini
Copy link
Contributor Author

Good point about resuing RobotState.
For now, I will keep this new RobotJointState msg and refactor when we need to pass the attached collision objects information.

@Abishalini Abishalini merged commit a7ae0a4 into main May 22, 2024
2 checks passed
@Abishalini Abishalini deleted the pr-add-multi-dof-for-waypoint-storage branch May 22, 2024 17:02
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