You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
0 commit comments