Skip to content

Commit 9707ad3

Browse files
committed
Update changelogs
1 parent f961bcf commit 9707ad3

File tree

13 files changed

+313
-0
lines changed

13 files changed

+313
-0
lines changed

fuse/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ Changelog for package fuse
1919
* Update changelogs
2020
* Contributors: Gary Servin
2121

22+
Forthcoming
23+
-----------
24+
* 0.7.0
25+
* Update changelogs
26+
* 0.6.0
27+
* Update changelogs
28+
* 0.5.0
29+
* Update changelogs
30+
* Contributors: Gary Servin
31+
2232
0.4.2 (2021-07-20)
2333
------------------
2434
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

fuse_constraints/CHANGELOG.rst

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,47 @@ Changelog for package fuse_constraints
5555
* Adding doxygen to all packages (#241)
5656
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore
5757

58+
Forthcoming
59+
-----------
60+
* Fix tests (#348)
61+
* Vision constraints (#349)
62+
* FIrst commit for pose estimation from fixed 3D
63+
landmarks. Includes a pinhole camera model
64+
(no distortion), along with a fixed version and unit tests.
65+
Also includes a fixed landmark constraint which optimizes
66+
for pose and optionally calibration, along with unit tests.
67+
* Updating camera variables, tests and constraints to
68+
allow initialisation from a set of 3D points to support
69+
multi-marker configurations.
70+
* Fixes from PR review.
71+
* Adding validations for pts3d\_ in cost functor.
72+
* 0.7.0
73+
* Update changelogs
74+
* [RST-7809] Fix optimization errors when the orientation is initialized at +PI (#334)
75+
* Add some unit tests for the 2D orientation constraints; Create getters/setters for the 2D orientation variable is preparation for a fix.
76+
* Force the 2D orientation value to be is minimum phase
77+
* Minor header fixes (#266)
78+
* Use fuse_macros.h instead of deprecated macros.h
79+
* Add missed header
80+
* Sort headers
81+
* Update devel to build on Ubuntu Jammy (22.04) (#326)
82+
* Update to C++17 for use with Ubuntu Jammy
83+
* Include Rviz and Eigen as system includes, which supresses warnings within the included libraries
84+
* use pluginlib and class_list_macros .hpp include instead of deprecated .h From: Lucas Walter <[email protected]>
85+
* 0.6.0
86+
* Update changelogs
87+
* 0.5.0
88+
* Update changelogs
89+
* [RST-4186] Fix fuse macro names (#263)
90+
* Namespace all macros with the FUSE\_ prefix. Mark original macros as deprecated.
91+
* Update all fuse objects to use the new macro names
92+
* [RST-4390] Allow variables to be held constant during optimization (#243)
93+
* Add support for holding variables constant
94+
* Create a 'fixed' landmark
95+
* Added initial support for marginalizing constant variables
96+
* Adding doxygen to all packages (#241)
97+
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Oscar Mendez, Paul Bovbel, Stephen Williams, Tom Moore
98+
5899
0.4.2 (2021-07-20)
59100
------------------
60101
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

fuse_core/CHANGELOG.rst

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,53 @@ Changelog for package fuse_core
100100
* Added a time-limited optimization option to the Graph class (#234)
101101
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore
102102

103+
Forthcoming
104+
-----------
105+
* 0.7.0
106+
* Update changelogs
107+
* [RST-7809] Fix optimization errors when the orientation is initialized at +PI (#334)
108+
* Add some unit tests for the 2D orientation constraints; Create getters/setters for the 2D orientation variable is preparation for a fix.
109+
* Force the 2D orientation value to be is minimum phase
110+
* Add missed geometry_msgs package (#272)
111+
* Add geometry_msgs as a test_depend.
112+
* Make geometry_msgs includable.
113+
---------
114+
Co-authored-by: Ivor Wanders <[email protected]>
115+
* Update devel to build on Ubuntu Jammy (22.04) (#326)
116+
* Update to C++17 for use with Ubuntu Jammy
117+
* Include Rviz and Eigen as system includes, which supresses warnings within the included libraries
118+
* use pluginlib and class_list_macros .hpp include instead of deprecated .h From: Lucas Walter <[email protected]>
119+
* 0.6.0
120+
* Update changelogs
121+
* 0.5.0
122+
* Update changelogs
123+
* Fix Ceres 2.0.0 API support (#273)
124+
* Pass kNumResiduals to the internal AutoDiff function.
125+
Ceres added this argument in https://github.com/ceres-solver/ceres-solver/commit/e7a30359ee754057f9bd7b349c98c291138d91f4 we need to pass it else template substitution fails.
126+
* Pass kLocalSize instead of kGlobalSize
127+
Upstream commit made me assume kGlobalSize, but that threw at runtime when the tests ran.
128+
This seems to work, also put a using statement there to make roslint happy.
129+
Co-authored-by: Ivor Wanders <[email protected]>
130+
* [RST-4186] Fix fuse macro names (#263)
131+
* Namespace all macros with the FUSE\_ prefix. Mark original macros as deprecated.
132+
* Update all fuse objects to use the new macro names
133+
* [RST-4390] Allow variables to be held constant during optimization (#243)
134+
* Add support for holding variables constant
135+
* Create a 'fixed' landmark
136+
* Added initial support for marginalizing constant variables
137+
* [RST-4455] Fix C++17 compile issue and simplify matrix serialization at the same time (#244)
138+
* Adding doxygen to all packages (#241)
139+
* Add unstamped 3D point variable (#233) (#239)
140+
* Add unstamped 3D landmark variable
141+
* Add landmark test and new uuid generator
142+
Co-authored-by: Stephen Williams <[email protected]>
143+
Co-authored-by: Jake McLaughlin <[email protected]>
144+
* [RST-3474] Created a getConstraintCosts() method
145+
* Created a getConstraintCosts() method for reporting the costs and residuals of individual constraints
146+
* [RST-2831] Support for optimization bounds (#235)
147+
* Added a time-limited optimization option to the Graph class (#234)
148+
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore
149+
103150
0.4.2 (2021-07-20)
104151
------------------
105152
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

fuse_doc/CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ Changelog for package fuse_doc
2323
* Adding doxygen to all packages (#241)
2424
* Contributors: Gary Servin, Tom Moore
2525

26+
Forthcoming
27+
-----------
28+
* 0.7.0
29+
* Update changelogs
30+
* 0.6.0
31+
* Update changelogs
32+
* 0.5.0
33+
* Update changelogs
34+
* Adding doxygen to all packages (#241)
35+
* Contributors: Gary Servin, Tom Moore
36+
2637
0.4.2 (2021-07-20)
2738
------------------
2839
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

fuse_graphs/CHANGELOG.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,32 @@ Changelog for package fuse_graphs
6060
* Added a time-limited optimization option to the Graph class (#234)
6161
* Contributors: Gary Servin, Stephen Williams, Tom Moore
6262

63+
Forthcoming
64+
-----------
65+
* 0.7.0
66+
* Update changelogs
67+
* Update devel to build on Ubuntu Jammy (22.04) (#326)
68+
* Update to C++17 for use with Ubuntu Jammy
69+
* Include Rviz and Eigen as system includes, which supresses warnings within the included libraries
70+
* use pluginlib and class_list_macros .hpp include instead of deprecated .h From: Lucas Walter <[email protected]>
71+
* 0.6.0
72+
* Update changelogs
73+
* 0.5.0
74+
* Update changelogs
75+
* [RST-4186] Fix fuse macro names (#263)
76+
* Namespace all macros with the FUSE\_ prefix. Mark original macros as deprecated.
77+
* Update all fuse objects to use the new macro names
78+
* [RST-4390] Allow variables to be held constant during optimization (#243)
79+
* Add support for holding variables constant
80+
* Create a 'fixed' landmark
81+
* Added initial support for marginalizing constant variables
82+
* Adding doxygen to all packages (#241)
83+
* [RST-3474] Created a getConstraintCosts() method
84+
* Created a getConstraintCosts() method for reporting the costs and residuals of individual constraints
85+
* [RST-2831] Support for optimization bounds (#235)
86+
* Added a time-limited optimization option to the Graph class (#234)
87+
* Contributors: Gary Servin, Stephen Williams, Tom Moore
88+
6389
0.4.2 (2021-07-20)
6490
------------------
6591
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

fuse_loss/CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,22 @@ Changelog for package fuse_loss
2727
* Adding doxygen to all packages (#241)
2828
* Contributors: Gary Servin, Stephen Williams, Tom Moore
2929

30+
Forthcoming
31+
-----------
32+
* Fix Qwt deprecated declarations (#356)
33+
* 0.7.0
34+
* Update changelogs
35+
* Update devel to build on Ubuntu Jammy (22.04) (#326)
36+
* Update to C++17 for use with Ubuntu Jammy
37+
* Include Rviz and Eigen as system includes, which supresses warnings within the included libraries
38+
* use pluginlib and class_list_macros .hpp include instead of deprecated .h From: Lucas Walter <[email protected]>
39+
* 0.6.0
40+
* Update changelogs
41+
* 0.5.0
42+
* Update changelogs
43+
* Adding doxygen to all packages (#241)
44+
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore
45+
3046
0.4.2 (2021-07-20)
3147
------------------
3248
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

fuse_models/CHANGELOG.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,33 @@ Changelog for package fuse_models
4747
* [RST-3451] Delay some transform warnings so startup is less chatty
4848
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore, fabianhirmann
4949

50+
Forthcoming
51+
-----------
52+
* 0.7.0
53+
* Update changelogs
54+
* [RST-7809] Fix optimization errors when the orientation is initialized at +PI (#334)
55+
* Add some unit tests for the 2D orientation constraints; Create getters/setters for the 2D orientation variable is preparation for a fix.
56+
* Force the 2D orientation value to be is minimum phase
57+
* add missing tf timeout at differential mode of IMU, odometry, and pose sensor model (#322)
58+
* Minor header fixes (#266)
59+
* Use fuse_macros.h instead of deprecated macros.h
60+
* Add missed header
61+
* Sort headers
62+
* Update devel to build on Ubuntu Jammy (22.04) (#326)
63+
* Update to C++17 for use with Ubuntu Jammy
64+
* Include Rviz and Eigen as system includes, which supresses warnings within the included libraries
65+
* use pluginlib and class_list_macros .hpp include instead of deprecated .h From: Lucas Walter <[email protected]>
66+
* 0.6.0
67+
* Update changelogs
68+
* 0.5.0
69+
* Update changelogs
70+
* [RST-4186] Fix fuse macro names (#263)
71+
* Namespace all macros with the FUSE\_ prefix. Mark original macros as deprecated.
72+
* Update all fuse objects to use the new macro names
73+
* Adding doxygen to all packages (#241)
74+
* [RST-3451] Delay some transform warnings so startup is less chatty
75+
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore, fabianhirmann
76+
5077
0.4.2 (2021-07-20)
5178
------------------
5279
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

fuse_msgs/CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ Changelog for package fuse_msgs
1919
* Update changelogs
2020
* Contributors: Gary Servin
2121

22+
Forthcoming
23+
-----------
24+
* 0.7.0
25+
* Update changelogs
26+
* 0.6.0
27+
* Update changelogs
28+
* 0.5.0
29+
* Update changelogs
30+
* Contributors: Gary Servin
31+
2232
0.4.2 (2021-07-20)
2333
------------------
2434
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

fuse_optimizers/CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,27 @@ Changelog for package fuse_optimizers
4343
* [RST-3451] Cleaned up condition variable usage
4444
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore
4545

46+
Forthcoming
47+
-----------
48+
* 0.7.0
49+
* Update changelogs
50+
* Print graph & transaction on optimization failure (#321)
51+
* Update devel to build on Ubuntu Jammy (22.04) (#326)
52+
* Update to C++17 for use with Ubuntu Jammy
53+
* Include Rviz and Eigen as system includes, which supresses warnings within the included libraries
54+
* use pluginlib and class_list_macros .hpp include instead of deprecated .h From: Lucas Walter <[email protected]>
55+
* 0.6.0
56+
* Update changelogs
57+
* 0.5.0
58+
* Update changelogs
59+
* [RST-4186] Fix fuse macro names (#263)
60+
* Namespace all macros with the FUSE\_ prefix. Mark original macros as deprecated.
61+
* Update all fuse objects to use the new macro names
62+
* Adding doxygen to all packages (#241)
63+
* [RST-3240] Fix how the variables to be marginalized are selected.
64+
* [RST-3451] Cleaned up condition variable usage
65+
* Contributors: Enrique Fernandez Perdomo, Gary Servin, Stephen Williams, Tom Moore
66+
4667
0.4.2 (2021-07-20)
4768
------------------
4869
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

fuse_publishers/CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,27 @@ Changelog for package fuse_publishers
3939
* Adding doxygen to all packages (#241)
4040
* Contributors: Gary Servin, Stephen Williams, Tom Moore
4141

42+
Forthcoming
43+
-----------
44+
* 0.7.0
45+
* Update changelogs
46+
* [RST-7809] Fix optimization errors when the orientation is initialized at +PI (#334)
47+
* Add some unit tests for the 2D orientation constraints; Create getters/setters for the 2D orientation variable is preparation for a fix.
48+
* Force the 2D orientation value to be is minimum phase
49+
* Update devel to build on Ubuntu Jammy (22.04) (#326)
50+
* Update to C++17 for use with Ubuntu Jammy
51+
* Include Rviz and Eigen as system includes, which supresses warnings within the included libraries
52+
* use pluginlib and class_list_macros .hpp include instead of deprecated .h From: Lucas Walter <[email protected]>
53+
* 0.6.0
54+
* Update changelogs
55+
* 0.5.0
56+
* Update changelogs
57+
* [RST-4186] Fix fuse macro names (#263)
58+
* Namespace all macros with the FUSE\_ prefix. Mark original macros as deprecated.
59+
* Update all fuse objects to use the new macro names
60+
* Adding doxygen to all packages (#241)
61+
* Contributors: Gary Servin, Stephen Williams, Tom Moore
62+
4263
0.4.2 (2021-07-20)
4364
------------------
4465
* Adding roslint dependency to fuse_viz (`#231 <https://github.com/locusrobotics/fuse/issues/231>`_)

0 commit comments

Comments
 (0)