|
|
@ -47,7 +47,7 @@ |
|
|
#include "../localmotion_kplanner.hpp" // For LocomotionMode enum
|
|
|
#include "../localmotion_kplanner.hpp" // For LocomotionMode enum
|
|
|
|
|
|
|
|
|
/// Runtime-adjustable IMU pitch offset (degrees). Keys 9/0 to adjust via tmux.
|
|
|
/// 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
|
|
|
#if HAS_ROS2
|
|
|
#include "ros2_input_handler.hpp"
|
|
|
#include "ros2_input_handler.hpp"
|
|
|
|