You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add static initilization skip mode (#271)
* Add covariance in nmea2fix (#272)
* Galactit build (#276)
* Add velocity subscriver in slip_angle_node (#278)
* fixed stop judgment bug (#290)
* Change of coordinate system for Eagleye's standard input IMU (#296)
* Revert "Change of coordinate system for Eagleye's standard input IMU (#296)" (#297)
This reverts commit 03f9e1f.
* Change of coordinate system for Eagleye's standard input IMU (#299)
* Change of coordinate system for Eagleye's standard input IMU
* Correction of Response
* fix compile warning (#305)
* add missing dependencies in package.xml (#306)
* Fix height in eagleye_fix (#307)
* Add architecture svg (#308)
* S^Cit fix2pose into two separate nodes (#316)
* [ROS2]Fixed heading estimation bug in multi-antenna mode at standstill. (#322)
* Fixed heading estimation bug in multi-antenna mode at standstill.
* Add comment about is_first_correction_velocity in multi-antenna mode
---------
Co-authored-by: Aoki-Takanose <49303804+Aoki-Takanose@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ Eagleye is an open-source software for vehicle localization utilizing GNSS and I
12
12
13
13

14
14
15
+
## Architecture
16
+
17
+

18
+
15
19
## Recommended Sensors
16
20
**GNSS receiver**
17
21
*[Septentrio Mosaic development kit with GNSS antenna](https://shop.septentrio.com/en/shop/mosaic-x5-devkit)
@@ -76,6 +80,16 @@ Access mosaic's web ui and upload the following file in Admin/Configuration.
76
80
77
81
https://www.dropbox.com/s/uckt9
78
82
83
+
### IMU
84
+
85
+
1. IMU settings.
86
+
87
+
* Output rate 50Hz
88
+
89
+
2. Please be careful with the coordinate system when using the [tamagawa ros driver](https://github.com/MapIV/tamagawa_imu_driver) created by MAP IV. If the x-direction indicated on the IMU is set to the vehicle's direction and the y-direction to the right side of the vehicle, please set the `roll` in the `eagleye/eagleye_util/tf/config/sensors_tf.yaml file` to `3.14159`.
90
+
91
+
roll: 3.14159
92
+
79
93
### Eagleye parameters
80
94
81
95
The parameters of eagleye can be set in the [eagleye_config.yaml](https://github.com/MapIV/eagleye/tree/ros2-galactic-v1.1.5/eagleye_rt/config/eagleye_config.yaml). The default settings are 5Hz for GNSS and 50Hz for IMU.
@@ -157,7 +171,8 @@ To visualize the eagleye output location /eagleye/fix, for example, use the foll
157
171
158
172
To convert from eagleye/fix to eagleye/pose, use the following command
0 commit comments