-
Notifications
You must be signed in to change notification settings - Fork 0
Map Generation and Display
Kshitj Kabeer edited this page Jan 18, 2020
·
1 revision
This module's job is to generate high quality maps of the ROI, complete with markers for the different boxes detected. First an empty map of the region is created using the Bing Maps REST API. When the node is launched, it constantly keeps displaying this map.
As soon as a new object is detected, the map generated is marked by a rectangle using the received GPS coordinates of the object.