Add mjv_camera2GLCamera to mujoco.h.
PiperOrigin-RevId: 956698065 Change-Id: I36856d7142bb5e798c5a90c19609288ddd7c4aac
This commit is contained in:
committed by
Copybara-Service
parent
a3425c72a7
commit
8b78378868
@@ -854,6 +854,7 @@ PYBIND11_MODULE(_functions, pymodule, pybind11::mod_gil_not_used()) {
|
||||
Def<traits::mjv_applyPerturbPose>(pymodule);
|
||||
Def<traits::mjv_applyPerturbForce>(pymodule);
|
||||
// Skipped: mjv_averageCamera (defined in structs.cc due to the return type)
|
||||
// Skipped: mjv_camera2GLCamera (defined in structs.cc due to the return type)
|
||||
Def<traits::mjv_select>(pymodule);
|
||||
|
||||
// Visualization
|
||||
|
||||
Reference in New Issue
Block a user