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: sm_servo.cpp
- Revision:
- 14:914467165f34
- Parent:
- 12:58ad06f9847d
- Child:
- 15:0f89d1ff860d
--- a/sm_servo.cpp Fri Oct 04 23:00:53 2019 +0000 +++ b/sm_servo.cpp Fri Oct 04 23:31:08 2019 +0000 @@ -129,7 +129,7 @@ s_LOG_history[i_LOG_index_data].distParcourue = distance_parcourue; //votation - if(d_ODOM_speed_mps < 50.0 && d_ODOM_speed_mps > 0.01) + if(d_ODOM_speed_mps < 50.0 && d_ODOM_speed_mps > 0.05) { bubbleSort(ponderation_angle,6); d_mediane = (ponderation_angle[2] + ponderation_angle[3])*0.5;