Skip to content

fix World::getTransform#1553

Merged
v4hn merged 1 commit intomoveit:masterfrom
ubi-agni:fix-getTransform
Jul 12, 2019
Merged

fix World::getTransform#1553
v4hn merged 1 commit intomoveit:masterfrom
ubi-agni:fix-getTransform

Conversation

@rhaschke
Copy link
Copy Markdown
Contributor

Looks like World::getTransform is broken since 3e8feeb (#1439).

... which was broken in 3e8feeb (moveit#1439)
frame_found = true;
std::map<std::string, ObjectPtr>::const_iterator it = objects_.find(name);
if (it != objects_.end())
return it->second->shape_poses_[0];
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This first return was missing frame_found to be set to true beforehand.

Copy link
Copy Markdown
Contributor

@v4hn v4hn left a comment

Choose a reason for hiding this comment

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

true

@v4hn v4hn merged commit 97edff9 into moveit:master Jul 12, 2019
@rhaschke rhaschke deleted the fix-getTransform branch July 12, 2019 14:47
sjahr pushed a commit to sjahr/moveit that referenced this pull request Jun 21, 2024
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