RobSimulatorGroup / gobot

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

Add intermediate layer api for class registration #26

Open Wuqiqi123 opened 1 year ago

Wuqiqi123 commented 1 year ago

Add intermediate layer for gobot api registration, so we can not only bind to rttr, but also some other usage, such as pybind11, json, and visual script.

gobot api registration ==> intermediate layer ==> RTTR, pybind11, json...