ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

abraham's profile - activity

2022-10-12 04:36:21 -0500 marked best answer costmap2dros transform timeout

i'm implementing move_base on my own robot description .i used hector slam for mapping and localize the robot amcl correctly. but when i imlement move_base the simulation start to show error the robot doesn't move to a goal .i have search similar question on internet but couldn't find any solution.

[ WARN] [1554394342.080578158, 1481.705000000]: Costmap2DROS transform timeout. Current time: 1481.7050, global_pose stamp: 0.0000, tolerance: 0.3000

i am using skid steering plugin for odometry i can't post my tf because i don't point ,and am using ros kinetic on ubuntu 16.04

base_local_planner_params.yaml

TrajectoryPlannerROS:
  max_vel_x: 0.5
  min_vel_x: 0.1
  max_vel_theta: 0.5
  min_in_place_vel_theta: 0.1
  escape_vel: -0.02

  acc_lim_theta: 0.5
  acc_lim_x: 0.5
  acc_lim_y: 0.5

  sim_time: 4

  meter_scoring: true
  holonomic_robot: false


EBandPlannerROS:
  # Common Parameters
  xy_goal_tolerance: 0.15  
  yaw_goal_tolerance: 0.13  
  rot_stopped_vel: 0.05  

  trans_stopped_vel: 0.05  

  # Visualization Parameters
  marker_lifetime: 20.0  

  # Trajectory Controller Parameters
  max_vel_lin: 0.75  
  max_vel_th: 1.0 
  min_vel_th: 0.5  
  min_in_place_vel_th: 2.0  
  k_prop: 1.0  
  k_damp: 3.5 
  Ctrl_Rate: 50  
  max_translational_acceleration: 2.5  
  max_rotational_acceleration: 1.5  
  differential_drive: true  
  max_acceleration: 2.5

local_costmap_params.yaml

local_costmap:
   global_frame: /odom
   robot_base_frame: base_link
   update_frequency: 10.0
   publish_frequency: 10.0
   width: 20.0
   height: 20.0
   resolution: 0.05
   static_map: false
   rolling_window: true
costmap_common_params.yaml
map_type: costmap

obstacle_range: 5
raytrace_range: 6

footprint: [ [-0.6, -0.85], [-0.6, 0.85], [0.6, 0.85], [0.6, -0.85] ]

transform_tolerance: 0.3

robot_radius: 0.8
inflation_radius: 0.35

observation_sources: laser_scan_sensor
laser_scan_sensor: {sensor_frame: Empty_lidar, data_type: LaserScan, topic: /scan, marking: true, clearing: true}

global_costmap_params.yaml

global_costmap:
   global_frame: /map
   robot_base_frame: base_link
   update_frequency: 5.0
   publish_frequency: 5.0
   resolution: 0.05
   static_map: true
   rolling_window: false

move_base launch

  <node pkg="move_base" type="move_base" respawn="false" name="move_base" output="screen">
    <rosparam file="$(find roboot1_move_base)/config/costmap_common_params.yaml" command="load" ns="global_costmap" />
    <rosparam file="$(find roboot1_move_base)/config/costmap_common_params.yaml" command="load" ns="global_costmap" />
    <rosparam file="$(find roboot1_move_base)/config/costmap_common_params.yaml" command="load" ns="local_costmap" />
    <rosparam file="$(find roboot1_move_base)/config/local_costmap_params.yaml" command="load" />
    <rosparam file="$(find roboot1_move_base)/config/global_costmap_params.yaml" command="load" />
    <rosparam file="$(find roboot1_move_base)/config/base_local_planner_params.yaml" command="load" />
    <remap from="cmd_vel" to="cmd_vel"/>
    <remap from="odom" to="/odom"/>
    <remap from="scan" to="/scan"/>

    <param name="base_global_planner" type="string" value="global_planner/GlobalPlanner" />
    <param name="base_local_planner" value="eband_local_planner/EBandPlannerROS"/>
    <param name="controller_frequency" value="30.0" />
    <param name="planner_frequency" value="1.0" />
  </node>
</launch>

am beginner please help me with this

2020-04-26 04:28:35 -0500 received badge  Famous Question (source)
2019-12-09 06:24:24 -0500 commented question Win10/WSL: gazebo black won't open enviroment

it's better to move to ubuntu

2019-12-09 06:21:31 -0500 commented answer my robot collid with wall

