ros报错:Robot model parameter not found! Did you remap ‘robot_description‘?
在ros中运行以下内容报错,不是moveit安装错误。
·
在ros中运行以下内容。
roslaunch ur5e_moveit_config moveit_planning_execution.launch sim:=true
报错,不是moveit安装错误。
[ERROR] [1697164833.914482492]: Robot model parameter not found! Did you remap 'robot_description'?
[ERROR] [1697164833.936074306]: Robot model not loaded
[ERROR] [1697164833.942688266]: Planning scene not configured
[FATAL] [1697164833.942724690]: Unable to configure planning scene monitor
以上文章指出是因为没有把模型上传到参数服务器中,需要先打开仿真程序,再运行.launch文件,具体打开顺序如下:
roslaunch ur_gazebo ur5e_bringup.launch
roslaunch ur5e_moveit_config moveit_planning_execution.launch sim:=true
roslaunch ur5e_moveit_config moveit_rviz.launch sim:=true
更多推荐
所有评论(0)