unilab.base.backend.motrix.scene¶
Functions
|
Add Motrix-native frame sensors matching the legacy tracking sensor contract. |
Build a MotrixSim model with generated hfield terrain and attached robot. |
|
|
Build a MotrixSim model through MSD scene composition. |
- unilab.base.backend.motrix.scene.add_motrix_tracking_frame_sensors(world, *, base_name)[source]¶
Add Motrix-native frame sensors matching the legacy tracking sensor contract.
- unilab.base.backend.motrix.scene.materialize_motrix_scene(*, model_file, fragment_files=(), add_body_sensors=False, base_name='base')[source]¶
Build a MotrixSim model through MSD scene composition.
- unilab.base.backend.motrix.scene.materialize_motrix_hfield_attached_scene(*, model_file, terrain_cfg, fragment_files=(), hfield_name='terrain_hfield', geom_name='floor', add_body_sensors=False, base_name='base', return_surface_sampler=False)[source]¶
Build a MotrixSim model with generated hfield terrain and attached robot.