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: ADXL345 AigamozuControlPackets HMC5843 ITG3200 MBed_Adafruit-GPS-Library XBee agzIDLIST mbed
Fork of Aigamozu_Robot_ver3_3 by
Diff: main.cpp
- Revision:
- 8:994c73f6fad9
- Parent:
- 7:a9a1acc7673b
- Child:
- 9:07a79851daf4
diff -r a9a1acc7673b -r 994c73f6fad9 main.cpp
--- a/main.cpp Wed May 13 12:59:13 2015 +0000
+++ b/main.cpp Thu May 14 08:45:51 2015 +0000
@@ -460,9 +460,11 @@
//check if we recieved a new message from GPS, if so, attempt to parse it,
if ( myGPS.newNMEAreceived() ) {
if ( !myGPS.parse(myGPS.lastNMEA()) ) {
+ continue;
+ }
+ else{
count++;
- continue;
- }
+ }
}
//一定時間ごとに自分のGPSデータを取得し、AigamozuControlPacketsないのagzPointとagzPointKalmanに格納する
if (refresh_Timer.read_ms() >= refresh_Time) {
