Add joystick permission setting instructions for ROS2 #131
Open
Description
input group option
add $USER to input
modify dev permissions directly
ls -l /dev/input/*
chmod a+rw /dev/input/event0
or whatever corresponds to the event joystick- make a udev rule like
KERNEL=="event[0-9]*", ATTRS{idVendor}=="045e", MODE:="0666", SYMLINK+="xbox"