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

How can I use Eagleye in MGRS coordinates #291

Open
meliketanrikulu opened this issue Jul 13, 2023 · 5 comments
Open

How can I use Eagleye in MGRS coordinates #291

meliketanrikulu opened this issue Jul 13, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@meliketanrikulu
Copy link

I want to see my position in MGRS coordinates. I changed this launch file configuration --> https://github.com/MapIV/eagleye/blob/94228d3b646b82d24e7d5565f819c82ed4113abc/eagleye_util/fix2pose/launch/fix2pose.launch.xml#L12C1-L12C1 (I set tf_num = 2). But its not working . I tested with example rosbag .

Here is my output:
eagleye_MGRS
You can see here '/eagleye/pose' topics output on terminal and RVIZ .

How can I get my position in MGRS coordinates.

@rsasaki0109 rsasaki0109 self-assigned this Jul 13, 2023
@rsasaki0109 rsasaki0109 added the bug Something isn't working label Jul 13, 2023
@rsasaki0109 rsasaki0109 removed their assignment Jul 13, 2023
@rsasaki0109
Copy link
Collaborator

Is eagleye/fix outputting the correct latitude and longitude?
I would like to see what the eagleye terminal output looks like.

@meliketanrikulu
Copy link
Author

meliketanrikulu commented Jul 14, 2023

eagleye/fix output is looks correct. I convert UTM with local origin using eagleye/fix output (its blue line in the rviz screen) . It looks okey . But /eagleye/pose topic (its output of the fix2pose_node ) is not correct. And also here is the eagleye terminal output
issue_eagleye

@rsasaki0109
Copy link
Collaborator

rsasaki0109 commented Jul 18, 2023

There was a problem and it has been corrected.
#295

The fix2pose node was dead in the following.

      std::cerr << "\033[31;1mError: Straddling over 3 grids is not supported.\033[m" << std::endl;

https://github.com/MapIV/llh_converter/blob/main/src/llh_converter.cpp#L453

@meliketanrikulu
Copy link
Author

Now its not give result in this --> (eagleye/fix) topic. But still its still not working in MGRS coordinates.

@rsasaki0109
Copy link
Collaborator

rsasaki0109 commented Jul 29, 2023

Is the fix2pose node dead? Could you check the fix2pose log file in the .ros directory to identify what the issue might be?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants