8000 Feature/ublox navpvt by KYabuuchi · Pull Request #123 · MapIV/eagleye · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Feature/ublox navpvt #123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Apr 25, 2022
Merged

Feature/ublox navpvt #123

merged 6 commits into from
Apr 25, 2022

Conversation

KYabuuchi
Copy link

Overview

  • Support ublox_msgs/msg/NavPVT
  • navpvt2rtk_node subscribes ublox_msgs/msg/NavPVT and sensor_msgs/msg/NavSatFix, then publishes rtklib_msgs/msg/RtklibNav

Details

  • Added navpvt2rtk_node as ros node
  • Added enu2xyz_vel
    • because NavPVT contains enu_velocity but RtklibNav contains ecef_velocity
  • Added color parameter for fix2kml
    • we can set color by ros2 launch eagleye_fix2kml fix2kml.xml color:="ff00ffff"
  • Applied formatter for some files.

How to run

  • ros2 launch eagleye_rt navpvt_rt.launch.xml config_yaml:=your_config.yaml
  • navpvt_rt.launch.xml includes eagleye_rt.launch.xml
  • use_gnss_mode must be RTKLIB
  • Then, publish ublox_msgs/msg/NavPVT, sensor_msgs/msg/NavSatFix, geometry_msgs/msg/TwistStamped, sensor_msgs/msg/Imu

@KYabuuchi KYabuuchi requested a review from rsasaki0109 April 21, 2022 05:53
@rsasaki0109 rsasaki0109 changed the base branch from main-ros2 to develop-ros2 April 25, 2022 05:10
@rsasaki0109 rsasaki0109 merged commit 9a0a320 into develop-ros2 Apr 25, 2022
@rsasaki0109 rsasaki0109 deleted the feature/ublox_navpvt branch April 25, 2022 06:07
@rsasaki0109 rsasaki0109 mentioned this pull request Apr 27, 2022
rsasaki0109 added a commit that referenced this pull request Jul 11, 2022
* Feature/ublox navpvt (#123)

* sub ublox_msg & pub rtk_msg

* eagleye works well for T4 rosbags

* add enu2xyz_vel.cpp for ublox_msgs::NavPVT

* rename ublox_node to navpvt2rtk_node

* geographiclib handles angles as degree

* remove personal config & modify fix2kml for color option

* Fix bun in pose (#126)

* Fix/foxy build error (#130)

* Fix build error in foxy

* Use nullptr instead of optional

* Add CI for ros foxy

* Fix build.yml

* Fix build.yml

* Update README.md

* Feature/evaluation script ros2 (#141)

* Add evaluation_script

* Support south and west

* Feature/canless ros2 (#144)

* Update eagleye_core

* Update eagleye_rt

* Fix yaml error

* Change the node to screen output

* Remove pkg_check_modules

* Remove pkg_check_modules in CMakeLists.txt

* Feature/ros2 csv output (#145)

* Fixed for data name

* Fixed a name change error

* Add log output in eagleye_rt

* Fix conflict

Co-authored-by: YutaHoda <170447064@ccalumni.meijo-u.ac.jp>

* Add processing when input twist does not come in for a certain amount of time (#146)

* Add covariance output (#147)

* Add converted imu (#148)

Co-authored-by: Kento Yabuuchi <moc.liamg.8y8@gmail.com>
Co-authored-by: YutaHoda <170447064@ccalumni.meijo-u.ac.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0