diff --git a/action/Pickup.action b/action/Pickup.action index d5be2ce..e3ae5d2 100644 --- a/action/Pickup.action +++ b/action/Pickup.action @@ -65,6 +65,8 @@ string[] trajectory_descriptions # The performed grasp, if attempt was successful Grasp grasp +# The amount of time in seconds it took to complete the plan +float64 planning_time --- # The internal state that the pickup action currently is in diff --git a/action/Place.action b/action/Place.action index 41f2245..24758ea 100644 --- a/action/Place.action +++ b/action/Place.action @@ -56,6 +56,8 @@ string[] trajectory_descriptions # The successful place location, if any PlaceLocation place_location +# The amount of time in seconds it took to complete the plan +float64 planning_time --- # The internal state that the place action currently is in