Nodelet that recieves ros msg's from a bag file and then prints to a text file,. More...
#include <stdio.h>#include <ros/ros.h>#include <time.h>#include <iostream>#include <string.h>#include "ros/file_log.h"#include "rosgraph_msgs/Log.h"#include <tf/transform_listener.h>

Go to the source code of this file.
Classes | |
| class | class_recognition |
| A class to store the structures used on the nodes. More... | |
| struct | class_recognition::TYPE_msg_bags |
| to store the name of the bag file played More... | |
| struct | class_recognition::TYPE_msg_partial |
| to store the variables of driver monitoring arduino More... | |
Macros | |
| #define | PFLN printf("Line = %d\n", __LINE__); |
Nodelet that recieves ros msg's from a bag file and then prints to a text file,.
Definition in file class_recognition.h.
| #define PFLN printf("Line = %d\n", __LINE__); |
Definition at line 47 of file class_recognition.h.