Skip to content

Movegroup pushScene mismatch between movegoup and robowflex scenes for Fetch #286

@tonypan1995

Description

@tonypan1995

Fetch in the robowflex planning scene has "world" frame and "base_joint" for integrating odometry. The movegroup we use to execute trajectories on the real robot does not have these frames.

This mismatch causes problems if you want to push a local robowflex scene to the movegroup scene. For example, the header of a collision object has the field frame, which would typically be "world" in robowflex scene, and "base_link" in movegroup scene.

The fix to this would be to programmatically modify the frame in the message. We need to see if there is any other fix to do.

Note: This problem does not affect executing an arm trajectory on move group.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions