This repository has been archived by the owner on Nov 13, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 118
How do I set MoveIt! to use the source installation ompl for ros indigo? #745
Comments
Please see source installation instructions for OMPL here. Note that they are for ROS Kinetic. |
http://moveit.ros.org/install/source/dependencies/ |
I run the catkin build as http://moveit.ros.org/install/source/dependencies/ something still wrong with it
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I install moveit from source for ros indigo according to the steps did in #623, How do I set MoveIt! to use the source installation of ompl for ros indigo? After i remove ros-indigo-ompl and install ompl from source, moveit cannot load ompl unless I do "sudo apt-get install ros-indigo-ompl" or “”sudo apt-get install ros-rosversion -d-ompl”.
My installayion process:
cd ~/catkin_ws
catkin_make_isolated
Now moveit cannot load ompl,
when i run "roslaunch pi_robot_moveit_config demo.launch"
[ERROR] [1505903843.188977089]: Exception while loading planner 'ompl_interface/OMPLPlanner': Failed to load library /home/zs/ws_moveit/devel/lib/libmoveit_ompl_planner_plugin.so. Make sure that you are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that names are consistent between this macro and your XML. Error string: Could not load library (Poco exception = libompl.so.10: cannot open shared object file: No such file or directory)
Available plugins: chomp_interface/CHOMPPlanner, ompl_interface/OMPLPlanner
i konw something should be do to link ompl to moveit, but I donot know how, can anyone give me some advice, thanks.
The text was updated successfully, but these errors were encountered: