-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from FraunhoferIOSB/noetic-devel
Noetic devel -> main
- Loading branch information
Showing
9 changed files
with
458 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package camera_aravis | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
4.0.4 (2022-12-23) | ||
------------------ | ||
* Update package maintainer | ||
* Refactor node params (`#21 <https://github.com/FraunhoferIOSB/camera_aravis/issues/21>`_) | ||
* Refactor node params | ||
* Rename extended_camera_info\_ -> pub_ext_camera_info\_ | ||
* Move stream parameters to the top of onInit() | ||
* fix: only reset PTP clock when in "Faulty" or "Disabled" state (`#23 <https://github.com/FraunhoferIOSB/camera_aravis/issues/23>`_) | ||
* Update industrial_ci default branch to main | ||
* Contributors: Dominik Kleiser, Peter Mortimer, Ruf, Boitumelo | ||
|
||
4.0.3 (2022-07-08) | ||
------------------ | ||
* Refactor image conversion (`#20 <https://github.com/FraunhoferIOSB/camera_aravis/issues/20>`_) | ||
* Use plain file names for includes (`#17 <https://github.com/FraunhoferIOSB/camera_aravis/issues/17>`_) | ||
* Add verbose flag for feature detection (default = false) (`#19 <https://github.com/FraunhoferIOSB/camera_aravis/issues/19>`_) | ||
* Assume num_streams\_ = 1 if DeviceStreamChannelCount and GevStreamChannelCount unavailable (`#18 <https://github.com/FraunhoferIOSB/camera_aravis/issues/18>`_) | ||
* Add Line0 to Line5 to TriggerSource Enum | ||
* Fix: nodelet namespace | ||
* Fix: onInit deadlock | ||
* Contributors: Dominik Kleiser, Boitumelo Ruf, Thomas Emter, Peter Mortimer, tas, Geoff McIver | ||
|
||
4.0.2 (2022-05-04) | ||
------------------ | ||
* Add optional ExtendedCameraInfo message to publish additional camera acquisition parameters | ||
* Fix: Set reasonable height and width when not given in the CameraInfo | ||
* Contributors: Peter Mortimer | ||
|
||
4.0.1 (2022-03-25) | ||
------------------ | ||
* Add ROS getter/setter services for camera features | ||
* Add support for multistream encoding conversion | ||
* Fix: Pass on the correct encoding for the additional streams of multisource cameras | ||
* Fix: Continuously check the spawning\_ flag | ||
* Fix: Check spawning\_ flag only once during spawnStream | ||
* Contributors: Peter Mortimer, Thomas Emter, Dominik Kleiser | ||
|
||
4.0.0 (2021-10-27) | ||
------------------ | ||
* Major refactoring | ||
* Add support for ROS Noetic and aravis-0.6 | ||
* Fix several bugs (see git history) | ||
* Add new features: | ||
|
||
* Support for multisource cameras | ||
* Zero-copy transport with ROS nodelets | ||
* Camera time synchronization | ||
* Example launch files | ||
|
||
* Update package author and maintainer | ||
* Contributors: Dominik Klein, Floris van Breugel, Gaël Écorchard, Thomas Emter, Peter Mortimer, Dominik Kleiser |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
- FeatureName: DeviceTemperature | ||
Type: float | ||
Selectors: | ||
- FeatureName: DeviceTemperatureSelector | ||
Type: string | ||
Value: Mainboard | ||
- FeatureName: DeviceTemperatureSelector | ||
Type: string | ||
Value: Sensor | ||
- FeatureName: PtpEnable | ||
Type: bool | ||
- FeatureName: PtpClockAccuracy | ||
Type: string | ||
- FeatureName: PtpOperationMode | ||
Type: string | ||
- FeatureName: PtpStatus | ||
Type: string | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Camera diagnostics message | ||
|
||
std_msgs/Header header | ||
|
||
# Array of key-value pairs holding the diagnostic data | ||
diagnostic_msgs/KeyValue[] data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>camera_aravis</name> | ||
<version>4.0.0</version> | ||
<version>4.0.4</version> | ||
<description>camera_aravis: A complete and comfortable GenICam (USB3Vision and GigEVision) based camera driver for ROS (ethernet and usb).</description> | ||
|
||
<maintainer email="[email protected]">Boitumelo Ruf, Fraunhofer IOSB</maintainer> | ||
|
@@ -24,6 +24,7 @@ | |
<depend>nodelet</depend> | ||
<depend>std_msgs</depend> | ||
<depend>sensor_msgs</depend> | ||
<depend>diagnostic_msgs</depend> | ||
<depend>image_transport</depend> | ||
<depend>camera_info_manager</depend> | ||
<depend>dynamic_reconfigure</depend> | ||
|
Oops, something went wrong.