zhexulong

Results 1 comments of zhexulong

same issue,TiledCamera. After many simulation steps the on hand camera pose doesn't update. my config: ```python CAMERA_CFG = TiledCameraCfg( update_period=0, height=CAM_HEIGHT, width=CAM_WIDTH, update_latest_camera_pose=True, data_types=[*MODALITIES], colorize_instance_id_segmentation=False, colorize_semantic_segmentation=False, colorize_instance_segmentation=False, spawn=sim_utils.PinholeCameraCfg( focal_length=focal_length_cm, focus_distance=focus_distance,...