Skip to content
Snippets Groups Projects
Commit 5aef2b77 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

twist_to_manual_control: added launchs, changed speed signum

parent 03f00fcd
No related branches found
No related tags found
No related merge requests found
axis_linear: 1
scale_linear: 0.5
scale_linear_turbo: 2.0
axis_angular: 2
scale_angular: 0.5
enable_button: 11 # R1 shoulder button
enable_turbo_button: 9 # R2 shoulder button
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
<param name="speed_min" value="-500"/> <param name="speed_min" value="-500"/>
<param name="speed_max" value="500"/> <param name="speed_max" value="500"/>
<param name="linear_sat_min" value="-0.5"/> <param name="linear_sat_min" value="-1.0"/>
<param name="linear_sat_max" value="0.5"/> <param name="linear_sat_max" value="1.0"/>
</node> </node>
<!-- </group>--> <!-- </group>-->
......
<launch>
<arg name="dev" default="/dev/input/ps3joy"/>
<arg name="config_filepath" default="$(find twist_to_manual_control)/config/ps3.yaml" />
<node pkg="joy" type="joy_node" name="joy_node">
<param name="dev" value="$(arg dev)" />
<param name="deadzone" value="0.12" />
<param name="autorepeat_rate" value="20" />
</node>
<node pkg="teleop_twist_joy" name="teleop_twist_joy" type="teleop_node">
<rosparam command="load" file="$(arg config_filepath)" />
</node>
<include file="$(find twist_to_manual_control)/launch/node.launch"/>
</launch>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment