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
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+25-1Lines changed: 25 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,30 @@ Changelog
4
4
5
5
**Important: as of 0.13.0, the SDK is no longer compatible with firmware versions older than 2.1.0.**
6
6
7
+
[20241017] [0.13.1]
8
+
======================
9
+
10
+
* Add support for directly using IPv6 addresses for sensors in the CLI and in sensor clients.
11
+
* Typing '?' now displays the visualizer keyboard shortcuts in the visualizer window.
12
+
* Removed the ``async_client_example.cpp`` example.
13
+
* Un-deprecated ``ScanBatcher::ScanBatcher(size_t, const packet_format&)`` to remove a warning. (But please use ``ScanBatcher::ScanBatcher(const sensor_info&)`` instead.)
14
+
15
+
* [BREAKING] Removed the ``input_row_major`` parameter from the ``dewarp`` function. (``dewarp`` now infers the array type.)
16
+
* [BREAKING] Renamed ``DEFAULT_HTTP_REQUEST_TIMEOUT_SECONDS`` to ``LONG_HTTP_REQUEST_TIMEOUT_SECONDS``.
17
+
* [BREAKING] Changed the default value of ``LidarScanVizAccumulatorsConfig.accum_min_dist_num`` from ``1`` to ``0``.
18
+
* [BUGFIX] Fixed a visualizer glitch causing drawables not to render if added after a call to ``PointViz::update()`` but before ``PointViz::run()`` or ``PointViz::run_once()``.
19
+
* [BUGFIX] Fixed a visualizer crash when using ``HIGHLIGHT_SECOND`` mode with single-return datasets.
20
+
* [BUGFIX] Fixed an issue with the 2d images not updating when cycled during pause.
21
+
* [BUGFIX] Fixed a bug that the first scan pose it not identity when using slice slam command on a slam output osf file
22
+
* [BUGFIX] Re-introduce the RAW field option
23
+
24
+
Known Issues
25
+
------------
26
+
27
+
* Using an unbounded slice (e.g. with ``slice 100:`` during visualization can cause the source to loop back to the beginning (outside of the slice) when the source is a pcap file or an OSF saved with an earlier version of the SDK.
28
+
* A race condition in ``PointViz`` event handers occasionally causes a crash or unexpected results.
* [BREAKING] changed REFLECTIVITY channel field size to 8 bits. (Important - this makes the SDK incompatible with FW 2.0 and 2.1.)
77
+
* [BREAKING] changed REFLECTIVITY channel field size to 8 bits. (Important - this makes the SDK incompatible with FW 2.0.)
54
78
* [BREAKING] Removed ``UDPPacketSource`` and ``BufferedUDPSource``.
55
79
* [BREAKING] Removed ``ouster.sdk.util.firmware_version(hostname)`` please use ``ouster.sdk.client.SensorHttp.create(hostname).firmware_version()`` instead
56
80
* [BREAKING] ``open_source`` no longer automatically finds and applies extrinsics from ``sensor_extrinsics.json`` files. Use the ``extrinsics`` argument instead to specify the path to the relevant extrinsics file instead.
0 commit comments