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: mbed-rtos mbed QEI BNO055 MPU6050_DMP_Nucleo-I2Cdev virgo3_imuHandler_Orion_PCB MAX17048 Servo
Fork of Orion_newPCB_test by
Diff: 02_Localization/localization.cpp
- Revision:
- 5:099cb2e76c7d
- Parent:
- 2:761e3c932ce0
--- a/02_Localization/localization.cpp Wed Jan 20 04:01:37 2016 +0000 +++ b/02_Localization/localization.cpp Mon Jan 25 07:28:40 2016 +0000 @@ -1,6 +1,6 @@ #include "localization.h" -localization::localization(float wheel_dia, float track_width) +localization::localization() { wheelDia = wheel_dia; trackWidth = track_width;