We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29d7beb + 4c6c5e7 commit 6120553Copy full SHA for 6120553
rviz-plugin-zed-od/src/plugin/src/zed_od_display.cpp
@@ -153,7 +153,7 @@ void ZedOdDisplay::processMessage(const zed_interfaces::ObjectsStamped::ConstPtr
153
154
void ZedOdDisplay::createOrUpdateObject(zed_interfaces::Object& obj)
155
{
156
- int16_t id = obj.label_id;
+ int16_t id = obj.instance_id;
157
if (id == -1 && obj.tracking_available) // Not a valid ID?
158
159
return;
0 commit comments