Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,6 @@ if(XMOTION_WITH_MESSAGING)
xmotion_add_component(xmMessaging components/messaging)
endif()

# Hardware bench programs (bench/): manual-run validation apps composing
# driver + algorithms + viewer. Never run in CI (hardware presence cannot
# be assumed); their recordings seed the golden-log replay datasets.
option(XMOTION_BUILD_BENCH "Build hardware bench programs" OFF)
if(XMOTION_BUILD_BENCH)
if(NOT (XMOTION_WITH_DRIVER AND XMOTION_WITH_NAVIGATION AND XMOTION_WITH_VIEWER))
message(FATAL_ERROR "XMOTION_BUILD_BENCH requires XMOTION_WITH_DRIVER, "
"XMOTION_WITH_NAVIGATION and XMOTION_WITH_VIEWER")
endif()
add_subdirectory(bench)
endif()

message(STATUS "xMotion ${PROJECT_VERSION}: configured "
"(TELEMETRY=${XMOTION_WITH_TELEMETRY} DRIVER=${XMOTION_WITH_DRIVER} "
"NAVIGATION=${XMOTION_WITH_NAVIGATION} VIEWER=${XMOTION_WITH_VIEWER} "
Expand Down
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The repo composes the family (ADR 0005) and is deliberately NOT an umbrella comp
## Phase 2 — state estimation on the robot

- [ ] Swerve wheel-odometry: decide the split — base computes odom (reports over CAN, part of the protocol) vs raw module states up + upper-side model. Then the model/covariance work lands where decided (owner: protocol decision first).
- [ ] IMU on robot: imu_hipnuc driver exists; hardware IMU bench exists (`bench/imu_attitude`) — run the attitude bench on the actual unit (owner: umbrella bench).
- [ ] IMU on robot: imu_hipnuc driver exists; hardware IMU bench exists (`xmAppBotBench` → `imu_attitude`) — run the attitude bench on the actual unit (owner: xmAppBotBench).
- [ ] MEKF fusion (IMU + odom) on-target; **validation ladder L0–L5 executed against recorded robot data** (the ladder was proposed for exactly this; owner: xmNavigation).
- [ ] Localization honesty check: odom+IMU dead-reckoning drifts — decide whether waypoint laps need an absolute reference (UWB/LiDAR/camera) or whether drift-bounded laps satisfy the milestone. **Scoping decision, owner: you.**
- Measured exit: pose estimate vs ground-truth tape-measure course; NEES consistency from the ladder.
Expand Down
1 change: 0 additions & 1 deletion bench/CMakeLists.txt

This file was deleted.

10 changes: 0 additions & 10 deletions bench/imu_attitude/CMakeLists.txt

This file was deleted.

Loading