ryan-brazeal-ufl / OpenPyLivox

Python3 driver for Livox lidar sensors
GNU General Public License v3.0
85 stars 44 forks source link

Using with Jetson Nano #4

Closed crea397 closed 4 years ago

crea397 commented 4 years ago

Thank you for a great project! Can I use the OpenPyLivox from the Jetson Nano? Also, can the Jetson Nanoe capture sensor data from the Mid-40 in real time? Thanks.

ryan-brazeal-ufl commented 4 years ago

Hello, Unfortunately I have no experience using the Jetson Nano so I can't directly comment on using OpenPyLivox on the device. However, the Nano has an ethernet port and fully supports Python 3 so that's all you need for connecting to a Mid-40 sensor and using OpenPyLivox. Sorry I couldn't be more help. Please let me know if you have any other more specific questions. Glad to help! -RB

crea397 commented 4 years ago

Hi, Thank you for your polite reply. I'm going to try to see if I can use OpenPyLivox with the Jetson Nano. I'll report back on the results of my attempts.

crea397 commented 4 years ago

Hi, I was able to run OpenPyLivox successfully on JetsonNano. Thank you very much!