Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

turtlebot3_world.launch local_costmap warnings #206

Open
berresenakirac opened this issue Oct 24, 2023 · 0 comments
Open

turtlebot3_world.launch local_costmap warnings #206

berresenakirac opened this issue Oct 24, 2023 · 0 comments

Comments

@berresenakirac
Copy link

berresenakirac commented Oct 24, 2023

Hello I'm new on ROS. i just created a catkin workspace and i installed turtlebot3 simulations and turtlebot3 from turtlebot3's website. i literally do nothing but these. But i have these warnings. How can i fix this?
Here are the commands i wrote on terminal:
roslaunch turtlebot3_gazebo turtlebot3_world.launch
roslaunch turtlebot3_navigation turtlebot3_navigation.launch
These are the warnings:
[ WARN] [1698154732.099839494, 7.086000000]: Timed out waiting for transform from base_footprint to map to become available before running costmap, tf error: canTransform: target_frame map does not exist. canTransform: source_frame base_footprint does not exist.. canTransform returned after 7.086 timeout was 0.1.
[ WARN] [1698154732.716332026, 7.681000000]: global_costmap: Parameter "plugins" not provided, loading pre-Hydro parameters
[ WARN] [1698154733.188402789, 8.128000000]: local_costmap: Parameter "plugins" not provided, loading pre-Hydro parameters

These are my local_costmap_params.yaml and global_costmap_params.yaml files:
local_costmap_params.yaml

local_costmap:
  global_frame: odom
  robot_base_frame: base_footprint

  update_frequency: 10.0
  publish_frequency: 10.0
  transform_tolerance: 0.5  

  static_map: false  
  rolling_window: true
  width: 3
  height: 3
  resolution: 0.05

global_costmap_params.yaml

global_costmap:
  global_frame: map
  robot_base_frame: base_footprint

  update_frequency: 10.0
  publish_frequency: 10.0
  transform_tolerance: 0.5

  static_map: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant