-
Notifications
You must be signed in to change notification settings - Fork 309
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
waypoint ? google map ? #516
Comments
Agent comment from kyle.cai in Zendesk ticket #72378: °°° |
can I use tktiner to make waypoints ? |
This is not a question related to this ROS package but I will give you some insight on how to move forward. You can use folium or requests on a map API (such as Google maps or Mapbox) to get a map image in Python and present it in a GUI. Then, using some maths transform pixel coordinates to latitude and longtitude. I think it is easier to integrate ROS with Qt instead of Tkinter in Python. Then you need a way to pass the generated coordinates from Qt to a waypoint mission and send it to the aircraft. A solution would be to save these coordinates in a file and then read them from a custom version of waypointV2_node or just transmit them using a ROS message. |
Thankyou for the suggestion, I will look into it.
…________________________________
From: Frank Fourlas ***@***.***>
Sent: Tuesday, November 29, 2022 5:54 PM
To: dji-sdk/Onboard-SDK-ROS ***@***.***>
Cc: Haroon Rasheed ***@***.***>; Author ***@***.***>
Subject: Re: [dji-sdk/Onboard-SDK-ROS] waypoint ? google map ? (Issue #516)
This is not a question related to this ROS package but I will give you some insight on how to move forward.
You can use folium or requests on a map API (such as Google maps or Mapbox) to get a map image in Python and present it in a GUI. Then, using some maths transform pixel coordinates to latitude and longtitude. I think it is easier to integrate ROS with Qt instead of Tkinter in Python. Then you need a way to pass the generated coordinates from Qt to a waypoint mission and send it to the aircraft. A solution would be to save these coordinates in a file and then read them from a custom version of waypointV2_node or just transmit them using a ROS message.
—
Reply to this email directly, view it on GitHub<#516 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AWFQRH2LXYWGSJPCDUVMVOLWKX4H3ANCNFSM6AAAAAARNDXV3Y>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
is there any easy way to create waypoints for ros osdk? as if we compare it to msdk it was a lot easy to generate waypoints in the mobile application but how to generate it for ros osdk ? is there any way to create google api which can be linked with our code ?
The text was updated successfully, but these errors were encountered: