Hi all,
I try to control the leoRover with a gamepad by leo_ui.
i made a small script in JS on my PC to test. It works fine.
But when i implement that in the leo_ui, the gamepad detected but the function : navigator.getGamepad report “TypeError: navigator.getGamepad is not a function”.
That works in the same navigator but not for the Leo, maybe a missing package in the raspberry?
I start in Js and raspberry, sorry.