RobSimulatorGroup / gobot

Go, robot go!
GNU Lesser General Public License v3.0
16 stars 2 forks source link

Add Node class #16

Closed Wuqiqi123 closed 1 year ago

StephenYu-R commented 1 year ago

Base class for all scene objects.

Description Nodes are building blocks, can be assigned as the child of another node with a unique name, resulting in a scene tree which can be saved to the disk to be instantiated into other scenes.

StephenYu-R commented 1 year ago

Close this issue as #43 is merged.