| 238 | } |
| 239 | |
| 240 | void JoystickHandler(const void *message) |
| 241 | { |
| 242 | std::lock_guard<std::mutex> lock(joystick_mutex); |
| 243 | joystick_msg = *(unitree_go::msg::dds_::WirelessController_ *)message; |
| 244 | } |
| 245 | |
| 246 | void _simpleLCMThread(){ |
| 247 | while(true){ |
nothing calls this directly
no outgoing calls
no test coverage detected