dronekit / dronekit-python

DroneKit-Python library for communicating with Drones via MAVLink.
https://readthedocs.org/projects/dronekit-python/
Apache License 2.0
1.62k stars 1.44k forks source link

Unable to view maps in drone-delivery #823

Open sarthak268 opened 6 years ago

sarthak268 commented 6 years ago

I am unable to view the current location of the drone in the map, even though the current location (long and lat) is visible on the screen.

MuhammadFaizanKhan commented 6 years ago

I even unable to view the map, i have assigned the new token id to map box in drone_delivery.pybut it saying {"message":"Account over limit."}. I guess i have to assigned mapid too but i don't where to get it?

hamishwillee commented 6 years ago

Sorry, I don't know either. I more pointed this to you as an example of how you might go about it - I don't have time to get it working again.

MuhammadFaizanKhan commented 6 years ago

I have found the map ID at here https://www.mapbox.com/studio/tilesets/. It can be mapbox.satellite mapbox.terrain-rgb

Now the map is working fine.

PGSK1234 commented 3 years ago

@MuhammadFaizanKhan I used both the IDs... still see this screen - blank... I did not change the token ID though... Is TokenID called ''access_token'? could you please tell me what the 'access_token' should be set to? image

Tshabani commented 2 years ago

@MuhammadFaizanKhan I used both the IDs... still see this screen - blank... I did not change the token ID though... Is TokenID called ''access_token'? could you please tell me what the 'access_token' should be set to? image

Did you get a solution to this?