ADVRHumanoids / XBotControl

XBotControl framework: XBotCore + OpenSoT + CartesI/O
33 stars 3 forks source link

Loading urdf and srdf with XBot::ConfigOptions #8

Closed graiola closed 5 years ago

graiola commented 5 years ago

Hi there, I encountered a problem with XBot::ConfigOptions::set_urdf() and XBot::ConfigOptions::opt.set_srdf(). I can not load any urdf or srdf string with them. Instead, XBot::ConfigOptions::set_urdf_path() seems to work correctly.

graiola commented 5 years ago

It has been solved.