hi, you can use the above setting by only changing the footprint , topic and frame names of your robot. The problem wa

2019-12-08 22:01:17 -0500 received badge  Notable Question (source)
2019-08-31 13:57:32 -0500 received badge  Popular Question (source)
2019-08-30 16:58:32 -0500 received badge  Student (source)
2019-08-30 16:51:48 -0500 received badge  Famous Question (source)
2019-07-05 02:23:06 -0500 received badge  Famous Question (source)
2019-06-18 22:27:26 -0500 received badge  Notable Question (source)
2019-06-18 22:27:26 -0500 received badge  Popular Question (source)
2019-06-10 09:46:15 -0500 received badge  Famous Question (source)
2019-06-06 08:13:55 -0500 received badge  Notable Question (source)
2019-06-06 08:13:55 -0500 received badge  Popular Question (source)
2019-05-29 04:53:36 -0500 asked a question installing ros kinetic and gazebo 9 is not working

installing ros kinetic and gazebo 9 is not working hello ,i use to use defoult ros gazebo 7 for ros kinetic but now i wa

2019-05-16 10:09:21 -0500 received badge  Notable Question (source)
2019-04-26 16:27:31 -0500 commented answer my robot collid with wall

sir i change the value you mentioned above its not helping ?

2019-04-25 15:00:40 -0500 received badge  Notable Question (source)
2019-04-25 00:54:23 -0500 received badge  Popular Question (source)
2019-04-24 16:25:35 -0500 commented answer my robot collid with wall

OK thanks i will try that and see what happens , but why is the robot is colliding with the wall ,how can i fix it

2019-04-24 15:07:14 -0500 received badge  Famous Question (source)
2019-04-24 14:55:50 -0500 asked a question my robot collid with wall

my robot collid with wall My robot model colliding every time I give 2d goal in move base . A’M using ubuntu16.04 ,ros k

2019-04-24 03:20:55 -0500 received badge  Notable Question (source)
2019-04-16 16:10:50 -0500 received badge  Popular Question (source)
2019-04-12 14:17:06 -0500 asked a question comparing local planners

comparing local planners I'm working on navigation stack of Ros i see simulate result know i want to compare how accura

2019-04-09 07:39:50 -0500 commented answer costmap2dros transform timeout

Thanks a lot for the answer ,but I solve the problem by making my robot base frame to base_foot_print on my local_costm

2019-04-08 08:19:29 -0500 received badge  Popular Question (source)
2019-04-04 12:04:42 -0500 asked a question costmap2dros transform timeout

costmap2dros transform timeout i'm implementing move_base on my own robot description .i used hector slam for mapping a

2019-03-15 17:00:16 -0500 commented question car-like robot navigation in gazebo

selam peter ,i was search a bit, it seems their is no tutorial to implement teleop-control for carlike robot even now ,

2019-03-15 15:57:59 -0500 commented answer Moving a robot in Gazebo

hey am doing the same thing in 2019 ,can help me out how do you implement pr2 controller on your model

2019-03-14 02:45:58 -0500 received badge  Popular Question (source)
2019-03-13 10:18:59 -0500 asked a question steps to teloperate four wheel robot

steps to teloperate four wheel robot hello , am working on navigation car-like robot , i have created urdf fill .but no

2019-03-06 08:59:15 -0500 commented question Win10/WSL: gazebo black won't open enviroment

and also am using Xming X Server

2019-03-06 08:57:46 -0500 asked a question Win10/WSL: gazebo black won't open enviroment

gazebo black won't open enviroment am using ubantu 16.04 on windows subsystem for Linux and Ros melodic ,i have tried to

2019-02-27 11:48:04 -0500 commented question Existing motion planner for double Ackermann kynematics?

can you please post the link to you urdf file am planning to do slam double Ackerman ,but i can't able to fine any samp

2019-02-27 02:30:00 -0500 asked a question i want to know urdf creating trand for robots ?

i want to know urdf creating trand for robots ? I'm new for Ros and gazebo am working to simulate double Ackermann stee

2019-02-20 02:29:24 -0500 received badge  Enthusiast
2019-02-10 09:51:33 -0500 asked a question i want to learn ros melodic on windows any suggestion tutorials ,as i checked existing Ros tutorials sometimes nor comateble with window lunex subsystem and sometimes with melodic ?

i want to learn ros melodic on windows any suggestion tutorials ,as i checked existing Ros tutorials sometimes nor coma