mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
time
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user