How to control autorepeat_rate joy node ?
I wanna control autorepeat_rate paramaters in joy node but I don't know how can I do that.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I wanna control autorepeat_rate paramaters in joy node but I don't know how can I do that.
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
Asked: 2019-10-22 09:42:17 -0500
Seen: 618 times
Last updated: Jun 13 '20
Problem with message_filters::cache
Transfer trajectory from ROS to Unity
how can a python script connect to 2 rosmasters at the same time?
Service client call stops program
How to publish a specific message to ROS?
Problem with roslaunch on rc.local startup
How to write Cmakelist to use moveit on elfin robot
How to write proper launch file by passing arguments?