|
selfdriving
|
Public Member Functions | |
| Node ()=default | |
| ~Node ()=default | |
Public Attributes | |
| std::optional< mrpt::graphs::TNodeID > | id |
| exact pose and velocity (no binning here) More... | |
| SE2_KinState | state |
| cost_t | gScore = std::numeric_limits<cost_t>::max() |
| Total cost from initialState to this node (default=Inf) More... | |
| cost_t | fScore = std::numeric_limits<cost_t>::max() |
| Guess of cost from this node to goal (default=Inf) More... | |
| std::optional< const Node * > | cameFrom |
| parent (precedent) of this node in the path. More... | |
| bool | pendingInOpenSet = false |
| bool | visited = false |
Each of the nodes in the SE(2) lattice grid
|
default |
|
default |
| std::optional<const Node*> mpp::TPS_Astar::Node::cameFrom |
parent (precedent) of this node in the path.
Guess of cost from this node to goal (default=Inf)
Total cost from initialState to this node (default=Inf)
| std::optional<mrpt::graphs::TNodeID> mpp::TPS_Astar::Node::id |
exact pose and velocity (no binning here)
| bool mpp::TPS_Astar::Node::pendingInOpenSet = false |
| SE2_KinState mpp::TPS_Astar::Node::state |
| bool mpp::TPS_Astar::Node::visited = false |
1.8.13