在navigation时,运行pnc导航,报了Failed to create the teb_local_planner/TebLocalPlannerROS的错误。
解决办法:
- 在你的工作空间catkin_ws/src下进行teb源码安装
git clone https://github.com/rst-tu-dortmund/teb_local_planner
- 完成后回到工作空间运行以下命令:
rosdep install --from-paths src --ignore-src --rosdistro=melodic -r -y
- 进行编译:
catkin_make
此时再运行导航即可。文章来源:https://www.toymoban.com/news/detail-512471.html
大功告成!!!文章来源地址https://www.toymoban.com/news/detail-512471.html
到了这里,关于运行teb_local_planner/TebLocalPlannerROS时报错的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!