node package

Module contents

This package contains node modules. The following modules can be imported directly from node package:

from node import BaseNode, NodeTimer
from node import NodeType     # note: it is `node.type` module
from node import Obstacle
from node import Stationary, StaticPath

Note

There are other advanced mobility modules in the package, we’ll let users import corresponding ones based on the need.