This commit is contained in:
acki
2025-11-19 18:57:57 +01:00
parent d6ad170efb
commit fe73a7130c

View File

@@ -36,6 +36,7 @@ namespace Modelec {
{ {
case GO_TO_TAKE: case GO_TO_TAKE:
action_executor_->Take(); action_executor_->Take();
deploy_time_ = node_->now();
step_ = TAKE; step_ = TAKE;
break; break;
@@ -53,6 +54,7 @@ namespace Modelec {
break; break;
case GO_TO_SEND: case GO_TO_SEND:
action_executor_->Send(); action_executor_->Send();
deploy_time_ = node_->now();
step_ = SEND; step_ = SEND;
break; break;