#include <ros/ros.h>
#include <simple_velocity_controller/controller_node.h>
#include <tf/transform_datatypes.h>
Go to the source code of this file.
Namespaces | |
velocity_controller | |
Macros | |
#define | NSEC_2_SECS(A) ((float)A / 1000000000.0) |
Functions | |
int | main (int argc, char **argv) |
#define NSEC_2_SECS | ( | A | ) | ((float)A / 1000000000.0) |
Definition at line 5 of file controller_node.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
initializes the ros node with default name
Definition at line 7 of file controller_node.cpp.