se2ez
se2ez::plan::R2Projection Class Reference

#include <projection.h>

Inheritance diagram for se2ez::plan::R2Projection:
[legend]

Public Member Functions

 R2Projection (const plan::StateSpace *ss, const std::string &frame)
 
unsigned int getDimension () const override
 
void project (const ompl::base::State *state, Eigen::Ref< Eigen::VectorXd > projection) const override
 

Additional Inherited Members

- Protected Member Functions inherited from se2ez::plan::Projection
 Projection (const plan::StateSpace *ss, const std::string &frame)
 
Eigen::Isometry2d getPose (const ompl::base::State *state) const
 
void defaultCellSizes () override
 
- Protected Attributes inherited from se2ez::plan::Projection
const RobotPtr robot_
 
const std::string frame_
 

Detailed Description

Definition at line 39 of file projection.h.

Constructor & Destructor Documentation

◆ R2Projection()

plan::R2Projection::R2Projection ( const plan::StateSpace ss,
const std::string frame 
)

Definition at line 31 of file projection.cpp.

Member Function Documentation

◆ getDimension()

unsigned int plan::R2Projection::getDimension ( ) const
override

Definition at line 35 of file projection.cpp.

◆ project()

void plan::R2Projection::project ( const ompl::base::State *  state,
Eigen::Ref< Eigen::VectorXd >  projection 
) const
override

Definition at line 40 of file projection.cpp.


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