您的位置:首页 > 其它

roscore error

2015-09-09 21:43 239 查看
Error:

roscore cannot run as another roscore/master is already running.

Please kill other roscore/master processes before relaunching.

The ROS_MASTER_URI is http://192.168.1.128:11311/

Solution:

$ ps aux|grep roscore
$ killall -9 roscore
$ killall -9 rosmaster


run roscore again. If it doesnot work, try to delet files in /home/.ros/log/, and run $ rosclean

Kill roscore after use terminal.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: