Skip to content

Commit 37fcb0a

Browse files
authored
Fix CI (#669)
1 parent 1cda8d4 commit 37fcb0a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

bitbots_navigation/bitbots_path_planning/test/__snapshots__/test_controller.ambr

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
# name: test_default_setup
33
dict({
44
'carrot_distance': 1,
5-
'max_rotation_vel': 0.6,
5+
'max_rotation_vel': 0.4,
66
'max_vel_x': 0.12,
77
'max_vel_y': 0.07,
88
'min_vel_x': -0.06,
9-
'orient_to_goal_distance': 0.4,
9+
'orient_to_goal_distance': 0.5,
1010
'rotation_i_factor': 0.0,
1111
'rotation_slow_down_factor': 0.6,
1212
'smoothing_tau': 0.1,
13-
'translation_slow_down_factor': 1.0,
13+
'translation_slow_down_factor': 0.6,
1414
})
1515
# ---
1616
# name: test_step_cmd_vel_smoothing
17-
'geometry_msgs.msg.Twist(linear=geometry_msgs.msg.Vector3(x=0.06466145812714323, y=0.04175428591906269, z=0.0), angular=geometry_msgs.msg.Vector3(x=0.0, y=0.0, z=0.38625623273352266))'
17+
'geometry_msgs.msg.Twist(linear=geometry_msgs.msg.Vector3(x=0.06466145812714323, y=0.04175428591906269, z=0.0), angular=geometry_msgs.msg.Vector3(x=0.0, y=0.0, z=0.3591891760862001))'
1818
# ---

0 commit comments

Comments
 (0)