[moveit_planning_execution.launch] is neither a launch file in package [elfin3_moveit_config] nor is [elfin3_moveit_config] a launch file name [closed]

asked 2019-09-06 17:22:44 -0500

vish_jit gravatar image

updated 2019-09-07 04:25:12 -0500

gvdhoorn gravatar image

I am new to ros and first using it for project while i was following this previous project link https://github.com/hans-robot/elfin_r...

i got error after the command

roslaunch elfin3_moveit_config moveit_planning_execution.launch

in Usage with Gazebo Simulation part i got this error

[moveit_planning_execution.launch] is neither a launch file in package [elfin3_moveit_config] nor is [elfin3_moveit_config] a launch file name
The traceback for the exception was written to the log file

i dont know will it help or not I have checked that file "moveit_planning_execution.launch" path is catkin_ws->src->elfin_robot->elfin3_moveit_config->[moveit_planning_execution.launch

i also run next 2-3 commands but got the same type of error how to resolve this

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by vish_jit
close date 2019-09-07 20:08:24.335933

Comments

I got it.Actually while changing terminal tab I also need to run "source devel/setup.bash" which I was not did and got the error but after doing that everything till now is working fine.

vish_jit gravatar image vish_jit  ( 2019-09-07 20:07:52 -0500 )edit