#include <planner_tests.h>
Protected Member Functions | |
descartes_core::PathPlannerBasePtr | makePlanner () |
PathPlannerTest () | |
Protected Attributes | |
descartes_core::RobotModelConstPtr | robot_ |
std::vector< double > | velocity_limits_ |
Definition at line 12 of file planner_tests.h.
PathPlannerTest< T >::PathPlannerTest | ( | ) | [inline, protected] |
Definition at line 22 of file planner_tests.h.
descartes_core::PathPlannerBasePtr PathPlannerTest< T >::makePlanner | ( | ) | [inline, protected] |
Definition at line 15 of file planner_tests.h.
descartes_core::RobotModelConstPtr PathPlannerTest< T >::robot_ [protected] |
Definition at line 29 of file planner_tests.h.
std::vector<double> PathPlannerTest< T >::velocity_limits_ [protected] |
Definition at line 28 of file planner_tests.h.