|
2 | 2 | Changelog for package clover |
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
4 | 4 |
|
| 5 | +0.25 (2024-07-28) |
| 6 | +----------------- |
| 7 | +* Optimize displaying newlines in the topic viewer, add width and indent parameters. |
| 8 | +* Link assets instead of copying in documentation to save space. |
| 9 | +* Install image_geometry and dynamic_reconfigure as clover dependencies. |
| 10 | +* Add dictionary parameter to aruco.launch. |
| 11 | +* Solve the issue with aruco_detect not running when aruco_map is not enabled. |
| 12 | +* Documentation improvements. |
| 13 | +* Rest changes. |
| 14 | + |
| 15 | +0.24 (2023-10-11) |
| 16 | +----------------- |
| 17 | +* Significant update to autonomous flights API. |
| 18 | +* Updates to selfcheck.py. |
| 19 | +* Support PX4 v1.14 parameters. |
| 20 | +* Added scripts for automatic testing of autonomous flights. |
| 21 | +* Added new examples for working with the camera, including a red circle model and its recognition and following. |
| 22 | +* Implemented long_callback Python decorator to address the issue #218. |
| 23 | +* Implemented optical_flow/enabled dynamic parameter. |
| 24 | +* Updated LED strip native library to support RPi 4 rev. 1.5. |
| 25 | +* Show number of messages received in web topic viewer. |
| 26 | +* Run main_camera/image_raw_throttled topic by default. |
| 27 | +* Added rectify argument to main_camera.launch |
| 28 | +* Added udev rules for all supported autopilots by PX4. |
| 29 | +* Various changes. |
| 30 | + |
| 31 | +0.23 (2022-02-10) |
| 32 | +----------------- |
| 33 | +* Web tool for topics monitoring. |
| 34 | +* Publish optical flow when local position is not available. |
| 35 | +* Force estimator init. |
| 36 | +* Web viewer for Clover logs. |
| 37 | +* selfcheck.py improvements. |
| 38 | +* Various changes. |
| 39 | + |
| 40 | +0.22 (2021-06-07) |
| 41 | +----------------- |
| 42 | +* Move to ROS Noetic and Python 3. |
| 43 | +* aruco.launch: add placement, length and map arguments. |
| 44 | +* Web: add link for viewing the error log. |
| 45 | +* LED: add error/ignore parameter to not flash on some errors. |
| 46 | +* Wait for FC and camera devices before launching mavros and camera driver. |
| 47 | +* clover.launch: disable rc node by default. |
| 48 | +* optical_flow: publish debug image even when calc_flow_gyro failed. |
| 49 | +* Various changes. |
| 50 | + |
5 | 51 | 0.21.1 (2020-11-17) |
6 | 52 | ------------------- |
7 | 53 | * First release of clover package to ROS |
|
0 commit comments