unisim.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. |
- unisim.backend.motrix.scene.add_motrix_tracking_frame_sensors(world, *, base_name)[source]¶
Add Motrix-native frame sensors matching the legacy tracking sensor contract.
Only pose sensors are added: body-frame velocities are computed analytically from the world-frame link state (see
MotrixBackend.get_body_*_vel_b), because MotrixSim frame velocity sensors report motion relative to the baselink and degenerate to zero for the root body.
- unisim.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.
- unisim.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.