-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf78ad5
commit 87db889
Showing
1 changed file
with
13 additions
and
0 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 |
---|---|---|
|
@@ -2,6 +2,19 @@ | |
Changelog for package av_camera_launch | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Forthcoming | ||
----------- | ||
* Implement cameras launch file with synchronisation (`#13 <https://github.com/ipab-rad/av_camera/issues/13>`_) | ||
- Use ROS2 spinnaker synchronized camera driver instead of default | ||
- Modify camera config parameter yaml files to fit new structure | ||
- Add brightness controller parameters as required | ||
- Update `all_cams.launch.xml` to run all cameras in single node | ||
- Set exposure min/max on Brighntess Controller to 1ms (constant) | ||
- NOTE: Temporarily disable Brightness Controller (Use continuous gain) until https://github.com/ros-drivers/flir_camera_driver/issues/216 is released into the wild | ||
--------- | ||
Co-authored-by: Hector Cruz <[email protected]> | ||
* Contributors: Alejandro Bordallo | ||
|
||
1.2.0 (2024-10-30) | ||
------------------ | ||
* Use 1 ms exposure for all cameras | ||
|