Chinaunix首页 | 论坛 | 博客
  • 博客访问: 9138944
  • 博文数量: 1725
  • 博客积分: 12961
  • 博客等级: 上将
  • 技术积分: 19840
  • 用 户 组: 普通用户
  • 注册时间: 2009-01-09 11:25
个人简介

偷得浮生半桶水(半日闲), 好记性不如抄下来(烂笔头). 信息爆炸的时代, 学习是一项持续的工作.

文章分类

全部博文(1725)

文章存档

2024年(1)

2023年(26)

2022年(112)

2021年(217)

2020年(157)

2019年(192)

2018年(81)

2017年(78)

2016年(70)

2015年(52)

2014年(40)

2013年(51)

2012年(85)

2011年(45)

2010年(231)

2009年(287)

分类: 其他平台

2019-05-05 13:43:20

https://blog.csdn.net/zong596568821xp/article/details/77852467

setAccepted - After inspecting a goal, decide to start processing it


setAccepted - 检查目标后,决定开始处理


setRejected - After inspecting a goal, decide to never process it because it is an invalid request (out of bounds, resources not available, invalid, etc)


setRejected - 检查目标后,决定不要处理它,因为它是一个无效的请求(超出界限,资源不可用,无效等)


setSucceeded - Notify that goal has been successfully processed


setSucceeded - 通知该目标已成功处理


setAborted - Notify that goal encountered an error during processsing, and had to be aborted


setAborted - 通知目标在处理过程中遇到错误,并且必须中止


setCanceled - Notify that goal is no longer being processed, due to a cancel request


setCanceled - 由于取消请求,通知该目标不再被处理


The action client can also asynchronously trigger state transitions:
动作客户端也可以异步触发状态转换:


CancelRequest: The client notifies the action server that it wants the server to stop processing the goal.


CancelRequest:客户端通知操作服务器它希望服务器停止处理目标。


Intermediate States


中间状态


Pending - The goal has yet to be processed by the action server


待处理 - 目标尚未由操作服务器处理


Active - The goal is currently being processed by the action server


活动 - 目标正在由操作服务器处理


Recalling - The goal has not been processed and a cancel request has been received from the action client, but the action server has not confirmed the goal is canceled


回想 - 目标没有被处理,并且已经从操作客户端收到取消请求,但是操作服务器尚未确认目标被取消


Preempting - The goal is being processed, and a cancel request has been received from the action client, but the action server has not confirmed the goal is canceled


抢占 - 正在处理目标,并从行动客户端收到取消请求,但是行动服务器尚未确认目标已取消


Terminal States


最终状态


Rejected - The goal was rejected by the action server without being processed and without a request from the action client to cancel


被拒绝 - 目标被操作服务器拒绝,而不被处理,没有来自操作客户端的请求取消


Succeeded - The goal was achieved successfully by the action server


成功 - 动作服务器成功实现了目标


Aborted - The goal was terminated by the action server without an external request from the action client to cancel


中止 - 目标被操作服务器终止,没有来自操作客户端的外部请求取消


Recalled - The goal was canceled by either another goal, or a cancel request, before the action server began processing the goal


回想起来 - 在行动服务器开始处理目标之前,目标被另一个目标或取消请求取消


Preempted - Processing of the goal was canceled by either another goal, or a cancel request sent to the action server


抢占 - 目标的处理被另一个目标或发送到操作服务器的取消请求取消

阅读(7688) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~