Skip to content

Commit

Permalink
use odom tf frame
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Oct 16, 2019
1 parent a30d16c commit c314d98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
publish_tf: true
publish_acceleration: false
map_frame: map
odom_frame: odom_combined
odom_frame: odom
base_link_frame: base_link
odom0: /odom_corrected
odom0_config: [true, true, false,
Expand All @@ -173,7 +173,6 @@
<rosparam ns="amcl">
update_min_a: 0.01 <!-- update filter every 0.01[m] translation -->
update_min_d: 0.01 <!-- update filter every 0.01[rad] rotation -->
odom_frame_id: odom_combined
</rosparam>

<rosparam ns="move_base/global_costmap">
Expand All @@ -182,7 +181,6 @@
cost_scaling_factor: 10.0 # 10.0
</rosparam>
<rosparam ns="move_base/local_costmap">
global_frame: odom_combined
inflater:
inflation_radius: 3.0 # 0.7
cost_scaling_factor: 3.0 # 25.0 default 10, increasing factor decrease the cost value
Expand Down
1 change: 0 additions & 1 deletion jsk_fetch_robot/jsk_fetch_startup/launch/fetch_teleop.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
<rosparam file="$(find fetch_navigation)/config/fetch/costmap_local.yaml" command="load" ns="local_costmap" />
<rosparam>
local_costmap:
global_frame: odom_combined
# default 5 (http://wiki.ros.org/navigation/Tutorials/Navigation%20Tuning%20Guide)
update_frequency: 10.0
</rosparam>
Expand Down

0 comments on commit c314d98

Please sign in to comment.