Skip to content

Instantly share code, notes, and snippets.

@rje1974
Created November 15, 2020 19:19
Show Gist options
  • Save rje1974/9a21ac8d3d1601a0a93bc7fcdde76ba3 to your computer and use it in GitHub Desktop.
Save rje1974/9a21ac8d3d1601a0a93bc7fcdde76ba3 to your computer and use it in GitHub Desktop.
/root/catkin_ws/src/pochito/launch/joystick.launch
<?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