Skip to content
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

split fix2pose into two separate nodes(ROS2) #316

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

rsasaki0109
Copy link
Member

Sync
#312

@rsasaki0109 rsasaki0109 changed the title S^Cit fix2pose into two separate nodes split fix2pose into two separate nodes(ROS2) Nov 29, 2023
@rsasaki0109
Copy link
Member Author

~/eagleye_main_ws$ ros2 launch eagleye_rt eagleye_rt.launch.xml 
[INFO] [launch]: All log files can be found below /home/autoware/.ros/log/2023-11-29-10-32-26-127267-autoware-XL7C-R36-73264
[INFO] [launch]: Default logging verbosity is set to INFO
[INFO] [twist_relay-1]: process started with pid [73265]
[INFO] [tf_converted_imu-2]: process started with pid [73267]
[INFO] [velocity_scale_factor-3]: process started with pid [73269]
[INFO] [yaw_rate_offset_stop-4]: process started with pid [73271]
[INFO] [yaw_rate_offset-5]: process started with pid [73273]
[INFO] [yaw_rate_offset-6]: process started with pid [73275]
[INFO] [heading-7]: process started with pid [73277]
[INFO] [heading-8]: process started with pid [73279]
[INFO] [heading-9]: process started with pid [73281]
[INFO] [heading_interpolate-10]: process started with pid [73283]
[INFO] [heading_interpolate-11]: process started with pid [73285]
[INFO] [heading_interpolate-12]: process started with pid [73287]
[INFO] [slip_angle-13]: process started with pid [73289]
[INFO] [distance-14]: process started with pid [73291]
[INFO] [trajectory-15]: process started with pid [73293]
[INFO] [position-16]: process started with pid [73295]
[INFO] [position_interpolate-17]: process started with pid [73297]
[INFO] [smoothing-18]: process started with pid [73299]
[INFO] [height-19]: process started with pid [73307]
[INFO] [angular_velocity_offset_stop-20]: process started with pid [73311]
[INFO] [correction_imu-21]: process started with pid [73326]
[INFO] [rolling-22]: process started with pid [73329]
[INFO] [monitor-23]: process started with pid [73331]
[INFO] [gnss_converter-24]: process started with pid [73336]
[INFO] [static_transform_publisher-25]: process started with pid [73351]
[INFO] [static_transform_publisher-26]: process started with pid [73408]
[INFO] [geo_pose_fusion-27]: process started with pid [73445]
[INFO] [geo_pose_converter-28]: process started with pid [73487]
[static_transform_publisher-25] [WARN] [1701221547.169264212] []: Old-style arguments are deprecated; see --help for new-style arguments
[static_transform_publisher-26] [WARN] [1701221547.162493730] []: Old-style arguments are deprecated; see --help for new-style arguments
[monitor-23] subscribe_rtklib_nav_topic_name gnss/rtklib_nav
[monitor-23] subscribe_gga_topic_name gnss/gga
[monitor-23] print_status 1
[monitor-23] log_output_status 0
[monitor-23] use_compare_yaw_rate 0
[static_transform_publisher-25] [INFO] [1701221547.192435673] [eagleye.gps.static_transform_publisher]: Spinning until stopped - publishing transform
[static_transform_publisher-25] translation: ('0.000000', '0.000000', '0.000000')
[static_transform_publisher-25] rotation: ('0.000000', '0.000000', '0.000000', '1.000000')
[static_transform_publisher-25] from 'base_link' to 'gnss'
[gnss_converter-24] velocity_source_type 0
[gnss_converter-24] velocity_source_topic /rtklib_nav
[gnss_converter-24] llh_source_type 0
[gnss_converter-24] llh_source_topic /rtklib_nav
[gnss_converter-24] twist_covariance_thresh 0.2
[gnss_converter-24] ublox_vacc_thresh 200
[static_transform_publisher-26] [INFO] [1701221547.200947257] [eagleye.imu.static_transform_publisher]: Spinning until stopped - publishing transform
[static_transform_publisher-26] translation: ('0.000000', '0.000000', '0.000000')
[static_transform_publisher-26] rotation: ('0.000000', '0.000000', '0.000000', '1.000000')
[static_transform_publisher-26] from 'base_link' to 'imu'
[geo_pose_fusion-27] fix_only_publish 0
[geo_pose_fusion-27] fix_judgement_type 0
[geo_pose_fusion-27] fix_std_pos_thres 0.1
[geo_pose_converter-28] plane 7
[geo_pose_converter-28] tf_num 1
[geo_pose_converter-28] convert_height_num 0
[geo_pose_converter-28] geoid_type 0
[geo_pose_converter-28] parent_frame_id map
[geo_pose_converter-28] child_frame_id eagleye_base_link
[geo_pose_converter-28] base_link_frame_id base_link
[geo_pose_converter-28] gnss_frame_id gnss_link
[geo_pose_converter-28] [INFO] [1701221547.424571655] [eagleye_geo_pose_converter]: convert_height_num is 0(no convert)

@rsasaki0109 rsasaki0109 merged commit 9cb16ff into develop-ros2 Nov 29, 2023
1 check passed
@rsasaki0109 rsasaki0109 deleted the feature/ros2/split_fix2pose branch November 29, 2023 01:42
rsasaki0109 added a commit that referenced this pull request Apr 3, 2024
* 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>
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.

1 participant