Skip to content

Commit

Permalink
Merge pull request #49 from ouster-lidar/SW-4504-bring-up-ouster-ros-…
Browse files Browse the repository at this point in the history
…to-sdk-release-20230114

Update ouster-sdk to the 20230114 release
  • Loading branch information
Samahu authored Jan 19, 2023
2 parents b5393ca + ed52222 commit 22acf88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog
=========

[unreleased]
============
[20230114]
==========

ouster_ros
----------
Expand Down Expand Up @@ -37,9 +37,12 @@ ouster_client
* added a new method ``init_logger()`` to provide control over the logs emitted by ``ouster_client``.
* add parsing for new FW 3.0 thermal features shot_limiting and thermal_shutdown statuses and countdowns
* add frame_status to LidarScan
* introduce a new method ``cartesianT()`` which speeds up the computation of point projecion from range
* introduced a new method ``cartesianT()`` which speeds up the computation of point projecion from range
image, the method also can process the cartesian product with single float precision. A new unit test
``cartesian_test`` which shows achieved speed up gains by the number of valid returns in lidar scan.
* added ``RAW_HEADERS`` ChanField to LidarScan for packing headers and footer (alpha version, may be
changed/removed without notice in the future)


[20221004]
==========
Expand Down
2 changes: 1 addition & 1 deletion ouster-sdk
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>ouster_ros</name>
<version>0.7.2</version>
<version>0.7.3</version>
<description>Ouster ROS driver</description>
<maintainer email="oss@ouster.io">ouster developers</maintainer>
<license file="LICENSE">BSD</license>
Expand Down

0 comments on commit 22acf88

Please sign in to comment.