We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Joy release error in version release/humble/joy/3.2.0-1
#6 84.50 --- stderr: joy #6 84.50 /opt/ros/humble/src/joystick_drivers/joy/src/game_controller.cpp: In member function ‘void joy::GameController::handleControllerDeviceAdded(const SDL_ControllerDeviceEvent&)’: #6 84.50 /opt/ros/humble/src/joystick_drivers/joy/src/game_controller.cpp:319:7: error: ‘SDL_GameControllerHasRumble’ was not declared in this scope; did you mean ‘SDL_GameControllerRumble’? #6 84.50 319 | if (SDL_GameControllerHasRumble(game_controller_)) { #6 84.50 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ #6 84.50 | SDL_GameControllerRumble #6 84.50 make[2]: *** [CMakeFiles/game_controller.dir/build.make:76: CMakeFiles/game_controller.dir/src/game_controller.cpp.o] Error 1 #6 84.50 make[1]: *** [CMakeFiles/Makefile2:197: CMakeFiles/game_controller.dir/all] Error 2 #6 84.50 make[1]: *** Waiting for unfinished jobs.... #6 84.50 make: *** [Makefile:146: all] Error 2 #6 84.50 --- #6 84.50 Failed <<< joy [45.5s, exited with code 2]
The text was updated successfully, but these errors were encountered:
This was fixed by ros-drivers/joystick_drivers#273, so closing.
Sorry, something went wrong.
No branches or pull requests
Joy release error in version release/humble/joy/3.2.0-1
The text was updated successfully, but these errors were encountered: