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: HIDScope MODSERIAL QEI biquadFilter mbed
Fork of prog_forwardkin_feedback_copy3 by
Diff: main.cpp
- Revision:
- 42:a080925eabf8
- Parent:
- 41:68b170829965
--- a/main.cpp Thu Nov 03 18:56:09 2016 +0000 +++ b/main.cpp Fri Nov 04 08:32:27 2016 +0000 @@ -525,8 +525,8 @@ // a Feedback controller. This is called from a Ticker. FilteredSample(T, envelopeL, envelopeR); GetReferenceKinematics1(q1, q2, q1_ref, q2_ref); - FeedbackControl1( q1_ref, q2_ref, q1, q2, motorValue1, motorValue2); - SetMotor1(motorValue1, motorValue2); + //FeedbackControl1( q1_ref, q2_ref, q1, q2, motorValue1, motorValue2); + //SetMotor1(motorValue1, motorValue2); } void TimeTrackerF(){