Class that represents a target detected. This target is (or should be) associated to a player.
#include <Target.hpp>
|
int | player_id |
| Id of the player that is represented by this target.
|
|
Vector2d | pos |
| Center of the box that bounds this target.
|
|
Vector2d | dimensions |
| Height and Width of the box that bounds this target.
|
|
int | belief |
| Quantity representing how sure we are that this target can currently be seen by the user's robot.
|
|
|
static const int | MAX_BELIEF = 100 |
|
The documentation for this class was generated from the following files:
- src/libraries/MentalMapLib/Target.hpp
- src/libraries/MentalMapLib/Target.cpp