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: ros_lib_kinetic
Revision 41:0e3898b29230, committed 2020-09-03
- Comitter:
- dofydoink
- Date:
- Thu Sep 03 16:30:23 2020 +0000
- Parent:
- 40:15418f11da11
- Commit message:
- Adjusted max pressure to 12bar to fit new sensors
Changed in this revision
MLSettings.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 15418f11da11 -r 0e3898b29230 MLSettings.h --- a/MLSettings.h Thu Nov 21 16:41:08 2019 +0000 +++ b/MLSettings.h Thu Sep 03 16:30:23 2020 +0000 @@ -17,7 +17,7 @@ const float LL_DEMANDS_FREQ_HZ = 50; const unsigned int LOW_LEVEL_SPI_FREQUENCY = 10000000; -const float MAX_PRESSURE_LIMIT = 10.0; +const float MAX_PRESSURE_LIMIT = 12.0; // PATH GENERATION SETTINGS const float MAX_ACTUATOR_LIMIT_MM = 40.0;