ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

moveit setup assistant not working [closed]

asked 2021-10-19 06:19:32 -0500

vidu98 gravatar image

updated 2021-10-19 06:45:36 -0500

gvdhoorn gravatar image

When i launch moveit setup assistant i receive the following error.

roslaunch moveit_setup_assistant setup_assistant.launch

... logging to /home/kannan/.ros/log/0d1dacec-30cd-11ec-b94d-e82a44ef4c23/roslaunch-kannan-Lenovo-ideapad-320-15IKB-15791.log
Checking log directory for disk usage. This may take a while.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://kannan-Lenovo-ideapad-320-15IKB:39523/

SUMMARY
========

PARAMETERS
 * /rosdistro: melodic
 * /rosversion: 1.14.11

NODES
  /
    moveit_setup_assistant (moveit_setup_assistant/moveit_setup_assistant)

auto-starting new master
process[master]: started with pid [15805]
ROS_MASTER_URI=http://localhost:11311

setting /run_id to 0d1dacec-30cd-11ec-b94d-e82a44ef4c23
process[rosout-1]: started with pid [15816]
started core service [/rosout]
process[moveit_setup_assistant-2]: started with pid [15820]
/opt/ros/melodic/lib/moveit_setup_assistant/moveit_setup_assistant: error while loading shared libraries: libmoveit_kinematics_base.so.1.0.8: cannot open shared object file: No such file or directory
================================================================================REQUIRED process [moveit_setup_assistant-2] has died!
process has died [pid 15820, exit code 127, cmd /opt/ros/melodic/lib/moveit_setup_assistant/moveit_setup_assistant __name:=moveit_setup_assistant __log:=/home/kannan/.ros/log/0d1dacec-30cd-11ec-b94d-e82a44ef4c23/moveit_setup_assistant-2.log].
log file: /home/kannan/.ros/log/0d1dacec-30cd-11ec-b94d-e82a44ef4c23/moveit_setup_assistant-2*.log
Initiating shutdown!
================================================================================
[moveit_setup_assistant-2] killing on exit
[rosout-1] killing on exit
[master] killing on exit
shutting down processing monitor...
... shutting down processing monitor complete
done
edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by vidu98
close date 2021-11-20 01:42:07.052901

Comments

Can you check the contents of the following directory /opt/ros/melodic/lib/moveit_setup_assistant/ looks you are missing libmoveit_kinematics_base.so.1.0.8 file

osilva gravatar image osilva  ( 2021-10-19 07:18:30 -0500 )edit

hi @osilva, im missing "libmoveit_kinematics_base.so.1.0.8" like you said,how to install that file.

vidu98 gravatar image vidu98  ( 2021-10-19 10:49:06 -0500 )edit

If you are missing this file, it means moveit is not properly installed. I suggest to check your moveitinstallation: https://moveit.ros.org/install/

osilva gravatar image osilva  ( 2021-10-19 11:30:51 -0500 )edit

Also do a search of your full drive, it may be installed somewhere else, just to see what happened.

osilva gravatar image osilva  ( 2021-10-19 11:31:39 -0500 )edit

@osilva i am trying to reinstall moveit, im following "https://moveit.ros.org/install/source/", when i try to run this command "rosdep install -y --from-paths src --ignore-src --rosdistro ${ROS_DISTRO}" i receive following error ; The following packages have unmet dependencies: ros-melodic-ros-controllers-cartesian : Depends: ros-melodic-twist-controller but it is not going to be installed ros-melodic-twist-controller-dbgsym : Depends: ros-melodic-twist-controller (= 0.1.4-1bionic.20210921.212715) but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). ERROR: the following rosdeps failed to install apt: command [sudo -H apt-get install -y ros-melodic-pybind11-catkin] failed.

vidu98 gravatar image vidu98  ( 2021-10-20 01:02:14 -0500 )edit

when im trying to run "sudo apt --fix-broken install" i get the following error: Unpacking ros-melodic-twist-controller (0.1.4-1bionic.20210921.212715) ... dpkg: error processing archive /var/cache/apt/archives/ros-melodic-twist-controller_0.1.4-1bionic.20210921.212715_amd64.deb (--unpack): trying to overwrite '/opt/ros/melodic/lib/libtwist_controller.so', which is also in package ros-melodic-cob-twist-controller 0.8.12-1bionic.20210921.230048 Errors were encountered while processing: /var/cache/apt/archives/ros-melodic-twist-controller_0.1.4-1bionic.20210921.212715_amd64.deb E: Sub-process /usr/bin/dpkg returned an error code (1)

vidu98 gravatar image vidu98  ( 2021-10-20 01:04:09 -0500 )edit

Hi I will respond to this question formally and let's start a new question as more people will get the chance to look at it. Thank you.

osilva gravatar image osilva  ( 2021-10-20 12:43:53 -0500 )edit

Don't build MoveIt from source, unless you did that initially to install it.

Just make sure you have no outstanding apt updates for any ROS packages.

I would recommend to undo whatever you did for your from-source install of MoveIt.

gvdhoorn gravatar image gvdhoorn  ( 2021-10-20 13:12:59 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
1

answered 2021-11-05 08:25:16 -0500

vidu98 gravatar image

I solved it by using sudo dpkg --remove --force-remove-reinstreq ros-melodic-cob-cartesian-controller-dbgsymto force remove the broken package and then uninstall moveit using sudo apt purge ros-melodic-moveit* and then reinstalled it.

edit flag offensive delete link more
1

answered 2021-10-20 12:46:59 -0500

osilva gravatar image
/opt/ros/melodic/lib/moveit_setup_assistant/moveit_setup_assistant: error while loading shared libraries: libmoveit_kinematics_base.so.1.0.8: cannot open shared object file: No such file or directory

The error is pointing to a missing file libmoveit_kinematics_base.so.1.0.8 in the following directory /opt/ros/melodic/lib/moveit_setup_assistant/. To correct check if the file is in the directory, if not then check moveitinstallation. For more information: https://moveit.ros.org/install/

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-10-19 06:19:32 -0500

Seen: 1,205 times

Last updated: Nov 05 '21