Just adding to what Bruno said, I actually have a preliminary version of it working in Python, but I need someone to test it for me. Are you interested?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I uploaded a version of dqrobotics to PyPi.
The following command should work in Ubuntu 16.04/18.04:
python -m pip install dqrobotics
And then you can include the library using
python
Python 2.7.15 (default, May 1 2018, 16:44:08) [GCC 4.2.1 Compatible Apple LLVM 9.1.0 (clang-902.0.39.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
from dqrobotics import
a = DQ([0,1,0,0])
b = DQ([0,0,1,0])
c = ab
print c
0 0i 0j 1k +E( 0 0i 0j 0k )
Great Murilo,
I will test it. In case of bugs, how could you report them? via email?
The project on PyPI (https://pypi.org/project/dqrobotics/) does not have an Issue Tracker system.
Cheers,
Juancho
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys!
I saw that the official support for python was discontinued. Is it in the future plans to support DQ library for python?
Thanks!
Attentively,
Juancho.
Yes, but in a different way. We are planning to provide bindings for Python
instead of re-coding everything from scratch.
Bruno
Em qui, 6 de dez de 2018 às 09:54, "Juan José Quiroz Omaña" juanjqo@users.sourceforge.net escreveu:
Hello, Juan!
Just adding to what Bruno said, I actually have a preliminary version of it working in Python, but I need someone to test it for me. Are you interested?
Yeah, I am!
Please let me now some news about DQ Robotics on Python!
Hello, Juan,
Are you familiar with “pip”?
I uploaded a version of dqrobotics to PyPi.
The following command should work in Ubuntu 16.04/18.04:
And then you can include the library using
Kind regards,
Murilo
Great Murilo,
I will test it. In case of bugs, how could you report them? via email?
The project on PyPI (https://pypi.org/project/dqrobotics/) does not have an Issue Tracker system.
Cheers,
Juancho
Great!
Thank you!