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.
Fork of AigamozuControlPackets by
Revision 3:6c7084121bd6, committed 2015-05-12
- Comitter:
- s1200058
- Date:
- Tue May 12 12:17:37 2015 +0000
- Parent:
- 2:30e4ea7de224
- Commit message:
- test
Changed in this revision
AigamozuControlPackets.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 30e4ea7de224 -r 6c7084121bd6 AigamozuControlPackets.cpp --- a/AigamozuControlPackets.cpp Tue May 12 12:02:07 2015 +0000 +++ b/AigamozuControlPackets.cpp Tue May 12 12:17:37 2015 +0000 @@ -79,12 +79,12 @@ void AigamozuControlPackets::set_agzAutoGPS(){ - agzPoint.x += 0.001; + agzPoint.x += 0.00001; //agzPoint.y += 0.001; } void AigamozuControlPackets::set_agzKalmanGPS(){ - agzPointKalman.x += 0.001; + agzPointKalman.x += 0.00001; //agzPointKalman.y += 0.001; }