Questions tagged [base-local-planner]
The base-local-planner tag has no summary.
86 questions
0 votes
1 answer
150 views
Robot failing to rotate to goal
I am trying to navigate my differential drive robot to a goal with Nav2, but when it's basically reached it and it's time for orientation alignment, it stops and I start getting a bunch of these: <...
0 votes
1 answer
165 views
How to Extend the Reach of Global Path Planning in Nav2 for Large Open Areas?
My operational environment is a vast bayland terrain, where the robot needs to navigate effectively over long distances between waypoints (In Red). Issue Description: My global planner struggles to ...
1 vote
1 answer
966 views
nav2. how to use only local planner?
I'm using ubuntu 22.04 ros2 humble I want to compare the ability of local planners in nav2, so don't want to use global planner such as a*, theta* or else The thing i want to do is only creating ...
0 votes
1 answer
461 views
Comparing navigation algorithms
I am new to Nav2 stack and currently there are a bunch of navigation plugins to choose from (https://navigation.ros.org/plugins/index.html). I am interested in how to choose available algorithms from ...
0 votes
2 answers
553 views
Integrating Alternative Local Planners (Controller) with ROS 2 Navigation2 Stack for an Ackermann Robot
I'm working on a project with ROS 2 Iron and the Navigation2 stack, focusing on an Ackermann-steered robot. I've encountered issues while trying to integrate alternative local planners, such as TEB, ...
1 vote
1 answer
593 views
Local Planner Not Extending Beyond Robot's Footprint Boundaries to Distort Global Planner's Path
I've been facing an issue with the local planner in my ROS2 navigation setup. The core of the problem seems to be that the local planner does not extend sufficiently outside the robot's footprint ...
0 votes
1 answer
155 views
cannot convert ‘tf2_ros::TransformListener*’ to ‘tf2_ros::Buffer*’
I am trying to upgrade some existing code that use tf with kinetic to use instead tf2 with noetic. In the following line of code, planner_ is of type ...
0 votes
1 answer
18 views
doubt regarding the base_local_planner::transformGlobalPlan() function
I am trying to understand the base_local_planner::transformGlobalPlan() function. As per my understanding, the function takes in the global_plan (generated by the <...
0 votes
1 answer
34 views
unable to integrate local planner plugin into move_base
I am trying to integrate my local path planner plugin into move_base. On launching the modified ...
0 votes
2 answers
413 views
move_base local planner deviates significantly from global planner path
Hi ROS community, I am in need for some help with a project involving the use of move_base package with Ubuntu 16.04, ROS Kinetic. I have looked through most of the other issues with move_base that ...
0 votes
2 answers
28 views
Is there a way the robot go through goal point without stopping?
Hello, I want to limit the travel path of the robot to some extent. So, I set goal minutely and published the goals to move_base using SimpleActionServer. This plan was successful that the robot go ...
0 votes
1 answer
22 views
Local Map (navigation stack) not showing obstacle
Hi, Can someone shed some light on how to display lasercan obstacles for use in Navigation Stack (AMCL+MOVE_BASE, ubuntu 18.04, Melodic)? I spent lots of time changing configurations and searching for ...
0 votes
1 answer
28 views
Move base navigation malfunctions
Hi all, I am developing a diff wheel autonomous robot using the move_base package. I use wheel encoders, a lidar sensor and AMCL to estimate the current pose. When I set a simple goal, 1 meter to the ...
0 votes
2 answers
362 views
What global and local path planning algorithms do ros use?
What is ros default global path planning algorithm? what is ros default local path planning algorithm? Are other algorithm implemented in ros (such as D star, potential field) such that one can decide ...
0 votes
1 answer
15 views
Publish local plan as xy coordinates
Hi, I can obtain the /cmd_vel information for the local plan of robot to extract velocities and angles but is there usually a topic that I can subscribe to to obtain the local navigation goal in terms ...