TypingCat / spatial-topology-teleoperation

Teleoperation for Mobile Robot using Semantics
GNU General Public License v3.0
4 stars 0 forks source link

Create a graph module #5

Closed TypingCat closed 3 years ago

TypingCat commented 3 years ago

New data structure is applied. I create a class Graph for the topology instead of using another python module (such as NetworkX). This class is much lighter and ROS friendly. Its node simply contains coordinates, neighbors, and color for visualization.