We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 343a726 + cacab89 commit 424a377Copy full SHA for 424a377
action/Pickup.action
@@ -65,6 +65,8 @@ string[] trajectory_descriptions
65
# The performed grasp, if attempt was successful
66
Grasp grasp
67
68
+# The amount of time in seconds it took to complete the plan
69
+float64 planning_time
70
---
71
72
# The internal state that the pickup action currently is in
action/Place.action
@@ -56,6 +56,8 @@ string[] trajectory_descriptions
56
# The successful place location, if any
57
PlaceLocation place_location
58
59
60
61
62
63
# The internal state that the place action currently is in
0 commit comments