File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
bitbots_behavior/bitbots_body_behavior/config
bitbots_navigation/bitbots_path_planning/config
bitbots_world_model/bitbots_robot_filter/config Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ body_behavior:
104104 goalpost_safety_distance : 0.05
105105
106106 # Distance at which the ball is first approached before the ball obstacle is deactivated and we approach closer for the kick
107- ball_far_approach_dist : 0.5
107+ ball_far_approach_dist : 0.3
108108
109109 # Range in which the ball far approach point is counted as reached
110110 ball_far_approach_position_thresh : 0.2
@@ -113,14 +113,14 @@ body_behavior:
113113 ball_reapproach_dist : 1.0
114114
115115 # Distance at which the ball is normally approached
116- ball_approach_dist : 0.20
116+ ball_approach_dist : 0.2
117117
118118 # Angle at which the ball is normally approached again
119119 ball_reapproach_angle : 1.2
120120
121121 # The position where the supporter robot should place itself in order to accept a pass
122122 pass_position_x : 0.1
123- pass_position_y : 1.0
123+ pass_position_y : 1.0
124124 supporter_max_x : 4.0
125125
126126 # maximal angle of a ball kick
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ bitbots_path_planning:
6666 read_only : true
6767 blur :
6868 type : int
69- default_value : 13
69+ default_value : 11
7070 description : ' The blur value for the inflation'
7171 read_only : true
7272
@@ -121,7 +121,7 @@ bitbots_path_planning:
121121 bounds<> : [0.0, 1.0]
122122 translation_slow_down_factor :
123123 type : double
124- default_value : 0.5
124+ default_value : 1.0
125125 description : ' Clamped p gain of the translation controller'
126126 validation :
127127 bounds<> : [0.0, 1.0]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ bitbots_robot_filter:
66 robots_publish_topic : ' robots_relative_filtered'
77
88 filter_frame : ' map'
9- robot_dummy_size : 0.4
9+ robot_dummy_size : 0.6
1010 robot_merge_distance : 0.5
1111 robot_storage_time : 10e9
1212 team_data_timeout : 1e9
You can’t perform that action at this time.
0 commit comments