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

Navigation Stack Set up Problems

asked 2016-10-28 17:42:45 -0500

MarkyMark2012 gravatar image

HI,

Seems I have one or many things mis-configured. My set up is a diff drive robot running most of the sensory code and PC running gmapping and the navigation stack.

I don't want to use a prior map but have the robot build on for itself. In summary I'm currently getting the following errors from the navigation stack:

  • [WARN] [1477683958.019214543]: Could not get robot pose, cancelling reconfiguration
  • [WARN] [1477683959.090176756]: The origin for the sensor at (0.23, -0.40) is out of map bounds. So, the costmap cannot raytrace for it.
  • [WARN] [1477683960.090218485]: The origin for the sensor at (0.23, -0.40) is out of map bounds. So, the costmap cannot raytrace for it.
  • [ERROR] [1477685052.876003984]: You must specify at least three points for the robot footprint, reverting to previous footprint.
  • Costmap2DROS transform timeout. Current time: 1477693313.6131, global_pose stamp: 1477693313.3108, tolerance: 0.3000 I've set up the Nav Stack broadly according to the tutorial

Files I have are: base_local_planner_params.yaml

TrajectoryPlannerROS:
max_vel_x: 0.45
min_vel_x: 0.1
max_vel_theta: 1.0
min_in_place_vel_theta: 0.4
acc_lim_theta: 3.2
acc_lim_x: 2.5
acc_lim_y: 2.5
holonomic_robot: false
meter_scoring: true

global_costmap_params.yaml

global_costmap:
global_frame: /map
robot_base_frame: base_link
update_frequency: 2.0
static_map: false (Tried both true & false no improvement)

local_costmap_params.yaml

local_costmap:
global_frame: odom
robot_base_frame: base_link
update_frequency: 5.0
publish_frequency: 2.0
static_map: false
rolling_window: true
width: 6.0
height: 6.0
resolution: 0.05
TrajectoryPlannerROS:
max_vel_x: 0.45
min_vel_x: 0.1
max_vel_theta: 1.0
min_in_place_vel_theta: 0.4
acc_lim_theta: 3.2
acc_lim_x: 2.5
acc_lim_y: 2.5
holonomic_robot: false
meter_scoring: true

costmap_common_params.yaml

obstacle_range: 2.5
raytrace_range: 3.0
robot_radius: 0.30
inflation_radius: 0.55
observation_sources: laser_scan_sensor 
laser_scan_sensor: {sensor_frame:  base_laser_link, data_type: LaserScan, topic: base_scan, marking: true, clearing: true}

Graph is set as:

image description

and TF tree:

image description

I'd very much appreciate some ideas/help to get this up and running. I've Googled these errors and whilst common I've not yet found one that provides a fix

Many Thanks

Mark

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-01-09 23:51:36 -0500

some parameters are missed in the costmap_common_params.xml.the parameter footprint like this.

footprint: [[-0.325, -0.325], [-0.325, 0.325], [0.325, 0.325], [0.46, 0.0], [0.325, -0.325]]

should be added into costmap_common_params.xml

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2016-10-28 17:42:45 -0500

Seen: 858 times

Last updated: Jan 09 '18