-
Notifications
You must be signed in to change notification settings - Fork 152
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
NMEA Sentences Compatibilty #341
Comments
If you set use_gnss_mode to NMEA instead of RTKLIB, it should work. https://github.com/MapIV/eagleye/blob/main-ros1/eagleye_rt/config/eagleye_config.yaml#L3 |
We are using Autoware main branch. Did all the required changes in the config. file of the package. We are using NMEA instead of RTK, all the input topics is publishing data and the package is subscribing them. But still on the terminal, we are not getting "status enable: True" for the nodes in the pacakge architecture, except yaw_rate offset stop. Not able to figure out the issue. Could you please help and guide. FYR: We played our rosbag for an hour still no change in enable status. |
Could you provide the coming YAML? |
I want to check the original differences, so I need the YAML file as it is. At a glance, it seems fine. |
A little unclear on what you refer by the Original YAML file but here's the link for that: and our YAML file is in the pictures above. Coming to the vehicle's speed, we estimate it to be around 6-14 kph. My question to you is that, do we need the vehicle to operate above 10kph at all times or is it just an initialisation thing? If yes, what could be the workaround to achieve package functionality? |
I would like to check where the YAML file has been modified. It is necessary to always drive at a speed of over 10 km/h. Of course, it is possible to stop temporarily to some extent. |
Here is our YAML. /**: #GNSS cycle 5Hz, IMU cycle 50Hz.
|
There is no validation for IMU and vehicle speed below 30Hz, so setting it to 30Hz would be better. |
The 30Hz frequency is not just about the YAML configuration but also the sensor's actual cycle. Is it possible to change it through the hardware settings? Also, could you set the gnss_rate in the YAML file to 2? |
Thanks for the help, we will try with the suggested configuration. |
My ROS bag contains NMEA sentences, including GPGSV, GNRMC, and GNGGA. I reviewed the
gnss_converter_node
package and found that it only processes GPGGA and GPRMC sentences. I'm unsure whether it will accept input from my NMEA topic to execute its internal logic. Could you please provide guidance on how we can use our NMEA topic as input to the package and what changes should be made.The text was updated successfully, but these errors were encountered: