ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

How to control autorepeat_rate joy node ?

asked 2019-10-22 09:42:17 -0500

serhatzengin gravatar image

I wanna control autorepeat_rate paramaters in joy node but I don't know how can I do that.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-06-13 21:07:48 -0500

achille gravatar image

You can create a launch file and set the parameter within the node, or you can set it as a rosparam before you launch the node. Setting it through the launch file is very common, because it is repeatable:

<launch>
    <node pkg="joy" name="joystick" type="joystick">
        <param name="autorepeat_rate" value="0.1"/>
    </node>
</launch
edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-10-22 09:42:17 -0500

Seen: 693 times

Last updated: Jun 13 '20