petercorke / robotics-toolbox-python

Robotics Toolbox for Python
MIT License
2.18k stars 454 forks source link

Failed to run examples/neo.py #434

Open EstanislauFilho opened 6 months ago

EstanislauFilho commented 6 months ago

The error states that the dimensions of the matrices you are trying to concatenate are different along axis 1. The array at position 0 has size 13 and the array at position 1 has size 15. To use the np.r_ function, the dimensions along axes except the concatenation axis must be identical.

I attempted to brute force resize the matrices to ensure that the dimensions of the matrices were compatible. However, I was unsuccessful.

Screenshot from 2024-05-02 11-15-03

haha1227 commented 5 months ago

The same problem. Did you solve this problem? thx

ybl2333 commented 4 months ago

I have same question and try to install 1.0.3, it's work.