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.
Dependencies: MPU6050_V3 mbed-rtos mbed
Fork of BroBot_RTOS_Development by
waypoint.h@16:3a85662fb740, 2017-02-08 (annotated)
- Committer:
- arvindnr89
- Date:
- Wed Feb 08 22:33:21 2017 +0000
- Revision:
- 16:3a85662fb740
started trajectory folowing
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
arvindnr89 | 16:3a85662fb740 | 1 | #ifndef _WAYPOINT_H |
arvindnr89 | 16:3a85662fb740 | 2 | #define _WAYPOINT_H |
arvindnr89 | 16:3a85662fb740 | 3 | |
arvindnr89 | 16:3a85662fb740 | 4 | typedef struct waypoints { |
arvindnr89 | 16:3a85662fb740 | 5 | float targetPosition; |
arvindnr89 | 16:3a85662fb740 | 6 | float targetAngle; |
arvindnr89 | 16:3a85662fb740 | 7 | }WAYPOINTS; |
arvindnr89 | 16:3a85662fb740 | 8 | |
arvindnr89 | 16:3a85662fb740 | 9 | #endif |