Skip to content

Commit

Permalink
Release ROS driver 2.4.0
Browse files Browse the repository at this point in the history
Update ROS driver version because the 2.9 SDK
release requires us to make updates to the ROS driver.
Also add changelog entries for other changes in the ROS
driver since release 2.3.
  • Loading branch information
apartridge committed Apr 5, 2023
1 parent 42052e1 commit 7189da7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This project adheres to [Semantic Versioning](https://semver.org).

## 2.4.0

* Added support for PointXYZ and Range settings that are required for Zivid SDK 2.9.0 and newer
* Added launch parameter to disable firmware upgrade automatically
* Add support for loading capture settings via YML file

## 2.3.0

* Add support for normals. Normals are exposed via topic "normals/xyz".
Expand Down
2 changes: 1 addition & 1 deletion zivid_camera/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>zivid_camera</name>
<version>2.3.0</version>
<version>2.4.0</version>
<description>Driver for using the Zivid 3D cameras in ROS.</description>
<maintainer email="[email protected]">Zivid</maintainer>
<license>BSD3</license>
Expand Down
2 changes: 1 addition & 1 deletion zivid_samples/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>zivid_samples</name>
<version>2.3.0</version>
<version>2.4.0</version>
<description>Contains C++ and Python samples demonstrating
use of the zivid_camera package.</description>
<maintainer email="[email protected]">Zivid</maintainer>
Expand Down

0 comments on commit 7189da7

Please sign in to comment.