Hi.
Thanks for sharing your work. Although it has been many years since this has been updated, I have read your papers and thesis with much interest and am trying to reproduce your results. After spending the last days trying to build your library, I wonder if you could help me with some steps I am stuck with.
How should I install python libraries
ga used as from ga import Ga, half, zero, one in cga_motor_example.ipynb
verson used as import versor as vsr in motor_estimation_valkenburg_dorst.ipynb
motor_estimation used as from motor_estimation import MotorEstimationSolver in Ch4-Mulitvector-Estimation
And several other libraries which seem to be cpp libraries. It seems the pybind functions are there but after successfully building the docker container and running it, I get errors saying those libraries are not found.
Thank you!
Hi.
Thanks for sharing your work. Although it has been many years since this has been updated, I have read your papers and thesis with much interest and am trying to reproduce your results. After spending the last days trying to build your library, I wonder if you could help me with some steps I am stuck with.
How should I install python libraries
gaused asfrom ga import Ga, half, zero, oneincga_motor_example.ipynbversonused asimport versor as vsrinmotor_estimation_valkenburg_dorst.ipynbmotor_estimationused asfrom motor_estimation import MotorEstimationSolverinCh4-Mulitvector-EstimationAnd several other libraries which seem to be cpp libraries. It seems the pybind functions are there but after successfully building the docker container and running it, I get errors saying those libraries are not found.
Thank you!