-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* support for nmea and canless mode (#190) * Feature/faster evaluation process (#192) * Accelerate time synchronization process * Delete out of range data before sync * Fixed problem with imu topic name not being retrieved (#193) * Feature/covariance fix dr mode (#200) * add variance to msgs * add variance calc function * support for pose_with_covariance * add covariance output * add covariance to Twist * Add new geoid-model(ROS1) (#204) * Add new geoid-model * Add geographiclib in README.md * Sync eagleye ros2v (#209) * Add gnss_converter(ROS1) (#210) * Add gnss_converter * Publish rmc & gga * Update fix2pose.cpp * Delete nmea2fix (#211) * Delete nmea2fix * gnss_converter support for eagleye_pp * Update paremeter description (#214) * Feature/ros1/document update (#217) * Update paremeter description * Update param description about civariance output --------- Co-authored-by: YutaHoda <[email protected]> Co-authored-by: Aoki-Takanose <[email protected]>
- Loading branch information
1 parent
54d1c04
commit 6290a57
Showing
64 changed files
with
1,001 additions
and
555 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Header header | ||
|
||
float64 heading_angle | ||
float64 variance | ||
eagleye_msgs/Status status |
Oops, something went wrong.