Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ -47,7 +47,7 @@
#include "../localmotion_kplanner.hpp" // For LocomotionMode enum
/// Runtime-adjustable IMU pitch offset (degrees). Keys 9/0 to adjust via tmux.
inline std::atomic<double> g_imu_pitch_offset_deg{-3.0};
inline std::atomic<double> g_imu_pitch_offset_deg{0.0};
#if HAS_ROS2
#include "ros2_input_handler.hpp"