Skip to content

Commit cacab89

Browse files
committed
Add fields to store planning time in pick-and-place
1 parent 343a726 commit cacab89

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

action/Pickup.action

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ string[] trajectory_descriptions
6565
# The performed grasp, if attempt was successful
6666
Grasp grasp
6767

68+
# The amount of time in seconds it took to complete the plan
69+
float64 planning_time
6870
---
6971

7072
# The internal state that the pickup action currently is in

action/Place.action

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ string[] trajectory_descriptions
5656
# The successful place location, if any
5757
PlaceLocation place_location
5858

59+
# The amount of time in seconds it took to complete the plan
60+
float64 planning_time
5961
---
6062

6163
# The internal state that the place action currently is in

0 commit comments

Comments
 (0)