Skip to content

Commit

Permalink
add external properties to SolutionInfo
Browse files Browse the repository at this point in the history
This interface can be customized by the user to state when/where additional execution hooks should run.
  • Loading branch information
v4hn committed Jul 30, 2020
1 parent d031f1b commit a3f816a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions msgs/msg/SolutionInfo.msg
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ uint32 stage_id

# markers, e.g. providing additional hints or illustrating failure
visualization_msgs/Marker[] markers

# user-defined values that can provide additional information,
# e.g., whether to switch a suction gripper on or off or when to call some other execution interface
Property[] external

0 comments on commit a3f816a

Please sign in to comment.