Skip to content
Snippets Groups Projects
Commit 3b1f2d4d authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Disable decay for static objects

parent b7f8d70d
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ namespace armarx::armem::server::obj::instance
{
for (objpose::ObjectPose& pose : objectPoses)
{
if (pose.attachment)
if (pose.attachment or pose.isStatic)
{
pose.confidence = 1.0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment