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.9k stars 807 forks source link

can't execute the setup file (python package) #35

Open halhwadi opened 3 years ago

halhwadi commented 3 years ago

i tried to run the setup file but unfortunately i got error msg says it '-f is not recognized '

i have downloaded the modern-robotics folder which contains the following 3 files: (init) (version) (core) on the same root directory where Anaconda files are installed but it didn't work..

i can import the functions available in the core python file, so is this enough or its required to to install the package? please advise?

Regards

HuanWeng commented 3 years ago

Our Python library was packed for pip install. Sorry I haven't tried how to install it using Anaconda. Anyway you can always use our library locally as mentioned in the README: https://github.com/NxRLab/ModernRobotics/tree/master/packages/Python And you can find the source code of every function in our library in the file "core.py"