Skip to content

Commit

Permalink
Use unique IDs for different mesh markers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jstnhuang committed Jul 5, 2017
1 parent f6496b6 commit 54b6890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/dbot_ros/object_tracker_publisher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void ObjectStatePublisher::publish(
ri::publish_marker(states[i].pose,
ori_.mesh_uri(i),
object_marker_publisher_,
0,
i,
object_color_red_ / 255.,
object_color_green_ / 255.,
object_color_blue_ / 255.);
Expand Down

0 comments on commit 54b6890

Please sign in to comment.