Browse Source

Place robot circle at base center for Stretch Navigation

pull/62/head
Binit Shah 2 years ago
parent
commit
254cee644c
4 changed files with 6 additions and 3 deletions
  1. +1
    -1
      stretch_navigation/config/global_costmap_params_nomap.yaml
  2. +1
    -1
      stretch_navigation/config/global_costmap_params_withmap.yaml
  3. +1
    -1
      stretch_navigation/config/local_costmap_params.yaml
  4. +3
    -0
      stretch_navigation/launch/navigation.launch

+ 1
- 1
stretch_navigation/config/global_costmap_params_nomap.yaml View File

@ -1,5 +1,5 @@
global_costmap:
global_frame: map
robot_base_frame: base_link
robot_base_frame: centered_base_link
update_frequency: 5.0
static_map: false

+ 1
- 1
stretch_navigation/config/global_costmap_params_withmap.yaml View File

@ -1,5 +1,5 @@
global_costmap:
global_frame: map
robot_base_frame: base_link
robot_base_frame: centered_base_link
update_frequency: 5.0
static_map: true

+ 1
- 1
stretch_navigation/config/local_costmap_params.yaml View File

@ -1,6 +1,6 @@
local_costmap:
global_frame: map
robot_base_frame: base_link
robot_base_frame: centered_base_link
update_frequency: 5.0
publish_frequency: 2.0
static_map: false

+ 3
- 0
stretch_navigation/launch/navigation.launch View File

@ -8,6 +8,9 @@
<param name="/stretch_driver/mode" type="string" value="navigation" />
<include file="$(find stretch_core)/launch/stretch_driver.launch" pass_all_args="true"/>
<!-- CENTERED BASE LINK -->
<node name="centered_base_link_tf_publisher" pkg="tf" type="static_transform_publisher" args="-0.1 0 0 0 0 0 1 /base_link /centered_base_link 100" />
<!-- LASER RANGE FINDER -->
<include file="$(find stretch_core)/launch/rplidar.launch" />

Loading…
Cancel
Save