-
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
How can I use Eagleye in MGRS coordinates #291
Comments
Is eagleye/fix outputting the correct latitude and longitude? |
There was a problem and it has been corrected. The fix2pose node was dead in the following.
https://github.com/MapIV/llh_converter/blob/main/src/llh_converter.cpp#L453 |
Now its not give result in this --> (eagleye/fix) topic. But still its still not working in MGRS coordinates. |
Is the fix2pose node dead? Could you check the fix2pose log file in the .ros directory to identify what the issue might be? |
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:
You can see here '/eagleye/pose' topics output on terminal and RVIZ .
How can I get my position in MGRS coordinates.
The text was updated successfully, but these errors were encountered: