#include <stdio.h>#include <stdlib.h>#include <errno.h>#include <unistd.h>#include <signal.h>#include <string.h>#include <fcntl.h>#include <ctype.h>#include "common.h"#include "pcan_transmit.h"#include "ros/ros.h"#include "std_msgs/String.h"#include <sstream>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
The main() function only starts a ROS node, creates and initiates a pcan_transmit object instance, and starts to spin ROS.
Definition at line 18 of file pcan_transmit_node.cpp.