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: ExperimentServer MotorShield QEI_pmw
Revision 21:74d660439219, committed 2020-09-28
- Comitter:
- saloutos
- Date:
- Mon Sep 28 13:16:00 2020 +0000
- Parent:
- 20:936319ef7327
- Child:
- 22:448cb9493519
- Commit message:
- clarified control code comments
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun Sep 27 19:17:35 2020 +0000
+++ b/main.cpp Mon Sep 28 13:16:00 2020 +0000
@@ -200,8 +200,6 @@
const float th2 = angle2;
const float dth1= velocity1;
const float dth2= velocity2;
-
- // ADD YOUR CONTROL CODE HERE (CALCULATE AND SET DESIRED CURRENTS)
// Calculate the Jacobian
float Jx_th1 = 0;