#include <lane_edge.h>

Public Member Functions | |
| void | configure () |
| result_t | control (pilot_command_t &pcmd, float offset_ratio) |
| LaneEdge (Navigator *navptr, int _verbose) | |
| void | reset (void) |
| ~LaneEdge () | |
Private Attributes | |
| Safety * | safety |
Definition at line 17 of file lane_edge.h.
| LaneEdge::LaneEdge | ( | Navigator * | navptr, | |
| int | _verbose | |||
| ) |
Definition at line 17 of file lane_edge.cc.
| LaneEdge::~LaneEdge | ( | ) |
Definition at line 23 of file lane_edge.cc.
| void LaneEdge::configure | ( | ) |
Definition at line 28 of file lane_edge.cc.
| Controller::result_t LaneEdge::control | ( | pilot_command_t & | pcmd, | |
| float | offset_ratio | |||
| ) |
Definition at line 44 of file lane_edge.cc.
| void LaneEdge::reset | ( | void | ) | [virtual] |
Reimplemented from Controller.
Definition at line 60 of file lane_edge.cc.
Safety* LaneEdge::safety [private] |
Definition at line 29 of file lane_edge.h.