Skip to content

Commit 54b6890

Browse files
committed
Use unique IDs for different mesh markers.
1 parent f6496b6 commit 54b6890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/dbot_ros/object_tracker_publisher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void ObjectStatePublisher::publish(
5656
ri::publish_marker(states[i].pose,
5757
ori_.mesh_uri(i),
5858
object_marker_publisher_,
59-
0,
59+
i,
6060
object_color_red_ / 255.,
6161
object_color_green_ / 255.,
6262
object_color_blue_ / 255.);

0 commit comments

Comments
 (0)