Skip to content
Snippets Groups Projects
Commit ef8f3ecf authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

adapted to new location of plugins .so

parent f3d17270
No related branches found
No related tags found
2 merge requests!11new release,!10new release
......@@ -33,7 +33,7 @@ WolfRosNode::WolfRosNode()
// ROS PARAMS
std::string yaml_file, plugins_path, subscribers_path;
nh_.param<std::string>("yaml_file_path", yaml_file, ros::package::getPath("wolf_ros_node")+"/yaml/params_demo.yaml");
nh_.param<std::string>("plugins_path", plugins_path, "/usr/local/lib/iri-algorithms/");
nh_.param<std::string>("plugins_path", plugins_path, "/usr/local/lib/");
nh_.param<std::string>("packages_path", subscribers_path, ros::package::getPath("wolf_ros_node") + "/../../devel/lib/");
// PARAM SERVER CONFIGURATION
......
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