Skip to content

Commit

Permalink
Enable DELETEALL=3 definition for marker action. Fixes #39
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Dec 30, 2014
1 parent 823a888 commit 7e11635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualization_msgs/msg/Marker.msg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ uint8 TRIANGLE_LIST=11
uint8 ADD=0
uint8 MODIFY=0
uint8 DELETE=2
#uint8 DELETEALL=3 # TODO: enable for ROS-J, disabled for now but functionality is still there. Allows one to clear all markers in plugin
uint8 DELETEALL=3

Header header # header for time/frame information
string ns # Namespace to place this object in... used in conjunction with id to create a unique name for the object
Expand Down

0 comments on commit 7e11635

Please sign in to comment.