Project

General

Profile

Statistics
| Branch: | Revision:

root / scout_avr / src / ros.h @ 47e26dee

History | View | Annotate | Download (209 Bytes)

1 88fb3a79 Tom Mullins
#ifndef _ROS_H_
2
#define _ROS_H_
3
4
#include "Atmega128rfa1.h"
5
6
namespace ros
7
{
8
  typedef ros::NodeHandle_<Atmega128rfa1, MAX_SUBSCRIBERS, MAX_PUBLISHERS,
9
          INPUT_SIZE, OUTPUT_SIZE> NodeHandle;
10
}
11
12
#endif