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: mbed
Fork of circle_war_ver_A_NUCLEO_ by
plot.h@14:3403ce49a37a, 2016-04-05 (annotated)
- Committer:
- baba2357
- Date:
- Tue Apr 05 17:25:09 2016 +0000
- Revision:
- 14:3403ce49a37a
??????;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
baba2357 | 14:3403ce49a37a | 1 | #ifndef PLOT_H |
baba2357 | 14:3403ce49a37a | 2 | #define PLOT_H |
baba2357 | 14:3403ce49a37a | 3 | |
baba2357 | 14:3403ce49a37a | 4 | |
baba2357 | 14:3403ce49a37a | 5 | extern double target_plot[][3]={ |
baba2357 | 14:3403ce49a37a | 6 | /*{-600,1200,-90},//青のとき |
baba2357 | 14:3403ce49a37a | 7 | {-600,1500,-90}, |
baba2357 | 14:3403ce49a37a | 8 | {-600,1800,-90}, |
baba2357 | 14:3403ce49a37a | 9 | {900,1800,-90}, |
baba2357 | 14:3403ce49a37a | 10 | {900,1800,90}, |
baba2357 | 14:3403ce49a37a | 11 | {900,1800,0} |
baba2357 | 14:3403ce49a37a | 12 | */ |
baba2357 | 14:3403ce49a37a | 13 | |
baba2357 | 14:3403ce49a37a | 14 | |
baba2357 | 14:3403ce49a37a | 15 | |
baba2357 | 14:3403ce49a37a | 16 | {600,1200,90},//赤のとき location_state=1 一個目 |
baba2357 | 14:3403ce49a37a | 17 | {600,1500,90},//location_state=2 二個目 |
baba2357 | 14:3403ce49a37a | 18 | {600,1800,90},//location_state=3 三個目 |
baba2357 | 14:3403ce49a37a | 19 | {-900,1800,90},//雑木林 |
baba2357 | 14:3403ce49a37a | 20 | {-900,1800,-90},//雑木林に置く |
baba2357 | 14:3403ce49a37a | 21 | //{-900,1800,0}//上面を向く |
baba2357 | 14:3403ce49a37a | 22 | |
baba2357 | 14:3403ce49a37a | 23 | }; |
baba2357 | 14:3403ce49a37a | 24 | |
baba2357 | 14:3403ce49a37a | 25 | #endif |