#include <vector>
#include "ros/ros.h"
#include "ros/console.h"
#include "calibration_msgs/Interval.h"
#include "interval_intersection/interval_intersection.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | myPublish (ros::Publisher *pub, calibration_msgs::Interval interval) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 52 of file interval_intersection_node.cpp.
void myPublish | ( | ros::Publisher * | pub, | |
calibration_msgs::Interval | interval | |||
) |
Definition at line 46 of file interval_intersection_node.cpp.