MapIV / eagleye

Precise localization based on GNSS and IMU.
BSD 3-Clause "New" or "Revised" License
633 stars 140 forks source link

Eagleye is not woring when use_can_less_mode is false #292

Closed meliketanrikulu closed 11 months ago

meliketanrikulu commented 12 months ago

I tested with default test data and default parameter. Just I set use_can_less_mode parameter as false. It not give an output in /eagleye/fix topic. Here is the eagleye terminal output. Can I use eagleye without vehicle twist msg. How can I fix this issue

eagleye_canless

rsasaki0109 commented 11 months ago

Sorry, the CanLess can only operate with the following data. We will eventually turn this data into a sample rosbag. https://drive.google.com/drive/folders/1TEaVRn7F6t8PhEfZe59gE_C1B8jZUkJo

meliketanrikulu commented 11 months ago

Sorry, the CanLess can only operate with the following data. We will eventually turn this data into a sample rosbag. https://drive.google.com/drive/folders/1TEaVRn7F6t8PhEfZe59gE_C1B8jZUkJo

I cant understand why its depends on test data. What is the difference between this data and sample data in the README.md

rsasaki0109 commented 11 months ago

sample rosbag is a rosbag with a special navsatfix that says No RTK-FIX when status is -1 and RTK FIX when status is 0. It does not support the current eagleye canless mode. If you convert the navsatfix to nmea_msgs/Gpgga, you can run it in sample rosbag.

meliketanrikulu commented 11 months ago

Okey thank you for information. @rsasaki0109 Maybe you can add this on README.md file.