Skip to content

Releases: MapIV/eagleye

Eagleye Version 1.3.0(ROS2)

13 Apr 03:14
Compare
Choose a tag to compare

・The only difference from v.1.3.0-ros1 is that it does not support pp(post process).
v.1.3.0-ros1
https://github.com/MapIV/eagleye/releases/tag/v1.3.0-ros1

Eagleye Version 1.3.0(ROS1)

13 Apr 09:46
Compare
Choose a tag to compare

・Published eagleye_pp(post process) as open source
・Improved accuracy in tunnel sections in eagleye_pp
・Addition of roll angle estimation function
・Addition of option to use nmea rmc instead of rktlibnav messages
・Add opition to save velocity scale factor
・Improve method of updating data buffers
・Fixed a bug in output when imu was facing the opposite direction.
・Forward only processing by eageye_pp

Eagleye Version 1.1.6 (ROS2)

11 Apr 01:55
Compare
Choose a tag to compare

Fix buffering problems

Eagleye Version 1.1.5 (ROS2)

21 Jan 09:03
Compare
Choose a tag to compare

ros2 galactic support in eagleye ver1.1.5

Eagleye Version 1.2.0 (ROS1)

16 Jan 05:11
7dedf98
Compare
Choose a tag to compare
  1. Feature Addition
    ・Support for sensor TF in a "fix2pose" package.
    ・Added output of eagleye corrected imu data "/imu/data_corrected".
    ・Supports 3-axis angular velocity correction
    ・Yawrate consideration
    ・The reliability of the Fix solution can be output.
    ・Add nmea2fix
    ・Position estimation function using RTK.
    ・Replacement of the geoid model with a highly accurate one
    ・Add function to switch between ellipsoid height and elevation
    ・Azimuth correction at low speeds using rtk
    ・remake a fix2kml package
    ・add a tf_arrangement package
    ・add diagnostic

  2. Bug Fix
    ・Other multiple bug fixes.
    ・Change sin, cos and other functions to those of the std library
    ・Fix a bug that caused NAN to appear during height estimation.
    ・add NaN guard

  3. Others
    ・Adding a sample configuration file for Ublox F9P
    ・Rename topic
    ・Some license modifications have been made.
    ・Change CI(Circle CI to Github Actions)
    ・merged eagleye_topic.yaml into ealgye_config.yaml.
    ・Remove redundant expressions in README.md
    ・colcon support

Eagleye Version 1.1.3-dev (ROS2)

21 Jan 08:58
Compare
Choose a tag to compare

ros2 foxy support in eagleye ver1.1.3-dev

Eagleye Version 1.1.5 (ROS1)

11 Nov 02:36
bd31054
Compare
Choose a tag to compare

・add diagnostic
   ・diagnostics is a ROS tool for managing errors.
・add nan guard
   ・NaN when the time difference between the time stamps of IMU sensors is not constant
   ・NaN when the vehicle speed is 0 while the vehicle is moving
・colcon support
   ・colcon is the build system used in ROS1/ROS2.
・add tf_arrangement
   ・tf can now be set in detail.
・fix some bugs
・remake fix2kml
・merged eagleye_topic.yaml into ealgye_config.yaml.

Eagleye Version 1.1.4

27 Apr 01:41
c80be13
Compare
Choose a tag to compare

・Replacement of the geoid model with a highly accurate one
・Add function to switch between ellipsoid height and elevation
・Azimuth correction at low speeds using rtk
・Change sin, cos and other functions to those of the std library
・Position estimation function using RTK.
・Some license modifications have been made.

Eagleye Version 1.1.3

15 Dec 04:05
c958ee0
Compare
Choose a tag to compare

Update Details

  • The reliability of the Fix solution can be output.
  • Add nmea2fix
  • Fix bag pitching
  • Yawrate consideration
  • Add nmea2fix
  • Rename topic
  • Significantly update README.md

Eagleye Version 1.1.2

12 Oct 02:57
c958ee0
Compare
Choose a tag to compare

Update Details
・Adding a sample configuration file for Ublox F9P
・Bug fixes.