ros-drivers / joystick_drivers

ROS drivers for joysticks
http://wiki.ros.org/joystick_drivers
205 stars 292 forks source link

Couldn't open joystick force feedback! #146

Closed mshong0320 closed 5 years ago

mshong0320 commented 5 years ago

Trying to run the joy_node with logitech joystick controller on Kinetic version Ubuntu 16.04, but it's giving me an error [ERROR] [1561675023.851541705]: Couldn't open joystick force feedback! Tried with multiple joy sticks and i can't figure out what's causing this and how to fix it.

JWhitleyWork commented 5 years ago

This is just a warning. It is letting you know that force feedback is not available on the joystick that you are using. It does not affect normal use of the controller.

basvroeg commented 5 years ago

if it's just warning, then also display it as a warning instead of an error please...

this tends to get confusing quickly!

void-robotics commented 4 years ago

If possible, you can change ROS_ERROR to ROS_WARN if this is the case.

JWhitleyWork commented 4 years ago

@nathangeorge1 / @basvroeg - PRs are welcome!

wil3 commented 4 years ago

Note, this looks to have been addressed in v1.14.0.

aaronaaronson98 commented 3 years ago

I just re-found this in my testing of the ros2 branch. I'm not sure how the PR process works on this repo (first timer!) but would this help?

https://github.com/ros-drivers/joystick_drivers/pull/189