killall -9 roscore
killall -9 rosmaster
To add the workspace to your ROS environment you need to source the generated setup file:
$ . ~/catkin_ws/devel/setup.bash
博客介绍了将工作区添加到ROS环境的操作,即需要对生成的设置文件进行源操作。
killall -9 roscore
killall -9 rosmaster
To add the workspace to your ROS environment you need to source the generated setup file:
$ . ~/catkin_ws/devel/setup.bash

被折叠的 条评论
为什么被折叠?