Couldn't find executable named map_saver below /opt/ros/indigo/share/map_server

2023-05-16

在使用《Mastering ROS for Robotics Programming(PACKT,2015)》学习ros,学习到第四章的时候,先是安装Navigation一直找不到dependencies,换了源进行update后,现在要running SLAM on the differential drive robot,想使用“$ rosrun map_server map_saver -f [mapname]“ 来save the built map 时,又一直在提示Couldn't find executable named map_saver below /opt/ros/indigo/share/map_server,真是要疯了,欺负starter.

书中介绍的是使用的"sudo apt-get install ros-indigo-navigation"命令安装的navigation包,查资料的过程中有人说map_server找不到执行文件可能跟安装方式有关系,所以就又尝试了下使用“git clone http//……“直接下载到catkin_ws工作空间中然后执行“catkin_make"终于还是解决了这个问题,一直在寻找合适的安装ROS包的方式,不知道这些问题是不是跟使用APT的安装方式有关系,继续探索。

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Couldn't find executable named map_saver below /opt/ros/indigo/share/map_server 的相关文章

随机推荐