Closed mithi closed 4 years ago
The variable trio isn't being used at all, should we even return it, or should we just return the n axis and the height?
https://github.com/mithi/hexapod-robot-simulator/blob/531fbb34d44246de3a0116def7e3d365de25b9f6/hexapod/ground_contact_solver/ground_contact_solver.py#L39
This function should be at the top of the file
https://github.com/mithi/hexapod-robot-simulator/blob/531fbb34d44246de3a0116def7e3d365de25b9f6/hexapod/ground_contact_solver/ground_contact_solver2.py#L52
Fixed with ee3c1dd
The variable trio isn't being used at all, should we even return it, or should we just return the n axis and the height?
https://github.com/mithi/hexapod-robot-simulator/blob/531fbb34d44246de3a0116def7e3d365de25b9f6/hexapod/ground_contact_solver/ground_contact_solver.py#L39