-
Notifications
You must be signed in to change notification settings - Fork 237
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
Replace xacro.py
to xacro --inorder
#220
Replace xacro.py
to xacro --inorder
#220
Comments
From Melodic,
|
Oops. Thank you for your comment. |
Oh, I got it. |
I've finished replacing. I hope someone reviews them. |
So how should that look in line? |
|
thanks |
According to ROS wiki, calling
xacro.py
is deprecated since ROS Jade. We should callxacro --inorder
instead.For example, when I launch the following
roslaunch
, I found the warning.There are over 50 search results which uses
xacro.py
inros-industrial
packages.https://github.com/search?p=2&q=org%3Aros-industrial+xacro.py&type=Code
So I started replacing all of them. Today is my too belated World ROS-I Day 2018.
The text was updated successfully, but these errors were encountered: