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

fix for reverting PR #148 #152

Merged
merged 1 commit into from
Feb 25, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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