Skip to main content

Crate evomujoco

Crate evomujoco 

Source

Structs§

Actuator
Simple Actuator struct. Can be spawned with Mujoco::get_actuator.
Camera
Simple camera struct. Can be spawned with Mujoco::get_camera()
MjModel
A Rust-safe wrapper around mjModel. Automatically clean after itself on destruction.
Mujoco
The container that holds and runs the simulation

Enums§

Joint
JointOutput
Simple enum containing the output of a call to get_qpos or get_qvel. The reason this is an enum is because the output of these functions are different based on the kind of joint.