Definition at line 29 of file PlannerRRT_common.h.
#include <mrpt/nav/planners/PlannerRRT_common.h>

Public Attributes | |
| node_pose_t | start_pose |
| node_pose_t | goal_pose |
| world_limits_t | world_bbox_min |
| world_limits_t | world_bbox_max |
| Bounding box of the world, used to draw uniform random pose samples. More... | |
| mrpt::maps::CSimplePointsMap | obstacles_points |
| World obstacles, as a point cloud. More... | |
| node_pose_t mrpt::nav::TPlannerInputTempl< node_pose_t, world_limits_t >::goal_pose |
Definition at line 31 of file PlannerRRT_common.h.
Referenced by mrpt::nav::PlannerTPS_VirtualBase::renderMoveTree(), and mrpt::nav::PlannerRRT_SE2_TPS::solve().
| mrpt::maps::CSimplePointsMap mrpt::nav::TPlannerInputTempl< node_pose_t, world_limits_t >::obstacles_points |
World obstacles, as a point cloud.
Definition at line 33 of file PlannerRRT_common.h.
Referenced by mrpt::nav::PlannerTPS_VirtualBase::renderMoveTree(), and mrpt::nav::PlannerRRT_SE2_TPS::solve().
| node_pose_t mrpt::nav::TPlannerInputTempl< node_pose_t, world_limits_t >::start_pose |
Definition at line 31 of file PlannerRRT_common.h.
Referenced by mrpt::nav::PlannerTPS_VirtualBase::renderMoveTree(), and mrpt::nav::PlannerRRT_SE2_TPS::solve().
| world_limits_t mrpt::nav::TPlannerInputTempl< node_pose_t, world_limits_t >::world_bbox_max |
Bounding box of the world, used to draw uniform random pose samples.
Definition at line 32 of file PlannerRRT_common.h.
Referenced by mrpt::nav::PlannerTPS_VirtualBase::renderMoveTree(), and mrpt::nav::PlannerRRT_SE2_TPS::solve().
| world_limits_t mrpt::nav::TPlannerInputTempl< node_pose_t, world_limits_t >::world_bbox_min |
Definition at line 32 of file PlannerRRT_common.h.
Referenced by mrpt::nav::PlannerTPS_VirtualBase::renderMoveTree(), and mrpt::nav::PlannerRRT_SE2_TPS::solve().
| Page generated by Doxygen 1.8.14 for MRPT 1.5.5 Git: e06b63dbf Fri Dec 1 14:41:11 2017 +0100 at lun oct 28 01:31:35 CET 2019 |