Skip to content

Commit

Permalink
fix robot spawning in world origin using pid gains (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjp committed Feb 6, 2022
1 parent a018318 commit 2f154a8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions diffbot_control/config/pid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ diffbot:
gazebo_ros_control:
pid_gains:
front_right_wheel_joint:
{p: 1.5, i: 0, d: 0}
p: 0.06
i: 0.0
d: 0.0
front_left_wheel_joint:
{p: 1.5, i: 0, d: 0}
p: 0.06
i: 0.0
d: 0.0

0 comments on commit 2f154a8

Please sign in to comment.