49         const int WN = 25, WV = 30;
    62         for (
int i = 0; i<N; i++) {
    64                         R*cos(i * 2 * 
M_PI / (N - 1)), 
R*sin(i * 2 * 
M_PI / (N - 1)), 0,
    65                         shap_x[i], shap_y[i], shap_z[i]);
    68         gl_shape.
appendLine(origin.
x(), origin.
y(), .0, shap_x[0], shap_y[0], shap_z[0]);
    69         for (
int i = 1; i <= shap_x.size(); i++) {
    70                 const int idx = i % shap_x.size();
    74         gl_shape.
appendLine(origin.
x() - 
R*0.02, origin.
y(), .0, origin.
x() + 
R*0.02, origin.
y(), .0);
    75         gl_shape.
appendLine(origin.
x(), origin.
y() - 
R*0.02, .0, origin.
x(), origin.
y() + 
R*0.02, .0);
 double x() const
Common members of all points & poses classes. 
 
void loadShapeFromConfigFile(const mrpt::utils::CConfigFileBase &source, const std::string §ion)
 
void appendLineStrip(float x, float y, float z)
Appends a line whose starting point is the end point of the last line (similar to OpenGL's GL_LINE_ST...
 
double getMaxRobotRadius() const MRPT_OVERRIDE
Returns an approximation of the robot radius. 
 
void add_robotShape_to_setOfLines(mrpt::opengl::CSetOfLines &gl_shape, const mrpt::poses::CPose2D &origin=mrpt::poses::CPose2D()) const MRPT_OVERRIDE
Auxiliary function for rendering. 
 
bool isPointInsideRobotShape(const double x, const double y) const MRPT_OVERRIDE
Returns true if the point lies within the robot shape. 
 
virtual void internal_processNewRobotShape()=0
Will be called whenever the robot shape is set / updated. 
 
Column vector, like Eigen::MatrixX*, but automatically initialized to zeros since construction...
 
void composePoint(double lx, double ly, double &gx, double &gy) const
An alternative, slightly more efficient way of doing  with G and L being 2D points and P this 2D pose...
 
void saveToConfigFile(mrpt::utils::CConfigFileBase &cfg, const std::string &sSection) const MRPT_OVERRIDE
This method saves the options to a ".ini"-like file or memory-stored string list. ...
 
This class allows loading and storing values and vectors of different types from a configuration text...
 
This base class is used to provide a unified interface to files,memory buffers,..Please see the deriv...
 
void appendLine(const mrpt::math::TSegment3D &sgm)
Appends a line to the set. 
 
void internal_shape_saveToStream(mrpt::utils::CStream &out) const
 
#define MRPT_THROW_UNKNOWN_SERIALIZATION_VERSION(__V)
For use in CSerializable implementations. 
 
void setRobotShapeRadius(const double robot_radius)
Robot shape must be set before initialization, either from ctor params or via this method...
 
void internal_shape_loadFromStream(mrpt::utils::CStream &in)
 
GLsizei const GLchar ** string
 
virtual ~CPTG_RobotShape_Circular()
 
#define MRPT_LOAD_HERE_CONFIG_VAR(variableName, variableType, targetVariable, configFileObject, sectionNameStr)
 
void write(const std::string §ion, const std::string &name, const data_t &value, const int name_padding_width=-1, const int value_padding_width=-1, const std::string &comment=std::string())
 
A class used to store a 2D pose, including the 2D coordinate point and a heading (phi) angle...
 
T hypot_fast(const T x, const T y)
Faster version of std::hypot(), to use when overflow is not an issue and we prefer fast code...
 
CPTG_RobotShape_Circular()
 
virtual double evalClearanceToRobotShape(const double ox, const double oy) const MRPT_OVERRIDE
Evals the clearance from an obstacle (ox,oy) in coordinates relative to the robot center...
 
A set of independent lines (or segments), one line with its own start and end positions (X...
 
void loadDefaultParams() MRPT_OVERRIDE
Loads a set of default parameters; provided exclusively for the PTG-configurator tool.