One handed Bluetooth Controller

asked 2016-12-11 11:09:45 -0500

Timo1804 gravatar image

updated 2016-12-15 16:35:13 -0500

Hi,

I am in search of a bluetooth controller like the wii nunchuck for driving my robot around. I need a Twist message as feedback from the controller. I am running Ros Indigo on Ubuntu 14.04 on a Raspberry Pi 2. Does anybody have experience with that and could recommend a controller and a package?

Edit 15.12.16:

I have tried to use the joy_node, but when I run "sudo jstest /dev/input/event15", I got this feedback: "jstest is not fully compatible with your kernel. Unable to retrieve button map! Joystick (Unknown) has 2 axes and 2 buttons. Testing ... (interrupt to exit)

jstest: error reading: Invalid argument" Is it possible to solve this problem?

edit retag flag offensive close merge delete

Comments

ahendrix gravatar image ahendrix  ( 2016-12-11 11:37:44 -0500 )edit

yes, but not for the wii controller... Is it possible to use something like that: https://www.amazon.de/Aplic-Presenter...

Timo1804 gravatar image Timo1804  ( 2016-12-14 18:17:00 -0500 )edit

I'm not familiar with that particular model of presenter. If you can find a Linux Joystick driver for your device, you can use it with the joy node

ahendrix gravatar image ahendrix  ( 2016-12-14 18:45:43 -0500 )edit

I used a similar "air mouse" remote on another Linux project. The device appeared to the Linux kernel as a standard keyboard and mouse devices. If that's the case with you're device, then you would want something like mouse_teleop.

suforeman gravatar image suforeman  ( 2016-12-16 00:47:04 -0500 )edit