Skip to content

Commit

Permalink
Added Release notes for v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dwplan committed Nov 25, 2020
1 parent b6b3be8 commit f1eda26
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@

## Introduction

Aceinna's OpenRTK330L is a GNSS/IMU integrated high-precision positioning module that is targeted for vehicular applications, for example autonomous-driving. The module's base firmware library is open-sourced for user to play with raw IMU data generation, data I/O customization and so on. Note the Aceinna's proprietary GNSS/INS algorithm library is NOT open-sourced but provided in the form of static library.
Aceinna's OpenRTK330L is a GNSS/IMU integrated high-precision positioning module that is targeted for vehicular applications, for example autonomous-driving. The module's base firmware library is open-sourced for user to play with raw IMU data generation, data I/O customization and so on. Note the Aceinna's proprietary GNSS/INS algorithm library is NOT open-sourced but provided in the form of a static library.

## Usage

This library repo is designed to work with the open-sourced IMU platform, i.e. the Github repo "platform_aceinna-imu" under the same organization. Please clone the "platform_aceinna-imu" repo and go to "example" subfolder to build the various "Apps" inside. These Apps automatically clones this base library repo for a complete project.

### Release notes

**v1.0.8**, Nov. 25, 2020

- New support to configure OpenRTK330LI EVK as a light-weight GNSS base station broadcasting RTCM raw data to user configurable NTRIP server
- Version numbering changed to v23.00 (Aceinna company wide unification)
- Corrections and code clean-up to previous release version v1.0.7

**v1.0.7**, Oct. 19, 2020

- Updated for "RTK_INS" App v2.0.0
Expand Down

0 comments on commit f1eda26

Please sign in to comment.