Skip to content

Commit 28e8970

Browse files
committed
Update changelog and versions in package.xml
1 parent 23da412 commit 28e8970

File tree

7 files changed

+52
-6
lines changed

7 files changed

+52
-6
lines changed

aruco_pose/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>aruco_pose</name>
4-
<version>0.24.0</version>
4+
<version>0.25.0</version>
55
<description>Positioning with ArUco markers</description>
66

77
<maintainer email="okalachev@gmail.com">Oleg Kalachev</maintainer>

clover/CHANGELOG.rst

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,52 @@
22
Changelog for package clover
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

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+
551
0.21.1 (2020-11-17)
652
-------------------
753
* First release of clover package to ROS

clover/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>clover</name>
4-
<version>0.24.0</version>
4+
<version>0.25.0</version>
55
<description>The Clover package</description>
66

77
<maintainer email="okalachev@gmail.com">Oleg Kalachev</maintainer>

clover_blocks/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>clover_blocks</name>
4-
<version>0.24.0</version>
4+
<version>0.25.0</version>
55
<description>Blockly programming support for Clover</description>
66
<maintainer email="okalachev@gmail.com">Oleg Kalachev</maintainer>
77
<license>MIT</license>

clover_description/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>clover_description</name>
3-
<version>0.24.0</version>
3+
<version>0.25.0</version>
44
<description>The clover_description package provides URDF models of the Clover series of quadcopters.</description>
55

66
<maintainer email="sfalexrog@gmail.com">Alexey Rogachevskiy</maintainer>

clover_simulation/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="3">
22
<name>clover_simulation</name>
3-
<version>0.24.0</version>
3+
<version>0.25.0</version>
44
<description>The clover_simulation package provides worlds and launch files for Gazebo.</description>
55

66
<maintainer email="okalachev@gmail.com">Oleg Kalachev</maintainer>

roswww_static/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>roswww_static</name>
4-
<version>0.24.0</version>
4+
<version>0.25.0</version>
55
<description>Static web pages for ROS packages</description>
66
<maintainer email="okalachev@gmail.com">Oleg Kalachev</maintainer>
77
<license>MIT</license>

0 commit comments

Comments
 (0)