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.
Diff: main.cpp
- Revision:
- 24:9ee1440c6703
- Parent:
- 22:0ed9de464f40
- Child:
- 25:c740e6fd5dab
--- a/main.cpp Fri May 03 09:56:10 2019 +0000 +++ b/main.cpp Fri May 03 10:00:20 2019 +0000 @@ -57,7 +57,7 @@ //filter切る for(int i = 0; i < sizeof(lowpassfilter)/sizeof(lowpassfilter[0]); i++) lowpassfilter[i].SetOldWeight(0); - while(get_dist_back() > 50) straight(); + while(get_dist_back() > 80) straight(); //filter軽く for(int i = 0; i < sizeof(lowpassfilter)/sizeof(lowpassfilter[0]); i++) lowpassfilter[i].SetOldWeight(kOldWeightLight);