Skip to content

Commit

Permalink
bump release number
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbattle committed Apr 15, 2023
1 parent b9c2509 commit db026f3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ details on what the system supports.

## News / Events


* **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.
* **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.
* **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).
* **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.
Expand Down
2 changes: 1 addition & 1 deletion ov_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- Package Information -->
<name>ov_core</name>
<version>2.6.0</version>
<version>2.6.3</version>
<description>
Core algorithms for visual-inertial navigation algorithms.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ov_data/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- Package Information -->
<name>ov_data</name>
<version>2.6.0</version>
<version>2.6.3</version>
<description>
Data for the OpenVINS project, mostly just groundtruth files...
</description>
Expand Down
2 changes: 1 addition & 1 deletion ov_eval/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- Package Information -->
<name>ov_eval</name>
<version>2.6.0</version>
<version>2.6.3</version>
<description>
Evaluation methods and scripts for visual-inertial odometry systems.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ov_init/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- Package Information -->
<name>ov_init</name>
<version>2.6.0</version>
<version>2.6.3</version>
<description>
Initialization package which handles static and dynamic initialization.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ov_msckf/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<!-- Package Information -->
<name>ov_msckf</name>
<version>2.6.0</version>
<version>2.6.3</version>
<description>
Implementation of a type-based error-state Kalman filter.
</description>
Expand Down

0 comments on commit db026f3

Please sign in to comment.