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
include(cmakemodules/script_gtest.cmake REQUIRED) # Unit testing lib
281
287
include(cmakemodules/script_inotify.cmake REQUIRED) # Check for the sys/inotify headers (Linux only, in win32 we use the equivalent API for file system monitoring):
282
288
include(cmakemodules/script_isense.cmake REQUIRED) # Support for INTERSENSE Sensors
Copy file name to clipboardExpand all lines: doc/source/doxygen-docs/changelog.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
\page changelog Change Log
2
2
3
+
# Version 2.13.2: Released June 23rd, 2024
4
+
- Changes in libraries:
5
+
- \ref mrpt_maps_grp:
6
+
- mrpt::maps::CPointsMapXYZIRT now creates timestamps per point for input observations of type mrpt::obs::CObservationVelodyneScan
7
+
- mrpt::maps::CPointsMap::asString() now also shows the actual derived class name.
8
+
- \ref mrpt_obs_grp:
9
+
- mrpt::obs::CObservationVelodyneScan now implements unload() to free memory for cached point clouds.
10
+
- \ref mrpt_ros1bridge_grp:
11
+
- mrpt::ros1bridge::toROS() conversion from `PointCloud2` to mrpt::maps::CPointsMapXYZIRT: recognize timestamp field names `"t"` and `"timestamp"`, and support conversion from uint32_t timestamps as nanoseconds.
12
+
- BUG FIXES:
13
+
- mrpt::vision::CFeatureTracker_KL: Parameter ``LK_epsilon`` was rounded to integer.
14
+
- mrpt::maps::CPointsMapXYZI::insertPointFast() did also append to the intensity channel, which is inconsistent behavior with the other map classes.
15
+
3
16
# Version 2.13.1: Released June 5th, 2024
4
17
- BUG FIXES:
5
18
- nanogui: Fix invalidation of iterators/references in widget lists.
0 commit comments