Skip to content

Commit e6b63c3

Browse files
committed
Update changelogs
1 parent d11e00f commit e6b63c3

File tree

13 files changed

+163
-0
lines changed

13 files changed

+163
-0
lines changed

fuse/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Changelog for package fuse
55
0.5.0 (2022-02-23)
66
------------------
77

8+
Forthcoming
9+
-----------
10+
* 0.5.0
11+
* Update changelogs
12+
* Contributors: Gary Servin
13+
814
0.4.2 (2021-07-20)
915
------------------
1016
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

fuse_constraints/CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ Changelog for package fuse_constraints
1414
* Adding doxygen to all packages (#241)
1515
* Contributors: Stephen Williams, Tom Moore
1616

17+
Forthcoming
18+
-----------
19+
* 0.5.0
20+
* Update changelogs
21+
* [RST-4186] Fix fuse macro names (#263)
22+
* Namespace all macros with the FUSE\_ prefix. Mark original macros as deprecated.
23+
* Update all fuse objects to use the new macro names
24+
* [RST-4390] Allow variables to be held constant during optimization (#243)
25+
* Add support for holding variables constant
26+
* Create a 'fixed' landmark
27+
* Added initial support for marginalizing constant variables
28+
* Adding doxygen to all packages (#241)
29+
* Contributors: Gary Servin, Stephen Williams, Tom Moore
30+
1731
0.4.2 (2021-07-20)
1832
------------------
1933
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

fuse_core/CHANGELOG.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,37 @@ Changelog for package fuse_core
2424
* Added a time-limited optimization option to the Graph class (#234)
2525
* Contributors: Stephen Williams, Tom Moore
2626

27+
Forthcoming
28+
-----------
29+
* 0.5.0
30+
* Update changelogs
31+
* Fix Ceres 2.0.0 API support (#273)
32+
* Pass kNumResiduals to the internal AutoDiff function.
33+
Ceres added this argument in https://github.com/ceres-solver/ceres-solver/commit/e7a30359ee754057f9bd7b349c98c291138d91f4 we need to pass it else template substitution fails.
34+
* Pass kLocalSize instead of kGlobalSize
35+
Upstream commit made me assume kGlobalSize, but that threw at runtime when the tests ran.
36+
This seems to work, also put a using statement there to make roslint happy.
37+
Co-authored-by: Ivor Wanders <[email protected]>
38+
* [RST-4186] Fix fuse macro names (#263)
39+
* Namespace all macros with the FUSE\_ prefix. Mark original macros as deprecated.
40+
* Update all fuse objects to use the new macro names
41+
* [RST-4390] Allow variables to be held constant during optimization (#243)
42+
* Add support for holding variables constant
43+
* Create a 'fixed' landmark
44+
* Added initial support for marginalizing constant variables
45+
* [RST-4455] Fix C++17 compile issue and simplify matrix serialization at the same time (#244)
46+
* Adding doxygen to all packages (#241)
47+
* Add unstamped 3D point variable (#233) (#239)
48+
* Add unstamped 3D landmark variable
49+
* Add landmark test and new uuid generator
50+
Co-authored-by: Stephen Williams <[email protected]>
51+
Co-authored-by: Jake McLaughlin <[email protected]>
52+
* [RST-3474] Created a getConstraintCosts() method
53+
* Created a getConstraintCosts() method for reporting the costs and residuals of individual constraints
54+
* [RST-2831] Support for optimization bounds (#235)
55+
* Added a time-limited optimization option to the Graph class (#234)
56+
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore
57+
2758
0.4.2 (2021-07-20)
2859
------------------
2960
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

fuse_doc/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Changelog for package fuse_doc
77
* Adding doxygen to all packages (#241)
88
* Contributors: Tom Moore
99

10+
Forthcoming
11+
-----------
12+
* 0.5.0
13+
* Update changelogs
14+
* Adding doxygen to all packages (#241)
15+
* Contributors: Gary Servin, Tom Moore
16+
1017
0.4.2 (2021-07-20)
1118
------------------
1219
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

fuse_graphs/CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,24 @@ Changelog for package fuse_graphs
1818
* Added a time-limited optimization option to the Graph class (#234)
1919
* Contributors: Stephen Williams, Tom Moore
2020

21+
Forthcoming
22+
-----------
23+
* 0.5.0
24+
* Update changelogs
25+
* [RST-4186] Fix fuse macro names (#263)
26+
* Namespace all macros with the FUSE\_ prefix. Mark original macros as deprecated.
27+
* Update all fuse objects to use the new macro names
28+
* [RST-4390] Allow variables to be held constant during optimization (#243)
29+
* Add support for holding variables constant
30+
* Create a 'fixed' landmark
31+
* Added initial support for marginalizing constant variables
32+
* Adding doxygen to all packages (#241)
33+
* [RST-3474] Created a getConstraintCosts() method
34+
* Created a getConstraintCosts() method for reporting the costs and residuals of individual constraints
35+
* [RST-2831] Support for optimization bounds (#235)
36+
* Added a time-limited optimization option to the Graph class (#234)
37+
* Contributors: Gary Servin, Stephen Williams, Tom Moore
38+
2139
0.4.2 (2021-07-20)
2240
------------------
2341
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

fuse_loss/CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ Changelog for package fuse_loss
77
* Adding doxygen to all packages (#241)
88
* Contributors: Tom Moore
99

10+
Forthcoming
11+
-----------
12+
* 0.5.0
13+
* Update changelogs
14+
* Adding doxygen to all packages (#241)
15+
* Contributors: Gary Servin, Tom Moore
16+
1017
0.4.2 (2021-07-20)
1118
------------------
1219
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

fuse_models/CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ Changelog for package fuse_models
1111
* [RST-3451] Delay some transform warnings so startup is less chatty
1212
* Contributors: Stephen Williams, Tom Moore
1313

14+
Forthcoming
15+
-----------
16+
* 0.5.0
17+
* Update changelogs
18+
* [RST-4186] Fix fuse macro names (#263)
19+
* Namespace all macros with the FUSE\_ prefix. Mark original macros as deprecated.
20+
* Update all fuse objects to use the new macro names
21+
* Adding doxygen to all packages (#241)
22+
* [RST-3451] Delay some transform warnings so startup is less chatty
23+
* Contributors: Gary Servin, Stephen Williams, Tom Moore
24+
1425
0.4.2 (2021-07-20)
1526
------------------
1627
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

fuse_msgs/CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Changelog for package fuse_msgs
55
0.5.0 (2022-02-23)
66
------------------
77

8+
Forthcoming
9+
-----------
10+
* 0.5.0
11+
* Update changelogs
12+
* Contributors: Gary Servin
13+
814
0.4.2 (2021-07-20)
915
------------------
1016
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

fuse_optimizers/CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ Changelog for package fuse_optimizers
1212
* [RST-3451] Cleaned up condition variable usage
1313
* Contributors: Stephen Williams, Tom Moore
1414

15+
Forthcoming
16+
-----------
17+
* 0.5.0
18+
* Update changelogs
19+
* [RST-4186] Fix fuse macro names (#263)
20+
* Namespace all macros with the FUSE\_ prefix. Mark original macros as deprecated.
21+
* Update all fuse objects to use the new macro names
22+
* Adding doxygen to all packages (#241)
23+
* [RST-3240] Fix how the variables to be marginalized are selected.
24+
* [RST-3451] Cleaned up condition variable usage
25+
* Contributors: Gary Servin, Stephen Williams, Tom Moore
26+
1527
0.4.2 (2021-07-20)
1628
------------------
1729
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

fuse_publishers/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ Changelog for package fuse_publishers
1010
* Adding doxygen to all packages (#241)
1111
* Contributors: Stephen Williams, Tom Moore
1212

13+
Forthcoming
14+
-----------
15+
* 0.5.0
16+
* Update changelogs
17+
* [RST-4186] Fix fuse macro names (#263)
18+
* Namespace all macros with the FUSE\_ prefix. Mark original macros as deprecated.
19+
* Update all fuse objects to use the new macro names
20+
* Adding doxygen to all packages (#241)
21+
* Contributors: Gary Servin, Stephen Williams, Tom Moore
22+
1323
0.4.2 (2021-07-20)
1424
------------------
1525
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

0 commit comments

Comments
 (0)