GAMS  1.2.2
gams::platforms::PoseBounds Class Referenceabstract

Interface for defining a bounds checker for Poses, a combination of position and orientation checking. More...

#include <BasePlatform.h>

Inheritance diagram for gams::platforms::PoseBounds:
gams::platforms::PositionBounds gams::platforms::OrientationBounds gams::platforms::Epsilon

Public Member Functions

virtual bool check_orientation (const pose::Orientation &current, const pose::Orientation &target) const =0
 Override to return whether the current orientation is within the expected bounds of target. More...
 
virtual bool check_position (const pose::Position &current, const pose::Position &target) const =0
 Override to return whether the current position is within the expected bounds of target. More...
 

Detailed Description

Interface for defining a bounds checker for Poses, a combination of position and orientation checking.

Definition at line 134 of file BasePlatform.h.

Member Function Documentation

virtual bool gams::platforms::OrientationBounds::check_orientation ( const pose::Orientation current,
const pose::Orientation target 
) const
pure virtualinherited

Override to return whether the current orientation is within the expected bounds of target.

Implemented in gams::platforms::Epsilon.

virtual bool gams::platforms::PositionBounds::check_position ( const pose::Position current,
const pose::Position target 
) const
pure virtualinherited

Override to return whether the current position is within the expected bounds of target.

Implemented in gams::platforms::Epsilon.


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