smp::rrtstar_edge_data Class Reference

Edge data for the RRT* algorithm. More...

#include <rrtstar.h>

Inheritance diagram for smp::rrtstar_edge_data:
smp::minimum_time_reachability_edge_data

List of all members.

Public Attributes

double edge_cost
 The cost to traverse this particular trajectory.

Detailed Description

Edge data for the RRT* algorithm.

The RRT* algorithm requires the edge data to include a variable that stores the cost to traverse that particular edge. This class implements such a data structure. The user can directly use this data structure for implementation either as is, or a derived class that inherits from this class. Alternatively, the user can generate another edge data class that includes the edge_cost variable.


The documentation for this class was generated from the following file: