Open duguowei1000 opened 4 years ago
@duguowei1000 try the newer version of g2o without checking out 9b41a4ea5ade8e1250b9c1b279f3a9c098811b5a branch.
@duguowei1000 try the newer version of g2o without checking out 9b41a4ea5ade8e1250b9c1b279f3a9c098811b5a branch.
I tried. It didnt help
@duguowei1000 Looks like I have similar issue. Have you solved it?
hi @jungladicitta , have you solved it?
@duguowei1000 have solved, but looks like there is another issue now, look up at the last comments there
@duguowei1000 have solved, but looks like there is another issue now, look up at the last comments there How did you solve it? I mean where are last comments that you said? @jungladicitta
Hi guys, i am not sure if this is g2o issue or openvslam. But just trying my luck here. i am trying to compile ros package in openvslam.
Steps as per instruction in https://openvslam.readthedocs.io/en/master/ros_package.html:
cd /path/to/working/dir git clone https://github.com/RainerKuemmerle/g2o.git cd g2o git checkout 9b41a4ea5ade8e1250b9c1b279f3a9c098811b5a mkdir build && cd build cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr/local \ -DCMAKE_CXX_FLAGS=-std=c++11 \ -DBUILD_SHARED_LIBS=ON \ -DBUILD_UNITTESTS=OFF \ -DBUILD_WITH_MARCH_NATIVE=ON \ -DG2O_USE_CHOLMOD=OFF \ -DG2O_USE_CSPARSE=ON \ -DG2O_USE_OPENGL=OFF \ -DG2O_USE_OPENMP=ON \ .. make -j4 make install
cd /path/to/openvslam/ros catkin_make \ -DBUILD_WITH_MARCH_NATIVE=ON \ -DUSE_PANGOLIN_VIEWER=ON \ -DUSE_SOCKET_PUBLISHER=OFF \ -DUSE_STACK_TRACE_LOGGER=ON \ -DBOW_FRAMEWORK=DBoW2
Error generated after "catkin_make step": ... gw1604@gw1604:~/vslamopen/ros$ catkin_make \
Appreciate if any one has any idea( even just pointing out if it is g2o or Openvslam issue. Thanks!