Skip to content

Commit

Permalink
art_msgs: new fields
Browse files Browse the repository at this point in the history
  • Loading branch information
artable-dev committed Jun 5, 2018
1 parent 7318ad6 commit 8afdee1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions art_msgs/msg/ObjectType.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
string name # category of the object (i.e. "profile")
shape_msgs/SolidPrimitive bbox
bool container # if object may contain another objects
5 changes: 5 additions & 0 deletions art_msgs/msg/ProgramItem.msg
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ uint16 on_failure # 0 means jump to block end

uint16 type


# understandable description of what this instruction does in the program/block
# if set, it will be displayed instead of instruction name
string name

# -----------------------------------------------------
# OPERATION TYPES
# -----------------------------------------------------
Expand Down

0 comments on commit 8afdee1

Please sign in to comment.