Skip to content

Commit 9a4962b

Browse files
committed
ros navigation + gslam working perfectly
1 parent 93e7870 commit 9a4962b

4 files changed

+9
-4
lines changed

eklavya_navigation/config/base_local_planner_params.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
NavfnROS:
2+
allow_unknown: true
3+
#transform_tolerance: 0.3
4+
#default_tolerance: 5.0
5+
16
controller_frequency: 5.0
27
TrajectoryPlannerROS:
38
max_vel_x: 0.50

eklavya_navigation/config/costmap_common_params.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ obstacle_range: 2.5
22
raytrace_range: 3.0
33
footprint: [[-0.30, -0.30], [-0.30, 0.30], [0.30, 0.30], [0.30, -0.30]]
44
footprint_padding: 0.01
5-
inflation_radius: 0.50
5+
inflation_radius: 0.20
66
observation_sources: scan
77
scan: {data_type: LaserScan, topic: /scan, marking: true, clearing: true}

eklavya_navigation/config/global_costmap_params.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ global_costmap:
33
robot_base_frame: /base_link
44
update_frequency: 3.0
55
publish_frequency: 0.0
6-
static_map: false
6+
static_map: true
77
transform_tolerance: 0.5

eklavya_navigation/config/local_costmap_params.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local_costmap:
55
publish_frequency: 5.0
66
static_map: false
77
rolling_window: true
8-
width: 14.0
9-
height: 14.0
8+
width: 4.0
9+
height: 4.0
1010
resolution: 0.1
1111
transform_tolerance: 0.5

0 commit comments

Comments
 (0)