Problem installing V_Rep_ROS_Bridge

Typically: "How do I... ", "How can I... " questions
Post Reply
E.Molinos
Posts: 2
Joined: 26 Mar 2015, 15:52

Problem installing V_Rep_ROS_Bridge

Post by E.Molinos »

Hello:

I'm trying to install the vrep_ros_bridge package without success. I'm working under Ubuntu 12.04 and ROS Hydro distribution.

When I execute catkin_make in my workspace this error appears:

Code: Select all

Building CXX object vrep_ros_bridge-indigo-devel/vrep_ros_plugin/src/CMakeFiles/v_repExtRosBridge.dir/v_repExtRosBridge.cpp.o
[ 37%] Building CXX object vrep_ros_bridge-indigo-devel/vrep_ros_plugin/src/CMakeFiles/v_repExtRosBridge.dir/GenericObjectContainer.cpp.o
/opt/ros/hydro/include/pluginlib/class_loader_imp.h: In member function ‘std::string pluginlib::ClassLoader<T>::extractPackageNameFromPackageXML(const string&)’:
/opt/ros/hydro/include/pluginlib/class_loader_imp.h:210:41: error: no matching function for call to ‘TiXmlDocument::LoadFile(const string&)’
/opt/ros/hydro/include/pluginlib/class_loader_imp.h: In member function ‘void pluginlib::ClassLoader<T>::processSingleXMLPluginFile(const string&, std::map<std::basic_string<char>, pluginlib::ClassDesc>&)’:
/opt/ros/hydro/include/pluginlib/class_loader_imp.h:545:31: error: no matching function for call to ‘TiXmlDocument::LoadFile(const string&)’
/opt/ros/hydro/include/pluginlib/class_loader_imp.h:552:17: error: ‘class TiXmlElement’ has no member named ‘ValueStr’
/opt/ros/hydro/include/pluginlib/class_loader_imp.h:553:17: error: ‘class TiXmlElement’ has no member named ‘ValueStr’
/opt/ros/hydro/include/pluginlib/class_loader_imp.h:560:17: error: ‘class TiXmlElement’ has no member named ‘ValueStr’
/opt/ros/hydro/include/pluginlib/class_loader_imp.h: In member function ‘std::string pluginlib::ClassLoader<T>::extractPackageNameFromPackageXML(const string&)’:
/opt/ros/hydro/include/pluginlib/class_loader_imp.h:210:41: error: no matching function for call to ‘TiXmlDocument::LoadFile(const string&)’
/opt/ros/hydro/include/pluginlib/class_loader_imp.h: In member function ‘void pluginlib::ClassLoader<T>::processSingleXMLPluginFile(const string&, std::map<std::basic_string<char>, pluginlib::ClassDesc>&)’:
/opt/ros/hydro/include/pluginlib/class_loader_imp.h:545:31: error: no matching function for call to ‘TiXmlDocument::LoadFile(const string&)’
/opt/ros/hydro/include/pluginlib/class_loader_imp.h:552:17: error: ‘class TiXmlElement’ has no member named ‘ValueStr’
/opt/ros/hydro/include/pluginlib/class_loader_imp.h:553:17: error: ‘class TiXmlElement’ has no member named ‘ValueStr’
/opt/ros/hydro/include/pluginlib/class_loader_imp.h:560:17: error: ‘class TiXmlElement’ has no member named ‘ValueStr’
Any idea about this problem? My ROS Hydro packages are updated to last version. Thank you in advance!

coppelia
Site Admin
Posts: 10378
Joined: 14 Dec 2012, 00:25

Re: Problem installing V_Rep_ROS_Bridge

Post by coppelia »

Hello,

we haven't developed that package. Maybe try to check with the original authors.

Cheers

E.Molinos
Posts: 2
Joined: 26 Mar 2015, 15:52

Re: Problem installing V_Rep_ROS_Bridge

Post by E.Molinos »

Thank you for the answer, i will try to contact with the ROS_Bridge authors.

Post Reply