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

can_less mode and single point positioning #339

Open
nisshi3 opened this issue Feb 9, 2025 · 3 comments
Open

can_less mode and single point positioning #339

nisshi3 opened this issue Feb 9, 2025 · 3 comments

Comments

@nisshi3
Copy link

nisshi3 commented Feb 9, 2025

Thank you for your great work.

I would like to use Eagleye in can_less mode with stand-alone positioning.
I am using simpleRTK2B (u-blox ZED-F9P ) and IMU (TAG300N-100).

(1)Does Eagleye_rt need both nmea_sentence and rtklib_msgs inputs?
It is difficult to input nmea_sentence and rtklib_msgs to Eagleye_rt at the same time because UART2 is not available on the F9P board we are using.

(2) I am inputting GNSS and IMU Topic with nmea_sentence specified, but /velocity is not published. What could be the cause of this problem?

(3) I am using the ROSBAG (eagleye_sample_20200127.bag) to check if it localization in CANLES mode, but it does not.
What could be the cause of this problem?
(I have specified rtklib_msgs as the GNSS to be used.)

@rsasaki0109
Copy link
Collaborator

(1) If you set use_gnss_mode to NMEA, it should work with only the nmea_sentence as the GNSS input.
https://github.com/MapIV/eagleye_private/blob/main-ros1/eagleye_rt/config/eagleye_config.yaml#L3
(2) Setting use_gnss_mode to NMEA should make it work.
(3) In eagleye_sample_20200127.bag, the CAN-less mode does not work.

@nisshi3
Copy link
Author

nisshi3 commented Feb 13, 2025

Thank you for your response.
(1), (2) I will verify the operation by setting use_gnss_mode to NMEA.
If it does not work, I will extract the ROSBAG data.
(3) Why does the CAN-less mode not work?
Are there any limitations, such as requiring GNSS: Ublox F9P with RTK for the CAN-less mode?

@rsasaki0109
Copy link
Collaborator

rsasaki0109 commented Feb 13, 2025

The following indicates that canless mode requires RTK positioning.
https://github.com/MapIV/eagleye?tab=readme-ov-file#can_less-mode

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

No branches or pull requests

2 participants