Skip to content

Commit 6120553

Browse files
authored
Merge pull request #53 from iker-lluvia/patch-1
Correct plugin so it can show more than one instance of each category
2 parents 29d7beb + 4c6c5e7 commit 6120553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rviz-plugin-zed-od/src/plugin/src/zed_od_display.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ void ZedOdDisplay::processMessage(const zed_interfaces::ObjectsStamped::ConstPtr
153153

154154
void ZedOdDisplay::createOrUpdateObject(zed_interfaces::Object& obj)
155155
{
156-
int16_t id = obj.label_id;
156+
int16_t id = obj.instance_id;
157157
if (id == -1 && obj.tracking_available) // Not a valid ID?
158158
{
159159
return;

0 commit comments

Comments
 (0)