Skip to content

Commit 7bf46fe

Browse files
committed
Tune path finding
1 parent 5676160 commit 7bf46fe

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

bitbots_navigation/bitbots_path_planning/config/path_planning_parameters.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bitbots_path_planning:
2-
base_footprint_frame:
2+
base_footprint_frame:
33
type: string
44
default_value: base_footprint
55
description: 'The frame of the robot base'
@@ -16,7 +16,7 @@ bitbots_path_planning:
1616
description: 'The rate at which the path planning is executed'
1717
validation:
1818
bounds<>: [0.0, 100.0]
19-
19+
2020
map:
2121
planning_frame:
2222
type: string
@@ -86,7 +86,7 @@ bitbots_path_planning:
8686

8787
max_vel_x:
8888
type: double
89-
default_value: 0.15
89+
default_value: 0.12
9090
description: 'Maximum velocity we want to reach in different directions (base_footprint coordinate system)'
9191
validation:
9292
bounds<>: [0.0, 1.0]
@@ -132,4 +132,3 @@ bitbots_path_planning:
132132
description: 'Distance at which we switch from orienting towards the path to orienting towards the goal poses orientation (in meters)'
133133
validation:
134134
bounds<>: [0.0, 10.0]
135-
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# serializer version: 1
22
# name: test_default_setup
33
dict({
4-
'carrot_distance': 4,
4+
'carrot_distance': 20,
55
'max_rotation_vel': 0.4,
6-
'max_vel_x': 0.05,
7-
'max_vel_y': 0.05,
8-
'min_vel_x': -0.05,
6+
'max_vel_x': 0.12,
7+
'max_vel_y': 0.1,
8+
'min_vel_x': -0.1,
99
'orient_to_goal_distance': 1.0,
1010
'rotation_i_factor': 0.0,
1111
'rotation_slow_down_factor': 0.3,
@@ -14,5 +14,5 @@
1414
})
1515
# ---
1616
# name: test_step_cmd_vel_smoothing
17-
'geometry_msgs.msg.Twist(linear=geometry_msgs.msg.Vector3(x=0.03270670566473225, y=0.02406005849709838, z=0.0), angular=geometry_msgs.msg.Vector3(x=0.0, y=0.0, z=0.20666164469042259))'
17+
'geometry_msgs.msg.Twist(linear=geometry_msgs.msg.Vector3(x=0.073884548439286, y=0.051963071290922924, z=0.0), angular=geometry_msgs.msg.Vector3(x=0.0, y=0.0, z=0.20666164469042259))'
1818
# ---

0 commit comments

Comments
 (0)