Skip to content

Commit

Permalink
Add visual arrow and axis to geometry and marker message
Browse files Browse the repository at this point in the history
Signed-off-by: Levi Armstrong <[email protected]>
  • Loading branch information
Levi-Armstrong committed May 27, 2020
1 parent 8fb7c03 commit 98e8c0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/ignition/msgs/geometry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ message Geometry
POLYLINE = 9;
CONE = 10;
EMPTY = 11;
ARROW = 12;
AXIS = 13;
}

/// \brief Optional header data
Expand Down
2 changes: 2 additions & 0 deletions proto/ignition/msgs/marker.proto
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ message Marker
TRIANGLE_LIST = 9;
TRIANGLE_STRIP = 10;
CONE = 11;
ARROW = 12;
AXIS = 13;
}

/// \brief Visilibity defines what cameras render the marker.
Expand Down

0 comments on commit 98e8c0c

Please sign in to comment.