MCPcopy 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
8namespace fast_planner {
9Astar::Astar() {
10}
11
12Astar::~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