We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resource not found: create_description ROS path [0]=/opt/ros/kinetic/share/ros ROS path [1]=/home/pom/catkin_ws/src ROS path [2]=/opt/ros/kinetic/share XacroException('resource not found:',) when processing file: /home/pom/catkin_ws/src/roomblock/roomblock_description/urdf/roomba500.urdf.xacro included from: /home/pom/catkin_ws/src/roomblock/roomblock_description/robots/roomblock.urdf.xacro Invalid tag: Cannot load command parameter [robot_description]: command [/opt/ros/kinetic/lib/xacro/xacro '--inorder' '/home/pom/catkin_ws/src/roomblock/roomblock_description/robots/roomblock.urdf.xacro'] returned with code [2].
Param xml is The traceback for the exception was written to the log file
I received this above message when I launch the room_block_bringup roomblock.launch. Anyone know how to solve this issue? Thank you in advance.
The text was updated successfully, but these errors were encountered:
You are trying to build and run with source code. You need to run rosdep to resolve dependencies like:
$ roscd $ rosdep install -r —from-path ../src —ignore-src
Or you can also use released package in Indigo and Kinetic, witch should resolve the dependency automatically.
Sorry, something went wrong.
Thank you. I have solved the issue
still not solve this problem
No branches or pull requests
resource not found: create_description
ROS path [0]=/opt/ros/kinetic/share/ros
ROS path [1]=/home/pom/catkin_ws/src
ROS path [2]=/opt/ros/kinetic/share
XacroException('resource not found:',)
when processing file: /home/pom/catkin_ws/src/roomblock/roomblock_description/urdf/roomba500.urdf.xacro
included from: /home/pom/catkin_ws/src/roomblock/roomblock_description/robots/roomblock.urdf.xacro
Invalid tag: Cannot load command parameter [robot_description]: command [/opt/ros/kinetic/lib/xacro/xacro '--inorder' '/home/pom/catkin_ws/src/roomblock/roomblock_description/robots/roomblock.urdf.xacro'] returned with code [2].
Param xml is
The traceback for the exception was written to the log file
I received this above message when I launch the room_block_bringup roomblock.launch. Anyone know how to solve this issue? Thank you in advance.
The text was updated successfully, but these errors were encountered: