RLException: [demo.launch] is neither a launch file in package [panda_moveit_config] nor is [panda_moveit_config] a launch file name The traceback for the exception was written to the log file
I've been following the MoveIt! tutorial for ROS Melodic on the MoveIt! Docs page but couldn't launch the demo.launch file with:
roslaunch panda_moveit_config demo.launch rviz_tutorial:=true
I got an exception which looks like this:
RLException: [demo.launch] is neither a launch file in package [panda_moveit_config] nor is [panda_moveit_config] a launch file name The traceback for the exception was written to the log file
With all the launch files including demo.launch
in the panda_moveit_config/launch
directory clearly visible, I'm surprise to still see an exception like this.
What can I do to make use of the demo.launch
file.
did you source the
devel/setup.bash
file in your workspace?Thanks PeteBlackerThe3rd, I tried to but couldn't. The
devel
andbuild
folder was created in my workspace when I built the catkin workspace, but I discovered I couldn't findsetup.bash
in thedevel
folder.