Skip to content
Snippets Groups Projects
Commit 88027452 authored by Andre Meixner's avatar Andre Meixner :camera:
Browse files

Added optional parameter to adapt the maximum age for visualization of familiar object instances

parent cdf04817
No related branches found
No related tags found
No related merge requests found
Pipeline #21949 failed
......@@ -46,6 +46,8 @@ namespace armarx::armem::server::obj::familiar_object_instance
defs->optional(objectFrames, prefix + "objectFrames", "Enable showing object frames.");
defs->optional(
objectFramesScale, prefix + "objectFramesScale", "Scaling of object frames.");
defs->optional(
visualizationDuration, prefix + "maxAgeSeconds", "Maximum age in seconds for visualization.");
}
void
......
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