Skip to content

Commit a3f816a

Browse files
committed
add external properties to SolutionInfo
This interface can be customized by the user to state when/where additional execution hooks should run.
1 parent d031f1b commit a3f816a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

msgs/msg/SolutionInfo.msg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ uint32 stage_id
1212

1313
# markers, e.g. providing additional hints or illustrating failure
1414
visualization_msgs/Marker[] markers
15+
16+
# user-defined values that can provide additional information,
17+
# e.g., whether to switch a suction gripper on or off or when to call some other execution interface
18+
Property[] external

0 commit comments

Comments
 (0)