#include <bot.h>
BotController::~BotController |
( |
| ) |
|
|
virtual |
void BotController::add_race |
( |
std::shared_ptr< Race > |
race | ) |
|
void BotController::configure |
( |
| ) |
|
|
virtual |
bool BotController::detect_obstacles |
( |
float |
delta | ) |
|
|
private |
void BotController::exec |
( |
Tinman::Action |
action | ) |
|
|
virtual |
void BotController::go_to_waypoint |
( |
| ) |
|
|
private |
void BotController::perform_action |
( |
btVector3 |
next_destination | ) |
|
|
private |
void BotController::update |
( |
float |
delta | ) |
|
|
virtual |
const float BotController::collide_limit_ = 0.16 |
|
private |
float BotController::colliding_ |
|
private |
Section BotController::current_segment_ |
|
private |
int BotController::index_ |
|
private |
Section BotController::previous_segment_ |
|
private |
std::shared_ptr<Race> BotController::race_ |
|
private |
const float BotController::stuck_limit_ = 0.54 |
|
private |
float BotController::stucked_ |
|
private |
The documentation for this class was generated from the following files:
- /home/isaac.lacoba/repos/tfg.tinman/src/controllers/bot.h
- /home/isaac.lacoba/repos/tfg.tinman/src/controllers/bot.cpp