Unit test for velocity command inputs. More...
#include <iostream>
#include <cstdio>
#include <cmath>
Go to the source code of this file.
Classes | |
class | Rb2Vw |
Functions | |
int | main (int argc, char **argv) |
void | velocityCommand (const double &vx, const double &wz) |
Variables | |
double | bias |
double | radius |
double | speed |
Unit test for velocity command inputs.
License: BSD https://raw.github.com/yujinrobot/kobuki_core/hydro-devel/kobuki_driver/LICENSE
Definition in file velocity_commands.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 137 of file velocity_commands.cpp.
void velocityCommand | ( | const double & | vx, |
const double & | wz | ||
) |
Definition at line 20 of file velocity_commands.cpp.
double bias |
Definition at line 18 of file velocity_commands.cpp.
double radius |
Definition at line 18 of file velocity_commands.cpp.
double speed |
Definition at line 18 of file velocity_commands.cpp.