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@1:2594a70c1ddd, 2021-05-26 (annotated)
- Committer:
- _seminahn
- Date:
- Wed May 26 05:26:16 2021 +0000
- Revision:
- 1:2594a70c1ddd
- Parent:
- 0:4ff8aeb3e4d1
- Child:
- 2:0de4854743f7
sonar num 11 -> 10
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| _seminahn | 0:4ff8aeb3e4d1 | 1 | #ifndef ROSHEADER_H_ |
| _seminahn | 0:4ff8aeb3e4d1 | 2 | #define ROSHEADER_H_ |
| _seminahn | 0:4ff8aeb3e4d1 | 3 | #include <ros.h> |
| _seminahn | 0:4ff8aeb3e4d1 | 4 | #include <ros/time_ros.h> |
| _seminahn | 0:4ff8aeb3e4d1 | 5 | #include <Timer.h> |
| _seminahn | 0:4ff8aeb3e4d1 | 6 | #include <std_msgs/UInt8.h> |
| _seminahn | 0:4ff8aeb3e4d1 | 7 | #include <std_msgs/String.h> |
| _seminahn | 0:4ff8aeb3e4d1 | 8 | #include <std_msgs/Bool.h> |
| _seminahn | 0:4ff8aeb3e4d1 | 9 | #include <sensor_msgs/Imu.h> |
| _seminahn | 0:4ff8aeb3e4d1 | 10 | #include <zetabot_main/SonarArray.h> |
| _seminahn | 0:4ff8aeb3e4d1 | 11 | #include <sensor_msgs/MagneticField.h> |
| _seminahn | 0:4ff8aeb3e4d1 | 12 | #endif |