kartik arcot
|
6233619095
|
removed some new lines
|
2023-01-20 18:06:55 -08:00 |
kartik arcot
|
200aa13701
|
return before using statement
|
2023-01-20 18:06:55 -08:00 |
kartik arcot
|
9c56c73c1a
|
fixing some mr comments. added new lines
|
2023-01-20 18:06:55 -08:00 |
kartik arcot
|
8506877a52
|
some more comments
|
2023-01-20 18:06:55 -08:00 |
kartik arcot
|
b7073e3224
|
all of gtsam compiles and tests pass with ptrs instead of optional matrix refererences
|
2023-01-20 18:06:55 -08:00 |
Gerry Chen
|
8f2c978a7d
|
Correctly revert confusing `->template key<N>()` notations
revert to using shortcut form: `key1()`, `key2()`
|
2023-01-04 23:24:57 -05:00 |
Gerry Chen
|
b46fd77c4a
|
Revert "revert confusing `->template key<N>()` notations"
This reverts commit 97fcb409b9 .
|
2023-01-04 23:21:50 -05:00 |
Gerry Chen
|
97fcb409b9
|
revert confusing `->template key<N>()` notations
revert to using shortcut form: `key1()`, `key2()`
|
2023-01-04 22:55:24 -05:00 |
Gerry Chen
|
885eed33d1
|
replace all NoiseModelFactor1, 2, ... with NoiseModelFactorN
|
2022-12-22 17:25:48 -05:00 |
Toni
|
7f80c906c4
|
Fix override warnings: modernize-use-override
|
2021-01-28 23:02:13 -05:00 |
Jose Luis Blanco Claraco
|
0198c648e3
|
Fix all new gcc warnings/errors: make explicit virtual/override methods.
Rules are:
- use "virtual" in base classes only.
- use "override" in all derived classes.
|
2020-07-26 11:20:42 +02:00 |
Jose Luis Blanco Claraco
|
76b29b78af
|
Prefer C++11 nullptr
|
2020-04-06 23:31:05 +02:00 |
Alex Hagiopol
|
70b2aab352
|
Deprecated all inline functions in Matrix.h.
|
2016-04-11 15:11:29 -04:00 |
Thomas Schneider
|
ebf5746987
|
Fix some serialization warnings.
|
2015-03-06 16:12:09 +01:00 |
dellaert
|
e5017984a1
|
traits_x -> traits
|
2014-12-26 16:47:51 +01:00 |
dellaert
|
5473550eea
|
Using traits in many places (forced by loss of Point2 mojo)
|
2014-12-22 16:02:33 +01:00 |
dellaert
|
79d8514528
|
MASSIVE edit: made Testable its own concept, and moderinized Testable.h to use Testable traits. This required adding Testable traits in many classes.
|
2014-12-21 22:02:57 +01:00 |
cbeall3
|
699153ece9
|
Coding convention: convert tabs to two spaces
|
2014-10-30 12:44:46 -04:00 |
Luca
|
7a4f307342
|
moved biasedGPS and GaussMarkov to unstable
|
2014-10-06 13:11:40 -04:00 |