我是靠谱客的博主 唠叨店员,这篇文章主要介绍moveit错误一,现在分享给大家,希望可以做个参考。

failed to lunch this command

 when i try this command : roslaunch panda_moveit_config demo.launch

复制代码
1
2
3
rviz_tutorial:=true i get this error : No such file or directory: /opt/ros/noetic/share/franka_description/robots/panda_arm_hand.urdf.xacro [Errno 2] No such file or directory: '/opt/ros/noetic/share/franka_description/robots/panda_arm_hand.urdf.xacro' RLException: while processing /home/chizu/ws_moveit/src/panda_moveit_config/launch/planning_context.launch: Invalid tag: Cannot load command parameter [robot_description]: command [['/opt/ros/noetic/lib/xacro/xacro', '/opt/ros/noetic/share/franka_description/robots/panda_arm_hand.urdf.xacro']] returned with code [2]. Param xml is The traceback for the exception was written to the log file
复制代码
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
正如franka_ros (0.8.0 - 2021-08-03)的CHANGELOG中所写: BREAKING删除 panda_arm_hand.urdf.xacro。请改用 panda_arm.urdf.xacro hand:=true。 你应该换行 /home/chizu/ws_moveit/src/panda_moveit_config/launch/planning_context.launch 以前写成: <param if="$(eval arg('load_robot_description') and arg('load_gripper'))" name="$(arg robot_description)" command="$(find xacro)/xacro '$(find franka_description)/robots/panda_arm_hand.urdf.xacro'"/> 变得, <param if="$(eval arg('load_robot_description') and arg('load_gripper'))" name="$(arg robot_description)" command="$(find xacro)/xacro '$(find franka_description)/robots/panda_arm.urdf.xacro' hand:=true"/>

最后

以上就是唠叨店员最近收集整理的关于moveit错误一的全部内容,更多相关moveit错误一内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(63)

评论列表共有 0 条评论

立即
投稿
返回
顶部