#include <ros/ros.h>
#include <ros/subscriber.h>
#include <ros/publisher.h>
#include <string>
#include <igvc_msgs/velocity_pair.h>
#include <igvc/SerialPort.h>
#include <std_msgs/Bool.h>
Go to the source code of this file.
|
void | cmdCallback (const igvc_msgs::velocity_pair::ConstPtr &msg) |
|
void | enabledCallback (const std_msgs::BoolConstPtr &msg) |
|
int | main (int argc, char **argv) |
|
void cmdCallback |
( |
const igvc_msgs::velocity_pair::ConstPtr & |
msg | ) |
|
void enabledCallback |
( |
const std_msgs::BoolConstPtr & |
msg | ) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
igvc_msgs::velocity_pair current_motor_command |