Hi all
I try to follow this tuto : Steering the Rover with a joystick
The cmd rosrun joy joy_node, rostopic echo /joy, work well on the pc, rostopic echo /battery returns the battery value.
No error when i launch : roslaunch leo_joy_example joy.launch
... logging to /home/florian/.ros/log/e47a02ac-7a16-11ec-b4d9-f469d5800a7b/roslaunch-XX-29919.log
Checking log directory for disk usage. This may take a while.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
started roslaunch server http://127.0.0.1:34675/
SUMMARY
========
PARAMETERS
* /joy_node/autorepeat_rate: 30.0
* /joy_node/coalesce_interval: 0.02
* /joy_node/dev: /dev/input/js0
* /rosdistro: noetic
* /rosversion: 1.15.13
* /teleop_node/axis_angular: 0
* /teleop_node/axis_linear: 1
* /teleop_node/enable_button: 5
* /teleop_node/scale_angular: 2.0
* /teleop_node/scale_linear: 0.4
NODES
/
joy_node (joy/joy_node)
teleop_node (teleop_twist_joy/teleop_node)
ROS_MASTER_URI=http://master.localnet:11311
process[joy_node-1]: started with pid [29934]
process[teleop_node-2]: started with pid [29935]
[ WARN] [1642703633.781296680]: Couldn't set gain on joystick force feedback: Bad file descriptor
Any idea?
Thanks