difference between eband_local_planner and teb_local planner
What exactly is the difference between teb and eband local planner and how exactly do they work differently ?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
What exactly is the difference between teb and eband local planner and how exactly do they work differently ?
eband_local_planner (classical Elastic Band approach by Quinlan et al.) and teb_local_planner (Timed Elastic Band (TEB) approach) are two completely different planning algorithms. However, the TEB principle is based on the classic elastic band idea.
eband_local_planner (Elastic Band)
teb_local_planner (Timed Elastic Band)
@rajnunes He's the developer of the teb_local_planner
so he probably thought that it isn't very appropriate to point out directly. But instead, the answer shows that teb_local_planner
is newer and has more benefits. I thought about saying it because I feel like, time to time, visitors upvoted your comment so I awaken a dead question.
Asked: 2016-08-19 11:35:53 -0600
Seen: 4,260 times
Last updated: Aug 19 '16
Suggestion for a eband local navigation simulation
How does the teb_local_planner avoid collision with obstacles?
How to choose different robot footprint type for DWA_local_planner [closed]
Is Eband_local_planner usable solely on Holonomic robots? [closed]
how to set parameters (publish_voxel_map)
about a way to change default global planner
Why does elastic band fail to set plan?
Why is plugin of eband_local_planner named bgp_plugin.xml?