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

Add heading information from driver #279

Open
tiesus opened this issue Jun 8, 2023 · 2 comments
Open

Add heading information from driver #279

tiesus opened this issue Jun 8, 2023 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@tiesus
Copy link

tiesus commented Jun 8, 2023

First of all thanks for the amazing package.
I have a question regarding the heading source. In dual antenna setups you are fusing the input from both antennas seperately.
I understand that the driver is intended to work with raw values through rtk lib instead of driver specific messages.
For me it would be interesting to fuse heading from the driver directly (as sensor_msg/Imu) instead of using multi antenna mode. Is this possible?
My intention to use this package this way is to use params like antenna::hading offset.

@rsasaki0109
Copy link
Member

Instead of launching gnss_compass.launch, you can input a topic called gnss_compass_pose of the type geometry_msgs::msg::PoseStamped to the heading_node. There is no need to input a position into this gnss_compass_pose topic.

Comment out the following gnss_compass.launch.
https://github.com/MapIV/eagleye/blob/main-ros2/eagleye_rt/launch/eagleye_rt.launch.xml#L140-L145

Please subscribe to the driver posture below.
https://github.com/MapIV/eagleye/blob/main-ros2/eagleye_rt/src/heading_node.cpp#L243

@rsasaki0109 rsasaki0109 self-assigned this Jun 8, 2023
@rsasaki0109 rsasaki0109 added the question Further information is requested label Jun 8, 2023
@tiesus
Copy link
Author

tiesus commented Jun 9, 2023

This is exactly what I'm looking for:) Thanks for your quick response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants