You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please think about the different variational points that can influence the design of your software. Some of these are:
Timing requirements if the control algorithm involve differentiation and integration of the error signal (just sleep() won't work)
What if you want to use a different control algorithm, how to reuse the code when you have different compute_actuation() implementations and different gains
What are your assumptions about the properties of the feedback and actuation signals? Do you have to change the implementation significantly if these assumptions change?
The text was updated successfully, but these errors were encountered:
This is expected for the minimum viable product (MVP) to be demonstrated at midterm. It may look something like this:
Please think about the different variational points that can influence the design of your software. Some of these are:
sleep()
won't work)compute_actuation()
implementations and differentgains
The text was updated successfully, but these errors were encountered: