geothan

Results 7 comments of geothan

Hello, i'm trying to import pclpy in a google colab project, but i get: --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in () ----> 1 import pcl ModuleNotFoundError: No module...

i reinstalled everything from scratch and tried catkin_make. Now, i get fatal error: monodepth/monodepth.h: No such file or directory #include . How can i fix it? Should i build monodepth-cpp...

Hi @jadhm! i think that i i've defined properly the streaming ID. ![motive](https://user-images.githubusercontent.com/60572008/112292004-53dfe880-8c99-11eb-84a2-5538e2e0fd7e.png) I redownload and built the driver optitrack succesfully, making the below change: ![Screenshot from 2021-03-24 12-38-50](https://user-images.githubusercontent.com/60572008/112297025-0e71ea00-8c9e-11eb-849d-3653a92fc59f.png) I...

Hi @jadhm , Here is a screenshot of launch file execution: ![Screenshot from 2021-03-24 17-03-15](https://user-images.githubusercontent.com/60572008/112334331-0331b500-8cc4-11eb-8b0b-2f0d97baa614.png) The result of topics is the following: ![Screenshot from 2021-03-24 17-10-05](https://user-images.githubusercontent.com/60572008/112334699-49871400-8cc4-11eb-97f8-1cad001963a8.png) The first time that...

I have encountered the same problem and i tried to move templates folder to python directory, but the evaluation tool doesn't work. Have you solved the problem? My yaml file...

Thanks @amihakko , it seems to work. However it should have worked with parameters such as S, SP and SRP. Now, my execution stuck in that step (line 580) where...

@amihakko thanks a lot, i didn't noticed that! Now, the result files were generated and i moved on with jupyter notebook frontend. In Frontend Mono RANSAC, i get the below...