#include <sbpl_lattice_planner.h>
Definition at line 25 of file sbpl_lattice_planner.h.
◆ SBPLLatticePlanner() [1/2]
| sbpl_lattice_planner::SBPLLatticePlanner::SBPLLatticePlanner |
( |
| ) |
|
◆ SBPLLatticePlanner() [2/2]
| sbpl_lattice_planner::SBPLLatticePlanner::SBPLLatticePlanner |
( |
std::string |
name, |
|
|
costmap_2d::Costmap2DROS * |
costmap_ros |
|
) |
| |
◆ ~SBPLLatticePlanner()
| virtual sbpl_lattice_planner::SBPLLatticePlanner::~SBPLLatticePlanner |
( |
| ) |
|
|
inlinevirtual |
◆ computeCircumscribedCost()
| unsigned char sbpl_lattice_planner::SBPLLatticePlanner::computeCircumscribedCost |
( |
| ) |
|
|
private |
◆ costMapCostToSBPLCost()
| unsigned char sbpl_lattice_planner::SBPLLatticePlanner::costMapCostToSBPLCost |
( |
unsigned char |
newcost | ) |
|
|
private |
◆ getFootprintList()
| void sbpl_lattice_planner::SBPLLatticePlanner::getFootprintList |
( |
const std::vector< EnvNAVXYTHETALAT3Dpt_t > & |
sbpl_path, |
|
|
const std::string & |
path_frame_id, |
|
|
visualization_msgs::Marker & |
ma |
|
) |
| |
|
private |
◆ initialize()
◆ makePlan()
| bool sbpl_lattice_planner::SBPLLatticePlanner::makePlan |
( |
const geometry_msgs::PoseStamped & |
start, |
|
|
const geometry_msgs::PoseStamped & |
goal, |
|
|
std::vector< geometry_msgs::PoseStamped > & |
plan |
|
) |
| |
|
virtual |
Given a goal pose in the world, compute a plan.
- Parameters
-
| start | The start pose |
| goal | The goal pose |
| plan | The plan... filled by the planner |
- Returns
- True if a valid plan was found, false otherwise
Implements nav_core::BaseGlobalPlanner.
Definition at line 280 of file sbpl_lattice_planner.cpp.
◆ publishStats()
| void sbpl_lattice_planner::SBPLLatticePlanner::publishStats |
( |
int |
solution_cost, |
|
|
int |
solution_size, |
|
|
const geometry_msgs::PoseStamped & |
start, |
|
|
const geometry_msgs::PoseStamped & |
goal |
|
) |
| |
|
private |
◆ transformFootprintToEdges()
◆ allocated_time_
| double sbpl_lattice_planner::SBPLLatticePlanner::allocated_time_ |
|
private |
◆ allow_unknown_
| bool sbpl_lattice_planner::SBPLLatticePlanner::allow_unknown_ |
|
private |
◆ circumscribed_cost_
| unsigned char sbpl_lattice_planner::SBPLLatticePlanner::circumscribed_cost_ |
|
private |
◆ cost_map_topic_
| std::string sbpl_lattice_planner::SBPLLatticePlanner::cost_map_topic_ |
|
private |
what type of environment in which to plan. choices are 2D and XYThetaLattice.
Definition at line 89 of file sbpl_lattice_planner.h.
◆ costmap_ros_
◆ current_env_height_
| unsigned int sbpl_lattice_planner::SBPLLatticePlanner::current_env_height_ |
|
private |
◆ current_env_width_
| unsigned int sbpl_lattice_planner::SBPLLatticePlanner::current_env_width_ |
|
private |
◆ env_
| EnvironmentNAVXYTHETALAT* sbpl_lattice_planner::SBPLLatticePlanner::env_ |
|
private |
◆ environment_type_
| std::string sbpl_lattice_planner::SBPLLatticePlanner::environment_type_ |
|
private |
◆ footprint_
◆ force_scratch_limit_
| int sbpl_lattice_planner::SBPLLatticePlanner::force_scratch_limit_ |
|
private |
◆ forward_search_
| bool sbpl_lattice_planner::SBPLLatticePlanner::forward_search_ |
|
private |
◆ initial_epsilon_
| double sbpl_lattice_planner::SBPLLatticePlanner::initial_epsilon_ |
|
private |
◆ initialized_
| bool sbpl_lattice_planner::SBPLLatticePlanner::initialized_ |
|
private |
◆ inscribed_inflated_obstacle_
| unsigned char sbpl_lattice_planner::SBPLLatticePlanner::inscribed_inflated_obstacle_ |
|
private |
◆ lethal_obstacle_
| unsigned char sbpl_lattice_planner::SBPLLatticePlanner::lethal_obstacle_ |
|
private |
the number of cells that have to be changed in the costmap to force the planner to plan from scratch even if its an incremental planner
Definition at line 95 of file sbpl_lattice_planner.h.
◆ name_
| std::string sbpl_lattice_planner::SBPLLatticePlanner::name_ |
|
private |
◆ plan_pub_
◆ planner_
| SBPLPlanner* sbpl_lattice_planner::SBPLLatticePlanner::planner_ |
|
private |
◆ planner_type_
| std::string sbpl_lattice_planner::SBPLLatticePlanner::planner_type_ |
|
private |
sbpl method to use for planning. choices are ARAPlanner and ADPlanner
Definition at line 83 of file sbpl_lattice_planner.h.
◆ primitive_filename_
| std::string sbpl_lattice_planner::SBPLLatticePlanner::primitive_filename_ |
|
private |
◆ publish_footprint_path_
| bool sbpl_lattice_planner::SBPLLatticePlanner::publish_footprint_path_ |
|
private |
◆ sbpl_cost_multiplier_
| unsigned char sbpl_lattice_planner::SBPLLatticePlanner::sbpl_cost_multiplier_ |
|
private |
◆ sbpl_plan_footprint_pub_
| ros::Publisher sbpl_lattice_planner::SBPLLatticePlanner::sbpl_plan_footprint_pub_ |
|
private |
◆ stats_publisher_
| ros::Publisher sbpl_lattice_planner::SBPLLatticePlanner::stats_publisher_ |
|
private |
◆ visualizer_skip_poses_
| int sbpl_lattice_planner::SBPLLatticePlanner::visualizer_skip_poses_ |
|
private |
The documentation for this class was generated from the following files: