Add bindings generation for mjOption, mjVisual, and mjStatistic.
Fixes #2076. PiperOrigin-RevId: 677789263 Change-Id: Ie1bda40af62c5ac9bbba541668a50adfc59d3f7c
This commit is contained in:
committed by
Copybara-Service
parent
41ea95f077
commit
b5bcc91a03
@@ -109,6 +109,9 @@ PYBIND11_MODULE(_specs, m) {
|
||||
py::class_<raw::MjsPlugin> mjsPlugin(m, "MjsPlugin");
|
||||
py::class_<raw::MjsOrientation> mjsOrientation(m, "MjsOrientation");
|
||||
py::class_<raw::MjsWrap> mjsWrap(m, "MjsWrap");
|
||||
py::class_<raw::MjOption> mjOption(m, "MjOption");
|
||||
py::class_<raw::MjStatistic> mjStatistic(m, "MjStatistic");
|
||||
py::class_<raw::MjVisual> mjVisual(m, "MjVisual");
|
||||
|
||||
// ============================= MJSPEC =====================================
|
||||
mjSpec.def(py::init<>());
|
||||
|
||||
Reference in New Issue
Block a user