Skip to content

Commit

Permalink
jsk-ros-pkg#2: automatically detect the game controller type at joy_f…
Browse files Browse the repository at this point in the history
…ootstep.launch

use type=auto parameter
  • Loading branch information
garaemon committed Mar 7, 2014
1 parent b59f7c5 commit b01988e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_teleop_joy/launch/joy_footstep.launch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</node>
<node pkg="jsk_teleop_joy" type="joy.py" name="joy" output="screen">
<remap from="pose" to="$(arg POSE_REMAP)" />
<param name="controller_type" value="xbox" />
<param name="controller_type" value="auto" />
<param name="follow_view" value="true" />
<param name="frame_id" value="/camera_depth_optical_frame" />
<rosparam>
Expand Down

0 comments on commit b01988e

Please sign in to comment.