Skip to content

Commit

Permalink
[jsk_spot_startup] set publish_cmd_vel_from_quadruped_joystick_teleop…
Browse files Browse the repository at this point in the history
… to publish cmd_vvel from publish_cmd_vel_from_quadruped_joystick_teleop at the rate defined in config/dualsense_teleop_twist_joy.yaml, instead of teleop_node/teleop_twist_joy
  • Loading branch information
k-okada committed Dec 12, 2024
1 parent 0ef17fc commit e83234b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ scale_angular_turbo:
yaw: 2.0
enable_button: 4
enable_turbo_button: 10
# for cmd_vel
publish_cmd_vel: true
publish_cmd_vel_rate: 50
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<arg name="dock_service" default="dock_fixed_id" />
<arg name="tuck_service" default="stow_arm" />
<arg name="untuck_service" default="unstow_arm" />
<arg name="publish_cmd_vel_from_quadruped_joystick_teleop" default="true" />
<arg name="teleop_twist_joy_param_file" default="$(find jsk_spot_startup)/config/dualsense_teleop_twist_joy.yaml" />
</include>

Expand Down

0 comments on commit e83234b

Please sign in to comment.