Khronos Build Issue and Integration Questions
Hi all,
We’ve been following the Khronos project and are excited about its direction. As we’re developing a SLAM system with a similar focus, we’d like to compare results and explore integration. However, we’ve encountered an issue when building the latest version.
During compilation, we get:
error: ‘SemanticIntegratorPtr’ has not been declared
This occurs in projective_integrator.h, introduced in commit 5bf72d9. We couldn’t locate the definition of SemanticIntegratorPtr. Is this missing or defined elsewhere?
As a temporary workaround, we removed the parameter from the constructor and related calls. The build succeeded, but running on real datasets resulted in:
Warning: Cannot perform object reconstruction without semantic integrator
No input topics in RViz (only Dynamic Images)
Malformed bounding boxes near the ground
Could you clarify the expected inputs for Khronos' real dataset pipeline? Are RGB, depth, and semantic images sufficient?
We’re also exploring some modifications and would appreciate your input:
Semantic Point Cloud Input
– Can we replace depth + semantic images with a semantic point cloud? If so, where should this change go?
External Pose Injection
– How can we bypass VIO and use precomputed poses?
Thanks in advance for your help—we’re excited to build on your work!
Best regards,
Khronos Build Issue and Integration Questions
Hi all,
We’ve been following the Khronos project and are excited about its direction. As we’re developing a SLAM system with a similar focus, we’d like to compare results and explore integration. However, we’ve encountered an issue when building the latest version.
During compilation, we get:
error: ‘SemanticIntegratorPtr’ has not been declared
This occurs in projective_integrator.h, introduced in commit 5bf72d9. We couldn’t locate the definition of SemanticIntegratorPtr. Is this missing or defined elsewhere?
As a temporary workaround, we removed the parameter from the constructor and related calls. The build succeeded, but running on real datasets resulted in:
Warning: Cannot perform object reconstruction without semantic integrator
No input topics in RViz (only Dynamic Images)
Malformed bounding boxes near the ground
Could you clarify the expected inputs for Khronos' real dataset pipeline? Are RGB, depth, and semantic images sufficient?
We’re also exploring some modifications and would appreciate your input:
Semantic Point Cloud Input
– Can we replace depth + semantic images with a semantic point cloud? If so, where should this change go?
External Pose Injection
– How can we bypass VIO and use precomputed poses?
Thanks in advance for your help—we’re excited to build on your work!
Best regards,