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

Navigation stack goal off global costmap [closed]

asked 2015-05-07 11:05:48 -0500

salvadorvalisena gravatar image

Hi all

I'm using the navigation stack in my robot and every time i send a goal using rviz (2D Nav Goal) it throws me the following:

[ WARN] [1431013577.749213787]: The goal sent to the navfn planner is off the global costmap. Planning will always fail to this goal.

[ WARN] [1431013578.746803719]: The goal sent to the navfn planner is off the global costmap. Planning will always fail to this goal.

[ WARN] [1431013579.747597482]: The goal sent to the navfn planner is off the global costmap. Planning will always fail to this goal.

[ WARN] [1431013580.747194408]: The goal sent to the navfn planner is off the global costmap. Planning will always fail to this goal.

[ WARN] [1431013581.747623215]: The goal sent to the navfn planner is off the global costmap. Planning will always fail to this goal.

[ WARN] [1431013582.747012998]: The goal sent to the navfn planner is off the global costmap. Planning will always fail to this goal.

[ERROR] [1431013583.745273259]: Aborting because a valid plan could not be found. Even after executing all recovery behaviors

my global costmap is the following:

global_costmap:
  global_frame: /rosphere/odom_combined  
  robot_base_frame: /rosphere/base_footprint
  transform_tolerance: 5.0
  update_frequency: 0.5
  publish_frequency: 0.0
  static_map: false
  rolling_window: true
  width: 100.0
  height: 100.0
  resolution: 0.2

and the same for the local costmap, only changing the width, height and resolution (20,20, 0.05 respectively)

The goal I'm sending is just one meter from the base on x-axis so the action should be just to move straight forward. On Rviz the grid is set to 20 plane cell count and 1meter per cell.

I've changed the resolution, width and height of both costmaps and it's always the same. Any ideas? if you need more info just ask.

Salvador

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by salvadorvalisena
close date 2015-05-08 07:20:28.946462

Comments

I'm new at this so i don't know if a did it. i set all the parameters for the .yaml with http://wiki.ros.org/move_base#Parametershttp://wiki.ros.org/costmap_2d#costma...http://wiki.ros.org/base_local_planne...

salvadorvalisena gravatar image salvadorvalisena  ( 2015-05-08 03:26:40 -0500 )edit
1

@Humpelstilzchen thank you for taking time to look at my question. It's resolved, I was publishing into the odom_combined frame and it has to be into the base_footprint frame.

salvadorvalisena gravatar image salvadorvalisena  ( 2015-05-08 07:19:25 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-05-08 01:26:32 -0500

Humpelstilzchen gravatar image

Have you located your bot on the map prior to sending the goal?

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2015-05-07 11:05:48 -0500

Seen: 2,040 times

Last updated: May 07 '15