Skip to content

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 requested a review from Levi-Armstrong July 20, 2023 21:54
@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