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

Draft: Implement planar joints in CurrentStateMonitor #221

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mpowelson
Copy link
Contributor

Requires tesseract #915. This listens to TF to update planar joints. We should probably do some more performance testing on this before merging. TFBuffers can add some CPU overhead. We could consider starting the buffer only if !tf_updated_joints_.empty()

@mpowelson mpowelson marked this pull request as draft July 20, 2023 21:54
* @param all_joint_names All joints in the environment
* @return Base joint names of the planar joints (the name in the urdf)
*/
std::vector<std::string> getPlanerJointNames(const std::vector<std::string>& all_joint_names) const;
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo: should be getPlanarJointNames

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