Skip to content
New issue

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

PS3Joy isn't spawning into /etc/ros/sensors/ps3joy on indigo #1

Open
TheDash opened this issue Feb 5, 2016 · 7 comments
Open

PS3Joy isn't spawning into /etc/ros/sensors/ps3joy on indigo #1

TheDash opened this issue Feb 5, 2016 · 7 comments

Comments

@TheDash
Copy link
Member

TheDash commented Feb 5, 2016

No description provided.

@TheDash
Copy link
Member Author

TheDash commented Feb 5, 2016

/etc/ros/sensors/ps3joy should come up either when the joystick is turned on wirelessly (button pressed on controller but not plugged in via usb) and when it is plugged in via usb.

this ticket will be complete when these are checked:

  • ps3joy symlink spawns via usb
  • ps3joy symlink spawns via wireless

@TheDash
Copy link
Member Author

TheDash commented Feb 5, 2016

Notes on debugging udev: https://wiki.ubuntu.com/DebuggingUdev

@TheDash
Copy link
Member Author

TheDash commented Feb 5, 2016

Can be debugged using "udevadm monitor -e"

@TheDash
Copy link
Member Author

TheDash commented Feb 5, 2016

At the moment it is getting spawned at DEVPATH=/devices/pci0000:00/0000:00:1c.4/0000:09:00.0/usb3/3-1/3-1:1.0/0003:054C:0268.0001/input/input12/js1

@TheDash
Copy link
Member Author

TheDash commented Feb 5, 2016

Looks like the name has changed to NAME="Sony PLAYSTATION(R)3 Controller". udev rules are looking for: Sony Playstation SixAxis/DS3

@TheDash
Copy link
Member Author

TheDash commented Feb 5, 2016

At the moment spawning as device : /dev/input/js1

@TheDash
Copy link
Member Author

TheDash commented Feb 5, 2016

Kernel is looking for js[0-9] in the udev rule, but name appeared wrong. changd it to ATTR{NAME} and no success.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant