#include <volksbot.h>
|
double | get_max_vel () |
|
void | odometry () |
|
void | set_wheel_speed (double _v_l_soll, double _v_r_soll) |
|
| Volksbot (Comm &comm, double wheel_radius, double axis_length, double turning_adaptation, int gear_ratio, int max_vel_l, int max_vel_r, int max_acc_l, int max_acc_r, bool drive_backwards) |
|
| ~Volksbot () |
|
Definition at line 37 of file volksbot.h.
Volksbot::Volksbot |
( |
Comm & |
comm, |
|
|
double |
wheel_radius, |
|
|
double |
axis_length, |
|
|
double |
turning_adaptation, |
|
|
int |
gear_ratio, |
|
|
int |
max_vel_l, |
|
|
int |
max_vel_r, |
|
|
int |
max_acc_l, |
|
|
int |
max_acc_r, |
|
|
bool |
drive_backwards |
|
) |
| |
double Volksbot::get_max_vel |
( |
| ) |
|
void Volksbot::odometry |
( |
| ) |
|
void Volksbot::set_wheel_speed |
( |
double |
_v_l_soll, |
|
|
double |
_v_r_soll |
|
) |
| |
double Volksbot::axis_length_ |
|
private |
CEpos2 Volksbot::epos2_left_ |
|
private |
CEpos2 Volksbot::epos2_right_ |
|
private |
int Volksbot::gear_ratio_ |
|
private |
double Volksbot::turning_adaptation_ |
|
private |
double Volksbot::wheel_radius_ |
|
private |
The documentation for this class was generated from the following files: