Error building with ROS
tekrajchhetri opened this issue · 4 comments
tekrajchhetri commented
stephanietsuei commented
That error doesn't look familiar to me. What version of ROS and Python are you using? We have really only tested xivo using ROS Kinetic.
tekrajchhetri commented
@stephanietsuei it's Ubuntu 18 with ROS melodic and python 2.
stephanietsuei commented
I think I reproduced the error on our end. For now, please build with both g2o and ROS: ./build.sh ros g2o
.
tekrajchhetri commented
@stephanietsuei Thank you. I am now able to build with ROS. Also, a suggestion, it is better to specify the version of opencv and other tools used because if it is the latest version then not all methods might be available with the older versions. I had similar issue with opencv for which I had to check the source to figure out what was wrong. Any way thanks again.