-
Install recommented g2o not work.
-
It is possible to use external version of g2o library? Its used by other slam systems and since it depends on many other libraries - it can cause issues of its own during bulildtime.
IMHO it would be …
-
CMakeFiles/bundle_adjustment_g2o.dir/bundle_adjustment_g2o.cpp.o: In function `g2o::LinearSolverCSparse::solve(g2o::SparseBlockMatrix const&, double*, double*)':
bundle_adjustment_g2o.cpp:(.text._ZN3…
-
when I catkin_make rgbdslam_catkin_ws ,I find this question .could tell me how to solve it.
-
在g2o编译通过后,在thrid_patry/g2o文件中形成一个build文件,其中包含了build/g20/config.h文件。
但在整体空间中编译发现无法连接到thrid_patry/g2o/g2o/openmp_mutex.h中的 “#include "g2o/config.h"
![图片](https://github.com/gaoxiang12/slam_in_autonomo…
-
Hello, thanks for your great work!
Now, I want to combine ORB-SLAM3 and instant-ngp. However, the project aborted in the function of PoseOptimization. I found that the g2o library in Orbeez-SLAM is d…
-
When catkin_make, I got this:
```
/home/weideng/UGV_ws/src/RoboRTS/roborts_planning/local_planner/timed_elastic_band/src/teb_optimal.cpp: In member function ‘boost::shared_ptr roborts_local_planne…
-
Wondering if there any reason to retain the GIL in this function?
https://github.com/RainerKuemmerle/g2o/blob/e8d3ccf3e937d6fb08a21afbe19d8212911b8956/python/core/py_sparse_optimizer.cpp#L47
I'm…
-
hi, thanks for your code, but when running your code, the error appears:
iteration= 0 chi2= 62.333310 time= 0.000123518 cumTime= 0.000123518 edges= 210 schur= 1 lambda= 370.857826 levenbergIte…
-
Hello
I have a problem building the dependency g2o.
I am using Ubuntu 16.04, ros kinetic and opencv 3.2-dev.
First, I downloaded g2o and started the build using the build script (make_deb.sh). I …