[robot

编程入门 行业动态 更新时间:2024-10-22 16:27:01

[<a href=https://www.elefans.com/category/jswz/34/1756532.html style=robot"/>

[robot

环境: Ubuntu20.04 | ros版本Noetic
问题描述:
运行roscore时
也就是:roslaunch robot_sim_demo robot_spawn.launch
出现

RLException: while processing /home/lz/demo_ws/src/ROS-Academy-for-Beginners/robot_sim_demo/launch/include/xbot-u.launch.xml:
Invalid <param> tag: Cannot load command parameter [robot_description]: no such command [['/opt/ros/noetic/share/xacro/xacro.py', '/home/lz/demo_ws/src/ROS-Academy-for-Beginners/robot_sim_demo/urdf/robot.xacro']]. Param xml is <param name="robot_description" command="$(find xacro)/xacro.py $(find robot_sim_demo)/urdf/robot.xacro"/>
The traceback for the exception was written to the log file

解决办法

vi ~/[你的工作空间 your workspace]/src/ROS-Academy-for-Beginners/robot_sim_demo/launch/include/xbot-u.launch.xml

修改

<param name="robot_description" command="$(find xacro)/xacro.py $(find robot_sim_demo)/urdf/robot.xacro" />

修改为

<param name="robot_description" command="$(find xacro)/xacro -i $(find robot_sim_demo)/urdf/robot.xacro" />

然后:wq退出
然后执行:

pip install defusedxml  
或者
pip3 install defusedxml

问题解决

更多推荐

[robot

本文发布于:2024-02-05 09:11:19,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1674029.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:robot

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!