Skip to content

Commit

Permalink
Update twist_mux.yaml
Browse files Browse the repository at this point in the history
Change the axis for controlling the robot, now you can use 3 different axis for be more precise and decrease the velocity for mapping during the motion.
  • Loading branch information
giangalv committed Sep 6, 2024
1 parent 3d553bc commit 39e0bbd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions go2_robot_sdk/config/twist_mux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
ros__parameters:
axis_linear:
x: 1
y: 0
y: 3
scale_linear:
x: 0.4
y: 0.4
x: 0.2
y: 0.2

axis_angular:
yaw: 3
yaw: 6
scale_angular:
yaw: 1.5
yaw: 0.2

require_enable_button: false

Expand All @@ -25,4 +25,4 @@
navigation:
topic : cmd_vel
timeout : 0.5
priority: 5
priority: 5

0 comments on commit 39e0bbd

Please sign in to comment.