Skip to content

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

@MinMengbin

Description

@MinMengbin
/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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions