Skip to content

lib version so.0.9.4 is not available for kinect unbuntu #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
MinMengbin opened this issue Feb 28, 2017 · 2 comments
Closed

lib version so.0.9.4 is not available for kinect unbuntu #67

MinMengbin opened this issue Feb 28, 2017 · 2 comments

Comments

@MinMengbin
Copy link

MinMengbin commented Feb 28, 2017

/usr/bin/ld: warning: libmoveit_trajectory_execution_manager.so.0.9.4, needed by /opt/ros/kinetic/lib/libmoveit_move_group_interface.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libmoveit_planning_scene_monitor.so.0.9.4, needed by /opt/ros/kinetic/lib/libmoveit_move_group_interface.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libmoveit_robot_model.so.0.9.4, needed by /opt/ros/kinetic/lib/libmoveit_move_group_interface.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libmoveit_transforms.so.0.9.4, needed by /opt/ros/kinetic/lib/libmoveit_move_group_interface.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libmoveit_robot_state.so.0.9.4, needed by /opt/ros/kinetic/lib/libmoveit_move_group_interface.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libmoveit_kinematic_constraints.so.0.9.4, needed by /opt/ros/kinetic/lib/libmoveit_move_group_interface.so, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libmoveit_robot_model_loader.so.0.9.4, needed by /opt/ros/kinetic/lib/libmoveit_common_planning_interface_objects.so, not found (try using -rpath or -rpath-link)
/opt/ros/kinetic/lib/libmoveit_move_group_interface.so: undefined reference to `planning_scene_monitor::CurrentStateMonitor::waitForCurrentState(ros::Time, double) const'
collect2: error: ld returned 1 exit status
myworkcell_core/CMakeFiles/myworkcell_node.dir/build.make:180: recipe for target '/home/aspa1/catkin_ws/devel/lib/myworkcell_core/myworkcell_node' failed
make[2]: *** [/home/aspa1/catkin_ws/devel/lib/myworkcell_core/myworkcell_node] Error 1
CMakeFiles/Makefile2:7956: recipe for target 'myworkcell_core/CMakeFiles/myworkcell_node.dir/all' failed
make[1]: *** [myworkcell_core/CMakeFiles/myworkcell_node.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
Invoking "make -j4 -l4" failed

Hi, I want to build a new node from my project by using moveit_group class to control IRB120 rabb. But When I use the function like
moveit::planning_interface::MoveGroupInterface move_group(PLANNING_GROUP); from header of
#include <moveit/move_group_interfacemove_group_interface.h>
it could not pass the catkin_make. It looked like the version of the library was not right. I got lost. Cou you help me? Thanks!

@v4hn
Copy link
Contributor

v4hn commented Mar 1, 2017 via email

@MinMengbin
Copy link
Author

Hello, thanks for your reply. First I update the packages, I saw the following output messages. And it works. Thanks!

Setting up ros-kinetic-moveit-core (0.9.4-0xenial-20170213-222630-0800) ...
Setting up ros-kinetic-moveit-ros-perception (0.9.4-0xenial-20170213-224151-0800) ...
Setting up ros-kinetic-moveit-ros-planning (0.9.4-0xenial-20170213-225943-0800) ...
Setting up ros-kinetic-moveit-ros-robot-interaction (0.9.4-0xenial-20170213-231543-0800) ...

@v4hn v4hn closed this as completed Mar 1, 2017
davetcoleman pushed a commit that referenced this issue May 15, 2018
* updating visualization file name and references in accordance to renaming tutorial

* updating visualizing collisions file name and references in accordance to renaming tutorial

* updating robot model and robot state file name and references in accordance to renaming tutorial

* updating moveit commander scripting file name and references in accordance to renaming tutorial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants