You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes from @mfaferek93:
- Update copyright year 2025 → 2026 in all source files
- Add early return in report_fault() to avoid spamming FaultManager
- Remove unused normal_dist_ member from camera_sim_node
- Unify diagnostic topic to /diagnostics for all sensors (IMU, GPS, LiDAR, Camera)
Fixes from @Copilot:
- Add rcl_interfaces to ament_target_dependencies for lidar/camera nodes
- Fix docker-compose jq filter: .[] → .items[]
- Add exec_depend for ros2_medkit_diagnostic_bridge and fault_manager
- Fix anomaly_detector topic subscriptions to match sensor namespaces
- Add runtime scan_rate validation in lidar parameter callback
- Add num_readings validation with fallback to 360
Additional fixes:
- Update restore-normal.sh to clear IMU_SIM and GPS_SIM faults
0 commit comments