Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
src/rosHeader.hpp
- Committer:
- _seminahn
- Date:
- 2021-04-02
- Revision:
- 0:4ff8aeb3e4d1
- Child:
- 1:2594a70c1ddd
File content as of revision 0:4ff8aeb3e4d1:
#ifndef ROSHEADER_H_
#define ROSHEADER_H_
#include <ros.h>
#include <ros/time_ros.h>
#include <Timer.h>
#include <std_msgs/UInt8.h>
#include <std_msgs/String.h>
#include <std_msgs/Bool.h>
#include <sensor_msgs/Imu.h>
#include <zetabot_main/SonarArray.h>
#include <sensor_msgs/MagneticField.h>
#include <zetabot_main/ModuleControlMsgs.h>
#endif