#include <ObsAvoiAlgo.h>
Public Member Functions | |
| ObsAvoiAlgoOut () | |
| Null Constructor. | |
| ObsAvoiAlgoOut (const ObsAvoiAlgoOut &A) | |
| Copy constructor. | |
| void | operator= (ObsAvoiAlgoOut A) |
| Compound operator =. | |
| bool | operator!= (ObsAvoiAlgoOut A) |
| compound operator != | |
| string | print () |
| print function | |
Public Attributes | |
| Decimal | V |
| Linear velocity (drive). | |
| Decimal | W |
| Angular velocity (turnrate). | |
| MipAlgorithms::ObsAvoiAlgoOut::ObsAvoiAlgoOut | ( | ) |
Null Constructor.
Sets all fields to 0.0.
| MipAlgorithms::ObsAvoiAlgoOut::ObsAvoiAlgoOut | ( | const ObsAvoiAlgoOut & | A | ) |
Copy constructor.
| [in] | obstacle | avoidance output class |
| void MipAlgorithms::ObsAvoiAlgoOut::operator= | ( | ObsAvoiAlgoOut | A | ) |
Compound operator =.
| [in] | obstacle | avoidance output class |
| bool MipAlgorithms::ObsAvoiAlgoOut::operator!= | ( | ObsAvoiAlgoOut | A | ) |
compound operator !=
| [in] | obstacle | avoidance output class |
| string MipAlgorithms::ObsAvoiAlgoOut::print | ( | ) |
print function
Linear velocity (drive).
Angular velocity (turnrate).
1.5.6