RussTedrake / underactuated

The course text for MIT 6.832 (and 6.832x on edX)
Other
701 stars 203 forks source link

Fixing elib reference for ilqr assignment #552

Closed iamsavva closed 3 months ago

iamsavva commented 3 months ago

Hello Russ! It appears that elib has a strange bug, wherein even if the a reference is commented, elib still generates a reference for it, except that messes up the ordering.

You'll see that the reference in assignment 10.3 points to 45, while it should point to 46: (link)[https://underactuated.mit.edu/trajopt.html#Nganga21].

this seems to occur because elib generates a reference even if the reference is commented out -- this messes up ordering.

I'm pushing a fix.


This change is Reviewable

RussTedrake commented 3 months ago

better to just fix the actual problem. (which should be done! please let me know if it's not)