Evgenii Maksimychev
Evgenii Maksimychev
Hello! I have a problem that when I run rotary_interrupt_test.py I get Segmentation fault (I saw that someone already reported about this issue but it wasn't solved). If I run...
Hi! I am trying to run setup.py and get the error "ModuleNotFoundError: No module named 'torch'" although torch is installed. I am running setup.py with python3, pytorch also was installed...
Hello! I am trying to build livox driver under ROS Foxy for using it inside docker container. So I want to build directly by colcon build instruction. I copied the...
Hello! I am trying to build LivoxSDK2 inside the docker container in the starting script by the command "cmake .. && make -j && make install" in build directory. And...