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 move4wheel2 EC CruizCore_R1370P
Diff: movement/movement.h
- Revision:
- 1:3c11e07da92a
- Parent:
- 0:c61c6e4775ca
--- a/movement/movement.h Wed Feb 13 03:02:19 2019 +0000 +++ b/movement/movement.h Mon Feb 25 06:18:09 2019 +0000 @@ -43,6 +43,6 @@ double r_out_max, double target_angle); -void pos_correction(); +void pos_correction(double tgt_x, double tgt_y, double tgt_angle, double u, double v); #endif \ No newline at end of file