Skip to content

Commit 4ef5c79

Browse files
authored
Added parameters to configure amcl laser scan topic (ros-navigation#1870)
* Added parameters to configure amcl topic * changed parameter to scan_topic and added to all the configuration files * added scan_topic amcl param to docs * Satisfied linter
1 parent cf6c8d9 commit 4ef5c79

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

nav2_bringup/bringup/params/nav2_multirobot_params_1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ amcl:
3737
z_max: 0.05
3838
z_rand: 0.5
3939
z_short: 0.05
40+
scan_topic: scan
4041

4142
amcl_map_client:
4243
ros__parameters:

nav2_bringup/bringup/params/nav2_multirobot_params_2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ amcl:
3737
z_max: 0.05
3838
z_rand: 0.5
3939
z_short: 0.05
40+
scan_topic: scan
4041

4142
amcl_map_client:
4243
ros__parameters:

nav2_bringup/bringup/params/nav2_params.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ amcl:
3737
z_max: 0.05
3838
z_rand: 0.5
3939
z_short: 0.05
40+
scan_topic: scan
4041

4142
amcl_map_client:
4243
ros__parameters:

0 commit comments

Comments
 (0)