the carrot planner could not find a valid plan for this goal
hi, i am trying to use the carrot planner... but i always get the following error:
the carrot planner could not find a valid plan for this goal
even if i just wanna go 0.5m forward..there is nothing in the way or so. Here are my config files:
local_planner.yaml
move_base_node:TrajectoryPlannerROS:
y_vels: []
max_vel_x: 0.45
min_vel_x: 0.1
max_rotational_vel: 1.0
min_in_place_rotational_vel: 0.4
acc_lim_th: 3.2
acc_lim_x: 2.5
acc_lim_y: 2.5
holonomic_robot: true
global_costmap.yaml:
global_costmap: global_frame: /map
robotbaseframe: baselink costmap/updatefrequency: 0.2 costmap/staticmap: false costmap/transformtolerance: 1.0 costmap/footprint: [[-0.3, -0.3], [-0.3, 0.3], [0.3, 0.3], [0.3, -0.3]] observationsources: laserscansensor laserscansensor: {sensorframe: laser, datatype: LaserScan, topic: scan, marking: true, clearing: true, expectedupdate_rate: 0.5}
costmap.yaml:
global_frame: /map
robotbaseframe: base_link
costmap: updatefrequency: 0.2 publishfrequency: 0.2 staticmap: true transformtolerance: 1.0 footprint: [[-0.3, -0.3], [-0.3, 0.3], [0.3, 0.3], [0.3, -0.3]] observationsources: laserscan_sensor
laserscansensor: {sensorframe: laser, datatype: LaserScan, topic: scan, marking: true, clearing: true, expectedupdaterate: 0.5}
sorry i do not know how to use that code higliting right...i just managed it by the local_planner.yaml
do you have any ideas why the carrotPlanner isn't finding a path or do you know hos i should troubelshut to find the problem ?
Asked by pkohout on 2012-07-24 04:24:40 UTC
Comments