#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::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()
◆ get_max_vel()
| double Volksbot::get_max_vel |
( |
| ) |
|
◆ odometry()
| void Volksbot::odometry |
( |
| ) |
|
◆ set_wheel_speed()
| void Volksbot::set_wheel_speed |
( |
double |
_v_l_soll, |
|
|
double |
_v_r_soll |
|
) |
| |
◆ axis_length_
| double Volksbot::axis_length_ |
|
private |
◆ comm_
◆ epos2_left_
◆ epos2_right_
◆ gear_ratio_
| int Volksbot::gear_ratio_ |
|
private |
◆ max_acc_l_
◆ max_acc_r_
◆ max_vel_l_
◆ max_vel_r_
◆ turning_adaptation_
| double Volksbot::turning_adaptation_ |
|
private |
◆ wheel_radius_
| double Volksbot::wheel_radius_ |
|
private |
The documentation for this class was generated from the following files: