Salisbury-University / robot-weed-killer

Application to control our laser firing, weed killing robot
5 stars 1 forks source link

💡 Setup MapBox API Credentials #49

Closed ZM009 closed 1 year ago

ZM009 commented 1 year ago

Start Date

03/07/2023

Implementation PR

No Pull Requests Used as of now

Reference Issues

No Issues Referenced

Summary

MapBox is an API used by OpenStreetMap. This is a general setup of any access tokens needed for eventual autonomous pathing using various algorithms like Dijkstra 's Shortest Path, etc. For now, basic setup is the primary goal which will include generating an authenticating key, secret keys for map manipulation, etc.

Basic Example

With the setup of the API, this would allow for an interactive map to be created, eventually leading to a user able to choose a start and stop point for the laser robot, and implement any pathing algorithms used/designed for max efficiency.

Drawbacks

Possible Drawbacks Include:

qiugai commented 1 year ago

API Credentials have been added to the gradle files. Meeting with client to determine when to implement mapping