| 193 | } |
| 194 | |
| 195 | void pitching_callback(const eagleye_msgs::msg::Pitching::ConstSharedPtr msg) |
| 196 | { |
| 197 | pitching = *msg; |
| 198 | } |
| 199 | |
| 200 | |
| 201 | void enu_absolute_pos_interpolate_callback(const eagleye_msgs::msg::Position::ConstSharedPtr msg) |
nothing calls this directly
no outgoing calls
no test coverage detected