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

Method setResolution

swarm_exploration/path_searching/src/astar2.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void Astar::setResolution(const double& res) {
42 resolution_ = res;
43 this->inv_resolution_ = 1.0 / resolution_;
44}
45
46int Astar::search(const Eigen::Vector3d& start_pt, const Eigen::Vector3d& end_pt, bool optimistic) {
47 NodePtr cur_node = path_node_pool_[0];

Callers 2

searchPathMethod · 0.80
refineLocalTourMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected