Open aimiliosnrobotics opened 1 month ago
Hi @aimiliosnrobotics
What exact python version are you using? The toolkit should be compatible with python version >= 3.10
i see, im currently using Python 3.8.10
hello, i built the package from source and created a virtual environment with python3.10. The app is running but i cant visualize the data as i get some errors. First this one:
2024-10-17 11:53:48,835: ERROR [root] - running function <function TofCam635Bridge._changeImageType at 0x7f6a7f0157e0> failed with exception: Python integer 65535 out of bounds for int16 (streamer.py:20)
and then when i press play this error keeps coming:
2024-10-17 11:47:59,383: ERROR [Streamer] - Failed to get frame with exception: Python integer 65535 out of bounds for int16 (streamer.py:79)
The ros-driver works well and i get the data but i still having problems running the toolkit. Thanks in advance!
Thanks for reporting this.
There seemed to be a incompatibility with the newest numpy version.
It should be fixed now.
Could you git pull
the latest changes and try again?
Hello, I'm trying to run the toolkit for the cam635 but I am getting following error, also when im trying in the virtual environment (System: Ubuntu 20.04 python3 (ros-noetic)):
Is there a dependency issue ? Thank you very much in advance!