Skip to content
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

Issues with Melodic ROS/Gazebo #4

Open
randomCoderz opened this issue Jan 4, 2021 · 0 comments
Open

Issues with Melodic ROS/Gazebo #4

randomCoderz opened this issue Jan 4, 2021 · 0 comments

Comments

@randomCoderz
Copy link

I get the following error when using this project with ROS Melodic

Deprecated: xacro tag 'sick_lms1xx_mount' w/o 'xacro:' xml namespace prefix (will be forbidden in Noetic)
when processing file: /opt/ros/melodic/share/husky_description/urdf/husky.urdf.xacro
Use the following command to fix incorrect tag usage:
find . -iname "*.xacro" | xargs sed -i 's#<([/]?)(if|unless|include|arg|property|macro|insert_block)#<\1xacro:\2#g'

Maximum recursion depth exceeded
when processing file: /opt/ros/melodic/share/husky_description/urdf/decorations.urdf.xacro
included from: /opt/ros/melodic/share/husky_description/urdf/husky.urdf.xacro

RLException: while processing /opt/ros/melodic/share/husky_gazebo/launch/spawn_husky.launch:
while processing /opt/ros/melodic/share/husky_control/launch/control.launch:
while processing /opt/ros/melodic/share/husky_description/launch/description.launch:
Invalid tag: Cannot load command parameter [robot_description]: command [['/opt/ros/melodic/lib/xacro/xacro', '/opt/ros/melodic/share/husky_description/urdf/husky.urdf.xacro', 'robot_namespace:=/', 'laser_enabled:=true', 'realsense_enabled:=false', 'urdf_extras:=/home//ros/src/CATE-ROS-Project/husky_customization/husky_custom_description/urdf/custom_description.urdf.xacro']] returned with code [2].

I solved this issue removing these two lines from the following file:
custom_description.urdf.xacro

<xacro:include filename="$(find husky_description)/urdf/husky.urdf.xacro" /> <xacro:husky_robot />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant