Skip to content
Snippets Groups Projects
Commit 9a03ab8f authored by Florent Lamiraux's avatar Florent Lamiraux Committed by Nirmal Giftsun
Browse files

Call rosInit in command loadUrdf.

  Without this call the command fails.
parent 811037f1
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ void RosRobotModel::loadUrdf (const std::string& filename)
for (;it!=specialJoints_.end();++it) {
parser.specifyREPName(it->first, it->second);
}
rosInit (false);
m_HDR = parser.parse(filename);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment