int loadURDF(const std::string &fileName, const struct b3RobotSimulatorLoadUrdfFileArgs &args = b3RobotSimulatorLoadUrdfFileArgs());interface b3RobotSimulatorLoadUrdfFileArgs {
void b3RobotSimulatorLoadUrdfFileArgs();
};
interface b3RobotSimulatorClientAPI_NoDirect {
void b3RobotSimulatorClientAPI_NoDirect();
[Const] long getAPIVersion();
void loadURDF([Const, Ref] DOMString filename, [Const, Ref] b3RobotSimulatorLoadUrdfFileArgs args);
};glue.cpp:5083:18: error: reference to type 'const std::string' (aka 'const basic_string<char, char_traits<char>, allocator<char> >') could not bind to an lvalue of type 'const char'