mujoco-rust 0.0.6

MuJoCo bindings for Rust
1
2
3
4
5
6
// MuJoCo object types

// See [here](http://www.mujoco.org/book/APIreference.html#mjtGeom) for more info.
pub use mujoco_rs_sys::no_render::mjtGeom as GeomType;
// See [here](http://www.mujoco.org/book/APIreference.html#mjtObj) for more info.
pub use mujoco_rs_sys::no_render::mjtObj as ObjType;