Skip to content
This repository has been archived by the owner on Nov 13, 2017. It is now read-only.

Commit

Permalink
Merge pull request #152 from ros-planning/fix_pr_148
Browse files Browse the repository at this point in the history
fix for reverting PR #148
  • Loading branch information
isucan committed Feb 25, 2014
2 parents 7646318 + 80e2865 commit 2c3185d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions robot_state/src/conversions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,16 +360,6 @@ static bool _robotStateMsgToRobotStateHelper(const Transforms *tf, const moveit_
missing.erase(vnames[i]);
}
}

// Create error message
if (!missing.empty())
{
std::stringstream missing_frames;
std::copy(missing.begin(), missing.end(), std::ostream_iterator<std::string>(missing_frames, ", "));
logError("robot_state: State message is missing required frames: [%s]", missing_frames.str().c_str());
return false;
}

return true;
}
else
Expand Down

0 comments on commit 2c3185d

Please sign in to comment.