Created
November 15, 2020 19:19
-
-
Save rje1974/9a21ac8d3d1601a0a93bc7fcdde76ba3 to your computer and use it in GitHub Desktop.
/root/catkin_ws/src/pochito/launch/joystick.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<launch> | |
<!-- Joystick Start --> | |
<arg name="joy_dev" default="/dev/input/js0" /> | |
<arg name="config_filepath" default="$(find lawn_tractor_navigation)/params/logitech.yaml" /> | |
<node pkg="joy" type="joy_node" name="joy_node" clear_params="true" > | |
<param name="dev" value="$(arg joy_dev)" /> | |
<param name="autorepeat_rate" value="20" /> | |
</node> | |
</launch> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment