#include <ros/ros.h>
#include <sensor_msgs/JointState.h>
#include <sensor_msgs/Imu.h>
#include <std_msgs/Float64.h>
#include <tf/transform_broadcaster.h>
#include <nav_msgs/Odometry.h>
#include <robotnik_msgs/set_mode.h>
#include <robotnik_msgs/get_mode.h>
#include <robotnik_msgs/set_odometry.h>
#include <robotnik_msgs/ptz.h>
#include "ackermann_msgs/AckermannDriveStamped.h"
#include "diagnostic_msgs/DiagnosticStatus.h"
#include "diagnostic_updater/diagnostic_updater.h"
#include "diagnostic_updater/update_functions.h"
#include "diagnostic_updater/DiagnosticStatusWrapper.h"
#include "diagnostic_updater/publisher.h"
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
#define RBCAR_D_WHEELS_M 2.5 |
#define RBCAR_JOINT_STATES_TIME_WINDOW 1.0 |
#define RBCAR_MAX_COMMAND_REC_FREQ 150.0 |
#define RBCAR_MIN_COMMAND_REC_FREQ 5.0 |
#define RBCAR_WHEEL_DIAMETER 0.470 |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |