Skip to content

Add joystick permission setting instructions for ROS2 #131

Open
@Achllle

Description

input group option

add $USER to input

modify dev permissions directly

  1. ls -l /dev/input/*
  2. chmod a+rw /dev/input/event0 or whatever corresponds to the event joystick
  3. make a udev rule like KERNEL=="event[0-9]*", ATTRS{idVendor}=="045e", MODE:="0666", SYMLINK+="xbox"

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions