Skip to content

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.

@Levi-Armstrong Levi-Armstrong mentioned this pull request Jan 7, 2025
48 tasks
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