导航功能包出错

导航功能包出错

https://blog.csdn.net/weixin_39325907/article/details/77852336

  1. ROS导航功能包
ERROR:[move_base.launch] is neither a launch file in package [nav_sim] nor is [nav_sim] a launch file name
The traceback for the exception was written to the log file

解决:配置环境变量

$ source ~/catkin_ws/devel/setup.bash
  1. 列表内容
ERROR: cannot launch node of type [map_server/map_server]: can't locate node [map_server] in package [map_server]
ERROR: cannot launch node of type [amcl/amcl]: can't locate node [amcl] in package [amcl]
ERROR: cannot launch node of type [move_base/move_base]: can't locate node [move_base] in package [move_base]

解决: 少安装包的执行文件

$ catkin_make
$ sudo apt-get install ros-indigo-navigation

猜你喜欢

转载自blog.csdn.net/xihuanzhi1854/article/details/81432388
今日推荐