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
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: 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(...
Yeah, I am! Please let me now some news about DQ Robotics on Python!
[MATLAB] Added setJointTargetPosition() to VrepInterface
[Python] Added osx CMAKE compile template to CMakeLists.txt as a comment. Won't officially support it.
[Python] Updated CMakeLists.txt with relative path and platform dependent sections
[Python]
[C++] Added to_string function and cleaned sources a bit.
[Python] Commented out distanceJacobian until I find out why it isn't working.
[Python] first version of the wrapper using pybind11.
[PPA] Fixed robot header's installation path.
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?
Fixed readme
[PPA] Cleaned up debian folder
[PPA] Path remapping should be working for both headers and cpp
[PPA] Fixed the source path in the debug information?
[PPA] Correctly mapping debug symbols to source code?
[C++] Added reference modifiers to the overloaded operators' arguments.
Great! Thank you!
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: 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. Future of DQ_Robotics for Python https://sourceforge.net/p/dqrobotics/discussion/general/thread/5361ab1931/?limit=25#97d0...
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.
[PPA] Have to drop dh_strip because I'm not using DH
[PPA] Tried adding the offending folders.
It worked for 14.04. Adding compat to check if it works for the other versions
Giving up for now
Trying with --automatic-dbgsym.
Trying to fix the dh_strip not found error
Fixed a typo in the debian/rules, fixed CMakeLists.txt
Trying to add the debug symbols package
[C++] Added static DQs to comply with MATLAB
[MATLAB] Added first VrepInterface version
[C++] re-organized the DQ operators. Should show some performance improvements.
Removed wrongly added file
added the pow function
Added QtCreator minimal working example.
Cleaning up unused folders, updated README.txt
[C++] Fixed eigen3 include
[C++] Fixed missing include
[C++] Fixed debian install
[C++] Gave up autotools, switched to cmake
[C++] More changes to the package, added debian rules
removed uppercase folder
debian folder to lower case
C++:DEBIAN packaging files added
C++, updated ROS Fixed the ax18m_dh issue. #24
C++: Changed the AX18.h function to have the correct name. Ax18m->Ax18.
C++: Fixed AX18M.h as in ticket #24
Added QTCreator pro file to generate libraries
C++: Updated file base file encodings to utf8 to stop having warnings on linux all the time
1) The documentation of the main classes was improved;
1) Implementation of the parsimonious controller in class DQ_KinematicController; 2) Improved the corresponding example file.
Added class DQ_KinematicController and the corresponding example.
The DQ/log function was slightly changed in ord...