Easy Navigation
Loading...
Searching...
No Matches
GoalManager::GoalTolerance Struct Reference

A structure to represent the goal tolerances. More...

#include <GoalManager.hpp>

Collaboration diagram for GoalManager::GoalTolerance:

Public Attributes

double height {std::numeric_limits<double>::max()}
 Positional tolerance for z axis in meters. Very big number as default.
 
double position {0.03}
 Positional tolerance for x/y in meters.
 
double yaw {0.01}
 Angular tolerance in radians for the yaw angle.
 

Detailed Description

A structure to represent the goal tolerances.

Member Data Documentation

◆ height

double height {std::numeric_limits<double>::max()}

Positional tolerance for z axis in meters. Very big number as default.

◆ position

double position {0.03}

Positional tolerance for x/y in meters.

◆ yaw

double yaw {0.01}

Angular tolerance in radians for the yaw angle.


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