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

update robot state transforms when initializing a planning scene #1474

Merged
merged 1 commit into from
May 22, 2019

Conversation

mlautman
Copy link
Contributor

@mlautman mlautman commented May 21, 2019

Description

There was a bug in moveit_visual_tools where adding a collision object after initializing the planning scene resulting in the following error: robot_state.cpp:998: const Isometry3d& moveit::core::RobotState::getFrameTransform(const string&) const: Assertion checkLinkTransforms()' failed.`

This error is caused by the robot state in the planning scene holding dirty link transforms after initialization.

This PR fixes the underlying issue

Checklist

  • Required by CI: Code is auto formatted using clang-format
  • Extended the tutorials / documentation, if necessary reference
  • Include a screenshot if changing a GUI
  • Document API changes relevant to the user in the moveit/MIGRATION.md notes
  • Created tests, which fail without this PR reference
  • Decide if this should be cherry-picked to other current ROS branches
  • While waiting for someone to review your request, please consider reviewing another open pull request to support the maintainers

@mlautman mlautman requested a review from rhaschke as a code owner May 21, 2019 23:36
@rhaschke rhaschke merged commit 837b6a5 into moveit:master May 22, 2019
rhaschke pushed a commit to ubi-agni/moveit that referenced this pull request May 22, 2019
@mlautman mlautman deleted the update-robot-state-in-ps branch May 22, 2019 19:52
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.

None yet

2 participants