LKSeng / EBS_AStar

Catkin-ised version of the EBAStar planner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EBS_AStar

This package was supposed to be a catkin-ised version of the planner based on EBS A* planner implemented in EBAStar.

However, as the original code seemed to contain typographical errors for variable names as well as missing header files, "best guess" was used to get the code to eventually compile, but the code did not seem to perform bidirectional search.

As it stands now, this package performs like a zany regular A* star planner.

Nevertheless, this is made public in hopes that this can be fixed in the near future...

Installation

# First, clone repos and deps to 'catkin_ws/src', then install
cd catkin_ws
rosdep update && rosdep install --from-paths src --ignore-src -r -y
catkin build

Launch Simulation

# launch without gazebo
roslaunch ebs_astar_demo ebs_astar_sim_demo.launch show_gazebo:=false

From RViz, provide a nav goal and you are done!

About

Catkin-ised version of the EBAStar planner


Languages

Language:C++ 71.8%Language:CMake 24.3%Language:Python 2.9%Language:Dockerfile 1.0%