-
Notifications
You must be signed in to change notification settings - Fork 96
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
RLException: Invalid <param> tag: Cannot load command parameter [robot_description]: #4
Comments
Hi! I got this working on Melodic, check out my fork and see if it does it. I don't have noetic, but it gets you one step closer anyway 👍 |
Hi! replace the xacro call to |
how to replace xacro call to $(find xacro) i got the same error |
It would be in line 22 of mybot_ws/src/mybot_gazebo/launch/mybot_world.launch. |
Thank you knickels, the change to line 22 worked perfectly. I have the sim up and running now. (I am also using Ubuntu 20.04 and ROS Noetic) |
Hi, i'm working on Ubuntu 20.04 and ROS noetic distro.
and i've already change the xacro call to |
I found a solution. |
could you tell me what did you do exactly? i am stuck with the same issue |
@DreeN0T every macro label in the "macro.xacro" file, for instance "<box_inertia>", should be changed in the main xacro file "mybot.xacro". The label should be like this "xacro:box_inertia". |
Thank you, it was some other error but it worked 👍 |
Hi to all Turtlebot friends, Easy doing is find and replace with grep and sed: |
@DreeN0T and @Modrizil Hi! How did you change the mybot.xacro? mind if you show me? Idk which to replace in the mybot.xacro! really ppreciate your help! |
I would like to expand on @haoranchen1104's reply. Given 2 files, macros.xacro and mybot.xacro (may be a different name), usually located in urdf directory, do the following changes:
If still unclear, check for examples here in section 3.4 |
Hello, my friend, |
@tzimbill , you should change "xacro.py' with "xacro" and it should work |
Thanks for the solution @molsondry molsondry. For others who didn't understand: go to your launch folder (where your world.launch file is) cd ....../launch/ for eg. |
I am using ROS noetic to run Turtlebot simulation in gazebo environment. I cloned the repository turtlebot and turtlebot simulator. When I ran the command roslaunch turtlebot_gazebo turtlebot_world.launch /usr/bin/rosversion:6: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html Param xml is
The code block for kobuki_hexagons_astra.urdf.xacro is
The code block of is
|
Hi,
I'm using Ubuntu 20.04 LTS and ROS noetic distro
After running
$ roslaunch mybot_gazebo mybot_world.launch
i'm getting the following error.How can i fix it?
The text was updated successfully, but these errors were encountered: