Skip to content

Commit db026f3

Browse files
committed
bump release number
1 parent b9c2509 commit db026f3

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

ReadMe.md

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ details on what the system supports.
2121

2222
## News / Events
2323

24+
25+
* **April 15, 2023** - Minor update to v2.6.3 to support incremental feature triangulation of active features for downstream applications, faster zero-velocity update, small bug fixes, some example realsense configurations, and cached fast state prediction. Please check out the [release page](https://github.com/rpng/open_vins/releases/tag/v2.6.3) for details.
2426
* **April 3, 2023** - We have released a monocular plane-aided VINS, termed [ov_plane](https://github.com/rpng/ov_plane), which leverages the OpenVINS project. Both now support the released [Indoor AR Table](https://github.com/rpng/ar_table_dataset) dataset.
2527
* **July 14, 2022** - Improved feature extraction logic for >100hz tracking, some bug fixes and updated scripts. See v2.6.1 [PR#259](https://github.com/rpng/open_vins/pull/259) and v2.6.2 [PR#264](https://github.com/rpng/open_vins/pull/264).
2628
* **March 14, 2022** - Initial dynamic initialization open sourcing, asynchronous subscription to inertial readings and publishing of odometry, support for lower frequency feature tracking. See v2.6 [PR#232](https://github.com/rpng/open_vins/pull/232) for details.

ov_core/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!-- Package Information -->
55
<name>ov_core</name>
6-
<version>2.6.0</version>
6+
<version>2.6.3</version>
77
<description>
88
Core algorithms for visual-inertial navigation algorithms.
99
</description>

ov_data/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!-- Package Information -->
55
<name>ov_data</name>
6-
<version>2.6.0</version>
6+
<version>2.6.3</version>
77
<description>
88
Data for the OpenVINS project, mostly just groundtruth files...
99
</description>

ov_eval/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!-- Package Information -->
55
<name>ov_eval</name>
6-
<version>2.6.0</version>
6+
<version>2.6.3</version>
77
<description>
88
Evaluation methods and scripts for visual-inertial odometry systems.
99
</description>

ov_init/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!-- Package Information -->
55
<name>ov_init</name>
6-
<version>2.6.0</version>
6+
<version>2.6.3</version>
77
<description>
88
Initialization package which handles static and dynamic initialization.
99
</description>

ov_msckf/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!-- Package Information -->
55
<name>ov_msckf</name>
6-
<version>2.6.0</version>
6+
<version>2.6.3</version>
77
<description>
88
Implementation of a type-based error-state Kalman filter.
99
</description>

0 commit comments

Comments
 (0)