Skip to content

Commit

Permalink
Merge pull request #109 from sktometometo/PR/spot_arm/add-R1-teleop
Browse files Browse the repository at this point in the history
Add R1 teleop
  • Loading branch information
k-okada authored Nov 22, 2023
2 parents df240b0 + 84fbe6a commit d861c61
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions jsk_spot_robot/jsk_spot_startup/launch/include/driver.launch
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@
<arg name="untuck_service" default="unstow_arm" />
<arg name="teleop_twist_joy_param_file" default="$(find jsk_spot_startup)/config/dualsense_teleop_twist_joy.yaml" />
</include>

<include file="$(find jsk_robot_startup)/launch/quadruped_joystick_teleop.launch" >
<arg name="pad_type" value="R1" />
<!--arg name="joy_dev" value="/dev/input/js0" /-->
<arg name="joy_dev" value="/dev/magicseejoy" />
<arg name="cmd_vel_topic" default="bluetooth_teleop/cmd_vel" />
<arg name="joy_name_space" default="/spot/" />
<arg name="dock_service" default="dock_fixed_id" />
<arg name="tuck_service" default="stow_arm" />
<arg name="untuck_service" default="unstow_arm" />
</include>

<!-- node to receive /spot/dock_fixed_no and calls /spot/dock -->
<node pkg="jsk_spot_startup" type="call_spot_dock_with_id.py" name="call_spot_dock_with_id">
<remap from="~dock_id" to="/spot/spot_ros/dock_id" />
Expand Down

0 comments on commit d861c61

Please sign in to comment.