rlexception: X is neither a launch file .. nor is Y a launch file name.
I created a moveit file using the setup assistant. It was a robot visualisation for the KUKA KR150. When I enter roslaunch kr150_moveit demo.launch to run the folder in RVIZ I get an error that reads:
RLException: [demo.launch] is neither a launch file in package [kr150_moveit] nor is [kr150_moveit] a launch file name
The traceback for the exception was written to the log file
Can anyone help?
When I build the workspace I get a message:
No handlers could be found for logger "trollius"d] [KR150_MOVEIT:cmake - 5.8]
I actually deleted the files and decided to start fresh (unsure if something went wrong before). I am now trying to convert an xacro file into a urdf. Each time I run:
rosrun xacro xacro.py kr150_2.xacro > kr150_2.urdf
I receive an error:
No such file or directory
Upon adding the full file paths:
rosrun xacro xacro.py -o /home/sam/kuka_experimental-indigo-devel/kuka_kr150_support/urdf/kr150_2.urdf /home/sam/kuka_experimental-indigo-devel/kuka_kr150_support/urdf/kr150_2.xacro
I attain the following error:
resource not found: kuka_kr150_support
ROS path [0]=/opt/ros/melodic/share/ros
ROS path [1]=/opt/ros/melodic/share
when processing file: /home/sam/kuka_experimental-indigo-devel/kuka_kr150_support/urdf/kr150_2.xacro
First thing to check: have you built your workspace after completing the setup assistant? And have you then
source
d thedevel/setup.bash
file after doing that?I think so - When I build it I get this message next to my file: No handlers could be found for logger "trollius"d] [KR150_MOVEIT:cmake - 5.8]
Please do not paraphrase errors, add an exact, verbatim copy-paste to your original question.
Oh, sorry about that! I am quite new. I have edited the original now.
Could you please post a little more lines before and after the error message?
How did you install everything (ie: ROS)? And are you using
catkin build
orcatkin_make
?And please also confirm whether you've
source
d thedevel/setup.bash
.If you have: what is the output of
rospack find kr150_moveit
?I actually deleted the files and decided to start fresh (unsure if something went wrong before). I am now trying to convert an xacro file into a urdf. Each time I run:
rosrun xacro xacro.py kr150_2.xacro > kr150_2.urdf
I receive an error:
No such file or directory
I doubt that is the complete error message. Again: please copy-paste the entire error message into your original question.
Append it using the
edit
button/link.That is actually the complete error message, I will update the question description. I later added the file paths to receive a different message