dqrobotics / python

The DQ Robotics library in Python
https://dqrobotics.github.io
GNU Lesser General Public License v3.0
24 stars 9 forks source link

[BUG] cross(a,b) function is available in Matlab but isn't in Python #7

Closed juanjqo closed 5 years ago

juanjqo commented 5 years ago

Bug description Hi @mmmarinho !

Code This minimal example works on Matlab:

cross(DQ([0 1 0 0]), DQ([0 0 1 0]) )

Output

ans = 
         1k

Expected behavior

Environment:

Cheers,

Juancho

mmmarinho commented 5 years ago

Hello, @juanjqo,

Good catch. Should be working now.