You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
I did find the Ubuntu executable which runs the qt gui and loads the trajectories. But it crashes with an error message saying ../qt4hello/eigen/... files are not there. Also running the following steps crashes with the following errors:
WARNING: Failure to find: transformador2/Transformador.cpp
WARNING: Failure to find: transformador2/transformador.h
WARNING: Failure to find: transformador2/Point3D.h
WARNING: Failure to find: transformador2/Transformador.h
FIX: changing transformador2 to transformador fixes this.
This gets me the make file.
but is this the correct way to do this?
The text was updated successfully, but these errors were encountered:
Thank you for testing this code. I will investigate the compilation issue that you are reporting .
I have created a new branch , called "issues" , with more robust code
I did find the Ubuntu executable which runs the qt gui and loads the trajectories. But it crashes with an error message saying ../qt4hello/eigen/... files are not there. Also running the following steps crashes with the following errors:
WARNING: Failure to find: transformador2/Transformador.cpp
WARNING: Failure to find: transformador2/transformador.h
WARNING: Failure to find: transformador2/Point3D.h
WARNING: Failure to find: transformador2/Transformador.h
FIX: changing transformador2 to transformador fixes this.
This gets me the make file.
but is this the correct way to do this?
The text was updated successfully, but these errors were encountered: