RoboJackets / software-training-old

RoboJackets Software Training
MIT License
151 stars 189 forks source link

Coordinate Frame Student Code #186

Closed JasonGibson274 closed 3 years ago

JasonGibson274 commented 3 years ago

Open Questions: What removing Eigen looks like. I think the student section needs a better defined scope and I don't want them to see Eigen template errors week one. So it will likely result in abstracting the multiplication and matrix building into a data type they know (vector) and then writing helpers that convert back and forth.

coordinate_transform

JasonGibson274 commented 3 years ago

Check error message for dimensional issues. Leave in the Eigen code if we can get around it.