Update notes and readme
This commit is contained in:
@@ -57,6 +57,7 @@ Adjust paths and model names to match your sensor and bag file layout.
|
||||
# **Todos**
|
||||
- [x] **Prototype Docker Image**: Get a prototype docker image working and run their demos.
|
||||
- [x] **Refine README**: polish documentation and examples (in progress).
|
||||
- [ ] **Fix Cross Compiling**: Cross compiling failing for aarch64.
|
||||
- [ ] **Secrets Handling**: implement secure secret injection for builds and runtime (Docker BuildKit, secret manager, or CI secrets).
|
||||
- [ ] **Standardized Scripts**: add `build_image.ps1` and `run_container.ps1` (and POSIX equivalents) to standardize workflows.
|
||||
- [ ] **CI Build**: add GitHub Actions workflow equivalent to Gitea to build (and optionally scan) images on push/PR.
|
||||
|
||||
15
notes.md
15
notes.md
@@ -1 +1,14 @@
|
||||
## fixing broken s
|
||||
## Secrets
|
||||
Secrets currently not working.
|
||||
I ran the liscencing script inside the container manually and all worked as expected.
|
||||
Need to debug and see how we can do this on build.
|
||||
|
||||
## Data
|
||||
Pulled data from the Exwayz demo on notion. Placed it here: `media\Exwayz_slam_demo_working.gif`
|
||||
|
||||
When running demo with this repo mounted at `/app` it seems to have worked well.
|
||||
Had a full successful run.
|
||||
|
||||
## Cross arch compatibility
|
||||
Started working on cross arch compat. Builds for `aarch64` taking much longer as expected.
|
||||
But failing... not as expected.
|
||||
Reference in New Issue
Block a user