一.ROS 服务 服务(services)是节点之间通讯的另一种方式.服务允许节点发送请求(request) 并获得一个响应(response) 二.rosservice 1.用途 rosservice可以很轻松的使用 ROS 客户端/服务器框架提供的服务. 2.语法: rosservice list print information about active services 输出可用的服务信息 rosservice call call the service with the provid…