-
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.
* Stop parameterizing the gga and rmc topics (#186) * Stop parameterizing the gga and rmc topics * Update README.md * Feature/ros2/pubsub for autoware (#188) * Stop parameterizing the gga and rmc topics * Support for TwistWithCovariance input * Support GNSS twist input * Add dependency in gnss_converter package.xml * Fix tf2_geometry_msgs.hpp * Fix tf2_geometry_msgs.h in fix2pose.cpp * Fix bug in rtklib and fix2pose (#189) * Fix bug in rtklib and fix2pose * Remove galactic CI * Fix yaml error and namespace (#191) * Comment out cout in llsxy_mgrs.cpp * Fix tf (#194) Co-authored-by: Ryohei Sasaki <[email protected]> * Add fix-pose only punlish mode (#195) Co-authored-by: Ryohei Sasaki <[email protected]> * Add new geoid-model (#196) * Add new geoid-model * Delete including height_converter * Fix fix2kml * Delete geographic dependency in fix2pose * submodule tru in CI * Fix llh_converter Co-authored-by: Ryohei Sasaki <[email protected]> * Add TrajectoryParameter (#197) Co-authored-by: Ryohei Sasaki <[email protected]> * Add reverse_imu_wz parameter (#198) * Add autoware ekf trigger service client (#199) Co-authored-by: Ryohei Sasaki <[email protected]> * Update README.md * Update fix2pose.cpp (#203) * Add dual-antenna (#205) * Feature/covariance fix dr ros2 (#206) * fixing covariance output for twist * add variance/covariance to * update config file * update launch * add function to calculate covariance for pose * Add minimum covariance paeam of the pose to publish (#207) * refactor eagleye_rt.launch (#208) * Add fix-judgement-type in fix2pose (#212) * Sync log csv output and trajectory_plot with ROS1 ver (#213) * fix time bug in log csv * ROS1 Sync trajectory_plot * Update parameter description * Update parem description about covariance output --------- Co-authored-by: Ryohei Sasaki <[email protected]> Co-authored-by: Aoki-Takanose <[email protected]>
- Loading branch information
1 parent
c66626f
commit d62f0df
Showing
65 changed files
with
1,434 additions
and
1,046 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[submodule "eagleye_util/llh_converter"] | ||
path = eagleye_util/llh_converter | ||
url = https://github.com/MapIV/llh_converter | ||
branch = ros2 |
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
Oops, something went wrong.