Robotics StackExchange | Archived questions

Moveit Setup Assistant Package Missing

I installed the Moveit! package following this link.

Then I moved to the Setup Assistant but I encountered the following problem :

:~$ roslaunch moveit_setup_assistant setup_assistant.launch
[setup_assistant.launch] is neither a launch file in package [moveit_setup_assistant] nor is [moveit_setup_assistant a launch file name
The traceback for the exception was written to the log file

When I tried to check if the package moveitsetupassistant exists, this is what it showed :

:~$ rospack find moveit_setup_assistant
[rospack] Error: package 'moveit_setup_assistant' not found

I have tried to search for answers but I haven't been able to find any. From this link it seems like they have aborted the setup_assistant package for Jade.

Any solutions to this problem?

Asked by bhavyadoshi26 on 2016-08-12 09:49:47 UTC

Comments

Answers

This package can be downloaded from the following link:

https://github.com/ros-planning/moveit_setup_assistant/tree/jade-devel

You can build this package from the local catkin_workspace using "catkin_make".

Note: In some scenarios, the dependent packages will be missing from your PC. As far as i know we need "FCL" for this.

Asked by ghkraju on 2016-08-15 08:50:28 UTC

Comments

You need to run sudo apt-get update first and then enter following command as mentioned here

sudo apt-get install ros-jade-moveit
source /opt/ros/jade/setup.bash

I had a similar issue with jade but following above instructions I solved them. Hope it helps

Asked by ZainMehdi on 2016-11-23 12:06:36 UTC

Comments