Skip to content

Commit 2f154a8

Browse files
committed
fix robot spawning in world origin using pid gains (#57)
1 parent a018318 commit 2f154a8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

diffbot_control/config/pid.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ diffbot:
22
gazebo_ros_control:
33
pid_gains:
44
front_right_wheel_joint:
5-
{p: 1.5, i: 0, d: 0}
5+
p: 0.06
6+
i: 0.0
7+
d: 0.0
68
front_left_wheel_joint:
7-
{p: 1.5, i: 0, d: 0}
9+
p: 0.06
10+
i: 0.0
11+
d: 0.0

0 commit comments

Comments
 (0)