-
Merge pull request #196 from mtlazaro/master
Considering min range as laser param. Now points with range under min…
-
Considering min range as laser param. Now points with range under min…
… range are not considered for cartesian transform
-
Merge pull request #193 from mthz/master
fixed non-arm optimization flags
-
-
Merge pull request #191 from jumonatr/aligned
Aligned Allocations
-
- fixed issue where double[] weren't allocated to aligned memory
(eigen does a for(unaligned) for(aligned) pass for mat muls and we were giving it aligned/unaligned one out of "two"ish times which made the runtime undeterministic) - implemented aligned buffer type to manage allocations - implemented aligned allocation function helpers - removed a lot of allocations in the BaseMultiEdge::linearizeOplus
-
Merge pull request #190 from jumonatr/dynamic
AddVertex/AddEdge Optimization
-
Merge pull request #189 from jumonatr/exceptionspec
fixed exception specification for msvc
-
Merge pull request #188 from DmitriyKorchemkin/levenberg-inf-lambda
Early termination of Levenberg-Marquardt in the case of infinite damping
-
Merge pull request #187 from n3a9/master
Add functionality in six_dof_expmap, seven_dof_expmap
-
-
-
Early termination of Levenberg-Marquardt minimization in the case of …
…infinite dampening
-
-
Merge pull request #177 from jlblancoc/master
Fix deprecated CMake TARGET/LOCATION property
-
Merge pull request #176 from mtlazaro/master
Add reload button in g2o_viewer
-
Fix deprecated CMake TARGET/LOCATION property
CMake 3.9-rc2 says that CMP0026 = OLD will be removed "in the future"...
-
- fixed exception specification for msvc
Julien Monat Rodier committedMay 12, 2017 Some checks were not successful
1 failing and 1 successful checks
-
-
Rainer Kuemmerle committed
Apr 5, 2017 -
-
Playing around with CI on Windows
Rainer Kuemmerle committedApr 5, 2017
-
Merge pull request #164 from kopp/port_slam2d_to_qt5
port examples/slam2d to Qt5; continue #160
-
Merge pull request #163 from kopp/minor_fixes_in_doc
doc: small changes in documentation
-
Merge pull request #160 from kopp/remove_qt4_references
Remove qt4 references
-
-
remove qt4 references from g2o viewer
kopp committedFeb 23, 2017 -
Rainer Kuemmerle committed
Feb 23, 2017 -
Merge pull request #159 from kopp/install_external_headers_more_nicely
install freeglut header to g2o, not to EXTERNAL