MCPcopy Create free account
hub / github.com/Robotics-STAR-Lab/RACER / setEnvironment

Method setEnvironment

swarm_exploration/path_searching/src/astar.cpp:204–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204void Astar::setEnvironment(const EDTEnvironment::Ptr& env) {
205 this->edt_environment_ = env;
206}
207
208void Astar::reset() {
209 expanded_nodes_.clear();

Callers 3

mainFunction · 0.45
mainFunction · 0.45
initPlanModulesMethod · 0.45

Calls

no outgoing calls

Tested by 2

mainFunction · 0.36
mainFunction · 0.36