$search
#include <follow_safely.h>
Public Member Functions | |
result_t | control (pilot_command_t &pcmd) |
FollowSafely (Navigator *navptr, int _verbose) | |
~FollowSafely () | |
Private Member Functions | |
void | adjust_speed (pilot_command_t &pcmd, float obs_dist) |
Definition at line 15 of file follow_safely.h.
FollowSafely::FollowSafely | ( | Navigator * | navptr, | |
int | _verbose | |||
) |
Definition at line 17 of file follow_safely.cc.
FollowSafely::~FollowSafely | ( | ) |
Definition at line 20 of file follow_safely.cc.
void FollowSafely::adjust_speed | ( | pilot_command_t & | pcmd, | |
float | obs_dist | |||
) | [private] |
Definition at line 116 of file follow_safely.cc.
Controller::result_t FollowSafely::control | ( | pilot_command_t & | pcmd | ) | [virtual] |
Reimplemented from Controller.
Definition at line 41 of file follow_safely.cc.