-
- Downloads
getRotation and getAngularVelocity from points implementation (#48)
* implemented getVelocity * removed debug print in cmake script * updated as per comments * naive getPosition using Eigen, removed GSL includes from tests and headers * added eigen to env file * added getAngularVelocity implementation * changes as per comments * getRotation tests mislabeled as getPosition
Showing
- CMakeLists.txt 4 additions, 1 deletionCMakeLists.txt
- environment.yml 1 addition, 0 deletionsenvironment.yml
- include/eal.h 2 additions, 4 deletionsinclude/eal.h
- src/eal.cpp 69 additions, 10 deletionssrc/eal.cpp
- tests/CMakeLists.txt 1 addition, 0 deletionstests/CMakeLists.txt
- tests/EalTest.cpp 31 additions, 9 deletionstests/EalTest.cpp
Loading
Please register or sign in to comment