curobo.types package¶
Submodules¶
- curobo.types.base module- TensorDeviceType- TensorDeviceType.device
- TensorDeviceType.dtype
- TensorDeviceType.collision_geometry_dtype
- TensorDeviceType.collision_gradient_dtype
- TensorDeviceType.collision_distance_dtype
- TensorDeviceType.from_basic
- TensorDeviceType.to_device
- TensorDeviceType.to_int8_device
- TensorDeviceType.cpu
- TensorDeviceType.as_torch_dict
 
 
- curobo.types.camera module- CameraObservation- CameraObservation.name
- CameraObservation.rgb_image
- CameraObservation.depth_image
- CameraObservation.image_segmentation
- CameraObservation.projection_matrix
- CameraObservation.projection_rays
- CameraObservation.resolution
- CameraObservation.pose
- CameraObservation.intrinsics
- CameraObservation.timestamp
- CameraObservation.filter_depth
- CameraObservation.shape
- CameraObservation.copy_
- CameraObservation.clone
- CameraObservation.to
- CameraObservation.get_pointcloud
- CameraObservation.get_image_from_pointcloud
- CameraObservation.update_projection_rays
- CameraObservation.stack
 
 
- curobo.types.enum module
- curobo.types.file_path module- ContentPath- ContentPath.robot_config_root_path
- ContentPath.robot_xrdf_root_path
- ContentPath.robot_urdf_root_path
- ContentPath.robot_usd_root_path
- ContentPath.robot_asset_root_path
- ContentPath.world_config_root_path
- ContentPath.world_asset_root_path
- ContentPath.robot_config_absolute_path
- ContentPath.robot_xrdf_absolute_path
- ContentPath.robot_urdf_absolute_path
- ContentPath.robot_usd_absolute_path
- ContentPath.robot_asset_absolute_path
- ContentPath.world_config_absolute_path
- ContentPath.robot_config_file
- ContentPath.robot_xrdf_file
- ContentPath.robot_urdf_file
- ContentPath.robot_usd_file
- ContentPath.robot_asset_subroot_path
- ContentPath.world_config_file
- ContentPath.get_robot_configuration_path
 
 
- curobo.types.math module- Pose- Pose.position
- Pose.quaternion
- Pose.rotation
- Pose.batch
- Pose.n_goalset
- Pose.name
- Pose.normalize_rotation
- Pose.from_matrix
- Pose.get_rotation
- Pose.stack
- Pose.repeat
- Pose.unsqueeze
- Pose.repeat_seeds
- Pose.get_index
- Pose.apply_kernel
- Pose.from_list
- Pose.from_batch_list
- Pose.to_list
- Pose.tolist
- Pose.clone
- Pose.to
- Pose.get_matrix
- Pose.get_numpy_matrix
- Pose.inverse
- Pose.get_pose_vector
- Pose.copy_
- Pose.cat
- Pose.distance
- Pose.angular_distance
- Pose.linear_distance
- Pose.multiply
- Pose.transform_point
- Pose.transform_points
- Pose.batch_transform_points
- Pose.shape
- Pose.compute_offset_pose
- Pose.compute_local_pose
- Pose.contiguous
- Pose._abc_impl
- Pose._is_protocol
- Pose.count
- Pose.index
 
- quat_multiply
- angular_distance_phi3
- OrientationError- OrientationError.geodesic_distance
- OrientationError.forward
- OrientationError.backward
- OrientationError._backward_cls
- OrientationError._compiled_autograd_backward_state
- OrientationError._compiled_autograd_key
- OrientationError._get_compiled_autograd_symints
- OrientationError._input_metadata
- OrientationError._is_compiled_autograd_tracing
- OrientationError._materialize_non_diff_grads
- OrientationError._raw_saved_tensors
- OrientationError._register_hook
- OrientationError._register_hook_dict
- OrientationError._sequence_nr
- OrientationError._set_sequence_nr
- OrientationError.apply
- OrientationError.dirty_tensors
- OrientationError.generate_vmap_rule
- OrientationError.jvp
- OrientationError.mark_dirty
- OrientationError.mark_non_differentiable
- OrientationError.mark_shared_storage
- OrientationError.materialize_grads
- OrientationError.maybe_clear_saved_tensors
- OrientationError.metadata
- OrientationError.name
- OrientationError.needs_input_grad
- OrientationError.next_functions
- OrientationError.non_differentiable
- OrientationError.register_hook
- OrientationError.register_prehook
- OrientationError.requires_grad
- OrientationError.save_for_backward
- OrientationError.save_for_forward
- OrientationError.saved_for_forward
- OrientationError.saved_tensors
- OrientationError.saved_variables
- OrientationError.set_materialize_grads
- OrientationError.setup_context
- OrientationError.to_save
- OrientationError.vjp
- OrientationError.vmap
 
- normalize_quaternion
- geodesic_distance
 
- curobo.types.robot module
- curobo.types.state module- FilterCoeff
- State
- JointState- JointState.position
- JointState.velocity
- JointState.acceleration
- JointState.joint_names
- JointState.jerk
- JointState.tensor_args
- JointState.aux_data
- JointState.from_numpy
- JointState.from_position
- JointState.apply_kernel
- JointState.repeat_seeds
- JointState.to
- JointState.clone
- JointState.blend
- JointState.get_state_tensor
- JointState.from_state_tensor
- JointState.stack
- JointState.from_list
- JointState.copy_at_index
- JointState.copy_data
- JointState._same_shape
- JointState.copy_
- JointState.unsqueeze
- JointState.squeeze
- JointState.calculate_fd_from_position
- JointState.zeros
- JointState.detach
- JointState.get_ordered_joint_state
- JointState.inplace_reindex
- JointState.get_augmented_joint_state
- JointState.append_joints
- JointState.trim_trajectory
- JointState.scale
- JointState.scale_by_dt
- JointState.shape
- JointState.index_dof
- JointState._abc_impl
- JointState._is_protocol
- JointState.count
- JointState.index
 
- jit_js_scale
- jit_get_index
- fn_get_index
- jit_get_index_int
 
- curobo.types.tensor module