RobSimulatorGroup / gobot

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

16 add node class #43

Closed StephenYu-R closed 1 year ago

StephenYu-R commented 1 year ago

This PR is to add the class Node with a simple class Scene. As building blocks, nodes can be arranged in a scene tree.

This PR commits the following features:

The following features are not included in this PR:

StephenYu-R commented 1 year ago

Added GenerateSerialChildName such that a child name could be autoset in a human-readable version. This works to both AddChild and AddSibling.