-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
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
IOError: [Errno 2] No such file or directory: 'kit_c.xacro' #12
Comments
You have a missing file which is available in the ROS_quadrotor_simulator package. Please install it in your source directory of your catkin_workspace using |
Thanks for the head's up and I apologize for the confusion. I've updated the readme to make the process more clear. Thanks again! |
Are you sure? |
rosrun xacro xacro.py kit_c.xacro -o /tmp/kit_c.urdf |
Those look like warnings, not an error? |
xacro: Traditional processing is deprecated. Switch to --inorder processing! |
1 similar comment
xacro: Traditional processing is deprecated. Switch to --inorder processing! |
Anyone help me with this ? |
rosrun xacro xacro.py kit_c.xacro -o /tmp/kit_c.urdf
xacro: Traditional processing is deprecated. Switch to --inorder processing!
To check for compatibility of your document, use option --check-order.
For more infos, see http://wiki.ros.org/xacro#Processing_Order
No such file or directory: kit_c.xacro None None
that's the error
…On Wed, Jun 2, 2021 at 5:11 PM wilselby ***@***.***> wrote:
Those look like warnings, not an error?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AT76IHQCMEEBVW5P4TOPMDDTQYNX3ANCNFSM4D4OIUVQ>
.
|
Hi,
I am trying to follow all the steps that you have mentioned, however when I enter (during the model Verification part)
rosrun xacro xacro.py kit_c.xacro -o /tmp/kit_c.urdf
I get an error:
and the next command:
check_urdf kit_c.urdf
gives:
Can you please help me with? Do I need to install something extra? I am using Ubuntu 14.04 Trusty version and a newbie to ROS.
The text was updated successfully, but these errors were encountered: