解决“Could not find the planner configuration ‘None‘ on the param server”报错

运行上代码时出现如下报错:
解决“Could not find the planner configuration ‘None‘ on the param server”报错
解决方法:
找到ompl_planning.yaml文件并用gedit打开
我的此文件位于:home/catkin_ws/src/arm_moveit_config/config文件夹中
找到default_planner_config,选择下面一行planner_configs:中任意一个,例如
解决“Could not find the planner configuration ‘None‘ on the param server”报错
再次运行.launch文件,就不会出现上述错误了

相关文章:

  • 2021-06-03
  • 2021-04-03
  • 2021-06-19
  • 2021-07-26
  • 2021-06-23
  • 2022-12-23
  • 2021-09-07
  • 2021-10-27
猜你喜欢
  • 2022-12-23
  • 2021-08-06
  • 2022-12-23
  • 2021-05-17
  • 2021-12-14
  • 2022-01-20
  • 2021-12-11
相关资源
相似解决方案