Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Robotics-STAR-Lab/RACER
/ Astar
Method
Astar
swarm_exploration/path_searching/src/astar2.cpp:9–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
namespace fast_planner {
9
Astar::Astar() {
10
}
11
12
Astar::~Astar() {
13
for (int i = 0; i < allocate_num_; i++) delete path_node_pool_[i];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected