Merged
Conversation
added 30 commits
December 29, 2025 11:04
…ent lambda to keep RobotVision warning‑free under modern C++ standards without changing behavior.
- Remove redundant -G Ninja from cmake --preset commands (generator is already set via conan toolchain) - Consolidate clean-all and clean-local into single clean target - Clean now removes local builds and docker images
ltalarcz
requested changes
Jan 30, 2026
ltalarcz
reviewed
Jan 30, 2026
Co-authored-by: Lukasz Talarczyk <lukasz.talarczyk@intel.com>
Co-authored-by: Lukasz Talarczyk <lukasz.talarczyk@intel.com>
tdorauintc
requested changes
Feb 2, 2026
Contributor
tdorauintc
left a comment
There was a problem hiding this comment.
The following minor issues can be fixed in next PR as well:
- when Tracker is running in container, commit sha in logs is empty
- when Tracker is running in debugger, it cannot connect to the broker (is this because of non-empty proxy variables?)
Author
@tdorauintc commit sha in container is alredy fixed in #943. I'll test and fix the debugger in #946. |
tdorauintc
approved these changes
Feb 2, 2026
ltalarcz
approved these changes
Feb 3, 2026
kblaszczak-intel
pushed a commit
to kblaszczak-intel/scenescape
that referenced
this pull request
Feb 16, 2026
Co-authored-by: Tomasz Dorau <tomasz.dorau@intel.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: scenescapecicd <sys_scenescape_ci@intel.com> Co-authored-by: Lukasz Talarczyk <lukasz.talarczyk@intel.com> Co-authored-by: Dmytro Yermolenko <dmytro.yermolenko@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
For description see #923 (review).
Target for the next PR is to introduce proper time-chunking tracking for OOB scenes configured statically via config file.
Testing
Validated by unit tests, service tests and manually for OOB scenes. The tracker subscribes to scenescape/data/camera/+ and on each received message publishes dummy data to scenescape/data/scene/dummy-scene/thing.
Related PRs
✨ Type of Change
Select the type of change your PR introduces:
🧪 Testing Scenarios
Describe how the changes were tested and how reviewers can test them too:
✅ Checklist
Before submitting the PR, ensure the following: