Class LazyRRT::Motion

Nested Relationships

This class is a nested type of Class LazyRRT.

Class Documentation

class Motion

Representation of a motion.

Public Functions

Motion() = default
inline Motion(const base::SpaceInformationPtr &si)

Constructor that allocates memory for the state.

~Motion() = default

Public Members

base::State *state = {nullptr}

The state contained by the motion.

Motion *parent = {nullptr}

The parent motion in the exploration tree.

bool valid = {false}

Flag indicating whether this motion has been validated.

std::vector<Motion*> children

The set of motions that descend from this one.