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: Add basic planar joint support in the urdf parser #915

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

Conversation

mpowelson
Copy link
Contributor

Levi and I discussed how to implement this. The better solution would probably be to implement planar joints in the state solver. However, that would touch a lot of things. Instead we decided to get an MVP working by inserting 3 joints for each planar joint in the URDF. They are named <urdf_name>_<x, y, or yaw>_planar. Then the ROS environment monitor will listen to TF and update these TFs as appropriate

}
}

void addLink(tesseract_scene_graph::SceneGraph::UPtr& sg,
Copy link
Contributor

Choose a reason for hiding this comment

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

I would probably have this pass the scenegraph by reference.

@Levi-Armstrong
Copy link
Contributor

I been looking at how MoveIt accomplishes this and think it aligns with what we would like to do. In this case add the concepts of variables where a joint can have multiple variables. A good point of reference is the joint model here.

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