Obtain the vehicle egomotion from internal sensors.
More...
#include <iostream>
#include <ros/ros.h>
#include <tf/transform_broadcaster.h>
#include <nav_msgs/Odometry.h>
#include <signal.h>
#include <atlasmv_base/AtlasmvStatus.h>
Go to the source code of this file.
Obtain the vehicle egomotion from internal sensors.
Definition in file atlasmv_egomotion.cpp.
| #define DEFAULT_WHEEL_BASE 0.497 |
| bool ConvertEstimatedToMeasurment |
( |
double |
vl, |
|
|
double |
dir, |
|
|
double * |
dx, |
|
|
double * |
dy, |
|
|
double * |
dtheta, |
|
|
double |
dt, |
|
|
double |
l, |
|
|
double |
bwa |
|
) |
| |
| void IncommingDataHandler |
( |
int |
| ) |
|
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
| void StatusMessageHandler |
( |
const atlasmv_base::AtlasmvStatus & |
msg | ) |
|
| atlasmv_base::AtlasmvStatus base_status |