NxRLab / ModernRobotics

Modern Robotics: Mechanics, Planning, and Control Code Library --- The primary purpose of the provided software is to be easy to read and educational, reinforcing the concepts in the book. The code is optimized neither for efficiency nor robustness.
http://modernrobotics.org/
MIT License
1.96k stars 815 forks source link

Debug: Unify the input/output data type #5

Closed HuanWeng closed 6 years ago

HuanWeng commented 6 years ago
  1. make the format of any matrix/vector outputs as numpy.array
  2. change the format of any matrix/vector inputs in examples as numpy.array
  3. get rid of importing "math" module