MCPcopy Create free account
hub / github.com/MapIV/eagleye / slip_angle_callback

Function slip_angle_callback

eagleye_rt/src/heading_interpolate_node.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void slip_angle_callback(const eagleye_msgs::msg::SlipAngle::ConstSharedPtr msg)
69{
70 slip_angle = *msg;
71}
72
73void imu_callback(const sensor_msgs::msg::Imu::ConstSharedPtr msg)
74{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected