Julian Francis

Results 3 comments of Julian Francis

I believe I may be having a related problem: I am using ROS2 teleop joy for controlling my robots. We are getting an error: "Unknown event type 1544". This number...

Here is a snippet of the relevant code: ``` int success = SDL_WaitEventTimeout(&e, wait_time_ms); if (success == 1) { // Succeeded getting an event if (e.type == SDL_JOYAXISMOTION) { should_publish...

@slouken, Based on your comment we have a new conda forge sdl2=2.32.54 and it does indeed fix the problem I was referring to. Thank you.