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

help with global_costmap parameters

asked 2020-07-14 06:15:15 -0500

mateusguilherme gravatar image

updated 2020-07-14 11:44:31 -0500

Hello

I created my own global planner as a plugin ros, for now, it generates a simple straight line to the goal point and will not take into account any obstacles. The local planner should try to walk that straight line. However, my global planner must generate this line in the odometry frame, it will not be necessary a map or the AMCL node. What would be the correct way to initialize the global_costmap.yaml parameters?

global_costmap:
   global_frame: /odom
   robot_base_frame: /base_footprint
   ??

*case description:

I know a destination point that is X meters away from the center of the robot(base_footprint). I want to trace a trajectory (without considering any obstacles) and I want ROS to drive the robot through the created trajectory. I had thought of creating a global planner, but maybe there is a better way. Any suggestion?

thank you

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-07-20 06:09:54 -0500

mateusguilherme gravatar image

Hello

just start with the default settings for navigation

global_frame: /map   
robot_base_frame: /base_footprint
.
.

I was having problems with the "control loop frequency" in the move_base node, so I increased the transform_tolerance in AMCL and solved it

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-07-14 06:15:15 -0500

Seen: 109 times

Last updated: Jul 20 '20