MCPcopy Create free account

hub / github.com/2toinf/X-VLA / functions

Functions1,963 in github.com/2toinf/X-VLA

↓ 2 callersMethodgetCameraInfo
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/src/uvc_camera_driver.cpp:571
↓ 2 callersMethodgetProperty
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/openni2/Driver/OniDriverAPI.h:74
↓ 2 callersMethodgetSensorType
Provides the sensor type of the sensor this object is associated with. @returns Type of the sensor. */
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/openni2/OpenNI.h:339
↓ 2 callersMethodgetVendor
Returns a the vendor name for this device. */
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/openni2/OpenNI.h:399
↓ 2 callersMethodget_decoder
(self)
models/modeling_florence2.py:1964
↓ 2 callersFunctionget_embodiment_config
(robot_file)
evaluation/robotwin-2.0/client.py:154
↓ 2 callersMethodget_encoder
(self)
models/modeling_florence2.py:1961
↓ 2 callersMethodget_input_embeddings
(self)
models/modeling_florence2.py:1499
↓ 2 callersMethodget_input_embeddings
(self)
models/modeling_florence2.py:2587
↓ 2 callersFunctiongrisu2
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/astra_camera/json.hpp:17402
↓ 2 callersFunctiongrisu2_round
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/astra_camera/json.hpp:17120
↓ 2 callersFunctionhex_bytes
! * @brief convert a byte to a uppercase hex representation * @param[in] byte byte to represent * @return representation ("00".."FF")
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/astra_camera/json.hpp:18352
↓ 2 callersMethodinvoke
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/openni2/Driver/OniDriverAPI.h:76
↓ 2 callersMethodisCommandSupported
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/openni2/Driver/OniDriverAPI.h:77
↓ 2 callersMethodisPropertySupported
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/openni2/Driver/OniDriverAPI.h:75
↓ 2 callersMethodis_end
return whether the iterator is at end
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/astra_camera/json.hpp:12565
↓ 2 callersMethodis_errored
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/astra_camera/json.hpp:7031
↓ 2 callersFunctionis_number_unsigned
@brief return whether value is an unsigned integer number @sa https://json.nlohmann.me/api/basic_json/is_number_unsigned/
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/astra_camera/json.hpp:20299
↓ 2 callersFunctionlittle_endianness
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from https://stackoverflow.com/a/1001328
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/astra_camera/json.hpp:9044
↓ 2 callersMethodnotifyAllProperties
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/openni2/Driver/OniDriverAPI.h:87
↓ 2 callersFunctionoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/astra_camera/json.hpp:13031
↓ 2 callersFunctionoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/astra_camera/json.hpp:13082
↓ 2 callersFunctionparse
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/astra_camera/json.hpp:22953
↓ 2 callersFunctionpop_back
@brief remove last reference token @sa https://json.nlohmann.me/api/json_pointer/pop_back/
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/astra_camera/json.hpp:13719
↓ 2 callersFunctionprepend
(environ, key, prefix)
evaluation/SoftFold-Agilex/camera_ws/devel/_setup_util.py:196
↓ 2 callersMethodpreprocess
Default: return unchanged.
models/action_hub.py:83
↓ 2 callersFunctionprint_status
(status)
evaluation/SoftFold-Agilex/camera_ws/src/realsense-ros/realsense2_camera/scripts/set_cams_transforms.py:31
↓ 2 callersFunctionpublish_status
(broadcaster, status)
evaluation/SoftFold-Agilex/camera_ws/src/realsense-ros/realsense2_camera/scripts/set_cams_transforms.py:35
↓ 2 callersFunctionquat_to_rotate6D
(q: np.ndarray)
evaluation/robotwin-2.0/client.py:68
↓ 2 callersMethodqueryDeviceList
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/src/ob_context.cpp:26
↓ 2 callersFunctionread_parquet
(path: str)
datasets/utils.py:41
↓ 2 callersMethodreset
(self, obs)
evaluation/calvin/calvin_client.py:75
↓ 2 callersMethodreset
This is called at the start of one episode to clear out the cached action chunks in last run.
evaluation/SoftFold-Agilex/deploy/client_eef6d_xvla.py:52
↓ 2 callersFunctionrotate6D_to_quat
(v6: np.ndarray)
evaluation/robotwin-2.0/client.py:72
↓ 2 callersFunctionrotation_6d_to_matrix
将6D旋转表示转换为3x3旋转矩阵(使用Gram-Schmidt正交化) 参数: rot_6d: numpy array of shape (..., 6) 返回: numpy array of shape (..
evaluation/SoftFold-Agilex/deploy/utils/rotation.py:5
↓ 2 callersFunctionrotation_matrix_to_6d
将旋转矩阵 R 转换为 6D 旋转表示 通过提取旋转矩阵的前六个元素
evaluation/SoftFold-Agilex/deploy/utils/rotation.py:69
↓ 2 callersMethodsetMirroringEnabled
Enable or disable mirroring for this stream. @param [in] isEnabled true to enable mirroring, false to disable it. @returns Status code indicating th
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/openni2/OpenNI.h:1115
↓ 2 callersMethodsetPixelFormat
Setter function for the pixel format of this VideoMode. Application use of this function is not recommended. Instead, use @ref SensorInfo::getSuppo
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/openni2/OpenNI.h:287
↓ 2 callersMethodsetProperty
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/openni2/Driver/OniDriverAPI.h:73
↓ 2 callersMethodsetPropertyChangedCallback
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/openni2/Driver/OniDriverAPI.h:85
↓ 2 callersMethodshutdown
Stop using the library. Unload all drivers, close all streams and devices. Once @ref shutdown was called, no other calls to OpenNI is allowed. */
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/openni2/OpenNI.h:2155
↓ 2 callersFunctionskip_whitespace
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/astra_camera/json.hpp:8718
↓ 2 callersMethodstep
(self, obs, goal)
evaluation/calvin/calvin_client.py:84
↓ 2 callersMethodstep
Query the XVLA model server for next action given the current image. Returns: np.ndarray of shape (D_action,)
evaluation/simpler/google-VM/client_coke_can.py:100
↓ 2 callersMethodstep
Query the XVLA model server for next action given the current image. Returns: np.ndarray of shape (D_action,)
evaluation/simpler/google-VM/client_place_in.py:100
↓ 2 callersMethodstep
Query the XVLA model server for next action given the current image. Returns: np.ndarray of shape (D_action,)
evaluation/simpler/google-VM/client_open_close.py:100
↓ 2 callersMethodstep
Query the XVLA model server for next action given the current image. Returns: np.ndarray of shape (D_action,)
evaluation/simpler/google-VM/client_move_near.py:100
↓ 2 callersMethodstep
Query the XVLA model server for next action given the current image. Returns: np.ndarray of shape (D_action,)
evaluation/simpler/WidowX/client_eggplant.py:63
↓ 2 callersMethodstep
Query the XVLA model server for next action given the current image. Returns: np.ndarray of shape (D_action,)
evaluation/simpler/WidowX/client_blocks.py:63
↓ 2 callersMethodstep
Query the XVLA model server for next action given the current image. Returns: np.ndarray of shape (D_action,)
evaluation/simpler/WidowX/client_carrot.py:63
↓ 2 callersMethodstep
Query the XVLA model server for next action given the current image. Returns: np.ndarray of shape (D_action,)
evaluation/simpler/WidowX/client_spoon.py:63
↓ 2 callersMethodstep
Query the XVLA model server for next action given the current image. Returns: np.ndarray of shape (D_action,)
evaluation/simpler/google-VA/client_coke_can.py:100
↓ 2 callersMethodstep
Query the XVLA model server for next action given the current image. Returns: np.ndarray of shape (D_action,)
evaluation/simpler/google-VA/client_place_in.py:100
↓ 2 callersMethodstep
Query the XVLA model server for next action given the current image. Returns: np.ndarray of shape (D_action,)
evaluation/simpler/google-VA/client_open_close.py:100
↓ 2 callersMethodstep
Query the XVLA model server for next action given the current image. Returns: np.ndarray of shape (D_action,)
evaluation/simpler/google-VA/client_move_near.py:100
↓ 2 callersMethodstep
Args: obs: (dict) environment observations - images/cam_high - images/cam_left_wrist - eef_6d
evaluation/SoftFold-Agilex/deploy/client_eef6d_xvla.py:91
↓ 2 callersFunctionswap
@brief exchanges the values @sa https://json.nlohmann.me/api/basic_json/swap/
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/astra_camera/json.hpp:22372
↓ 2 callersMethodtoMessage
evaluation/SoftFold-Agilex/camera_ws/devel/include/astra_camera/AstraConfig.h:105
↓ 2 callersMethodwait_for_messages
(self, themes)
evaluation/SoftFold-Agilex/camera_ws/src/realsense-ros/realsense2_camera/scripts/rs2_listener.py:180
↓ 2 callersMethodwrite_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/astra_camera/json.hpp:14766
↓ 2 callersMethodwrite_cbor
! @param[in] j JSON value to serialize */
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/astra_camera/json.hpp:14795
↓ 2 callersMethodwrite_msgpack
! @param[in] j JSON value to serialize */
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/include/astra_camera/json.hpp:15119
↓ 1 callersFunctionAccelGetData
(rec_filename)
evaluation/SoftFold-Agilex/camera_ws/src/realsense-ros/realsense2_camera/scripts/rs2_test.py:36
↓ 1 callersFunctionDeviceConnectedCallback
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/src/list_devices_node.cpp:16
↓ 1 callersMethodEnable
evaluation/SoftFold-Agilex/camera_ws/src/realsense-ros/realsense2_camera/include/base_realsense_node.h:106
↓ 1 callersFunctionImageColorGetData
(rec_filename)
evaluation/SoftFold-Agilex/camera_ws/src/realsense-ros/realsense2_camera/scripts/rs2_test.py:102
↓ 1 callersFunctionImuGetData
(rec_filename, topic)
evaluation/SoftFold-Agilex/camera_ws/src/realsense-ros/realsense2_camera/scripts/rs2_test.py:18
↓ 1 callersMethodPause
evaluation/SoftFold-Agilex/camera_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:50
↓ 1 callersFunctionPixelFormatToString
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/src/utils.cpp:90
↓ 1 callersMethodPublish
机械臂消息发布
evaluation/SoftFold-Agilex/Piper_ros_private-ros-noetic/src/piper/scripts/piper_start_ms_node.py:409
↓ 1 callersMethodPublish
evaluation/SoftFold-Agilex/camera_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:31
↓ 1 callersMethodPublishMasterArmJointAndGripper
(self)
evaluation/SoftFold-Agilex/Piper_ros_private-ros-noetic/src/piper/scripts/piper_start_ms_node.py:523
↓ 1 callersMethodPublishSlaveArmEndPose
(self)
evaluation/SoftFold-Agilex/Piper_ros_private-ros-noetic/src/piper/scripts/piper_start_ms_node.py:480
↓ 1 callersMethodPublishSlaveArmJointAndGripper
(self)
evaluation/SoftFold-Agilex/Piper_ros_private-ros-noetic/src/piper/scripts/piper_start_ms_node.py:501
↓ 1 callersMethodPublishSlaveArmState
(self)
evaluation/SoftFold-Agilex/Piper_ros_private-ros-noetic/src/piper/scripts/piper_start_ms_node.py:457
↓ 1 callersMethodResolve
(msg)
evaluation/SoftFold-Agilex/camera_ws/devel/share/gennodejs/ros/astra_camera/srv/GetCameraInfo.js:63
↓ 1 callersMethodResolve
(msg)
evaluation/SoftFold-Agilex/camera_ws/devel/share/gennodejs/ros/astra_camera/srv/GetDeviceInfo.js:63
↓ 1 callersMethodResume
evaluation/SoftFold-Agilex/camera_ws/src/realsense-ros/realsense2_camera/src/base_realsense_node.cpp:57
↓ 1 callersMethodSavePointCloudXyzCallback
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/src/point_cloud_proc/point_cloud_xyz.cpp:108
↓ 1 callersMethodSavePointCloudXyzrgbCallback
evaluation/SoftFold-Agilex/camera_ws/src/ros_astra_camera/src/point_cloud_proc/point_cloud_xyzrgb.cpp:285
↓ 1 callersFunction_apply_env_placeholders
(obj)
evaluation/simpler/google-VM/client_coke_can.py:32
↓ 1 callersFunction_apply_env_placeholders
(obj)
evaluation/simpler/google-VM/client_place_in.py:32
↓ 1 callersFunction_apply_env_placeholders
(obj)
evaluation/simpler/google-VM/client_open_close.py:32
↓ 1 callersFunction_apply_env_placeholders
(obj)
evaluation/simpler/google-VM/client_move_near.py:32
↓ 1 callersFunction_apply_env_placeholders
(obj)
evaluation/simpler/google-VA/client_coke_can.py:32
↓ 1 callersFunction_apply_env_placeholders
(obj)
evaluation/simpler/google-VA/client_place_in.py:32
↓ 1 callersFunction_apply_env_placeholders
(obj)
evaluation/simpler/google-VA/client_open_close.py:32
↓ 1 callersFunction_apply_env_placeholders
(obj)
evaluation/simpler/google-VA/client_move_near.py:32
↓ 1 callersMethod_build_app
Minimal FastAPI app for XVLA inference. Args: processor: callable(images, text) -> Dict[str, torch.Tensor]
models/modeling_xvla.py:219
↓ 1 callersMethod_build_image_projection_layers
(self, config)
models/modeling_florence2.py:2450
↓ 1 callersMethod_build_image_projection_layers
(self, config)
models/modeling_florence2.py:2553
↓ 1 callersMethod_flash_attention_forward
Calls the forward method of Flash Attention - if the input hidden states contain at least one padding token first unpad the input, th
models/modeling_florence2.py:1012
↓ 1 callersMethod_format_query
(self, obs: Dict, goal: str)
evaluation/libero/libero_client.py:159
↓ 1 callersFunction_get_unpad_data
(attention_mask)
models/modeling_florence2.py:671
↓ 1 callersFunction_get_workspaces
Based on CMAKE_PREFIX_PATH return all catkin workspaces. :param include_fuerte: The flag if paths starting with '/opt/ros/fuerte' should be
evaluation/SoftFold-Agilex/camera_ws/devel/_setup_util.py:122
↓ 1 callersFunction_has_sdp_attention
Check if we can use PyTorch fused scaled_dot_product_attention.
models/transformer.py:38
↓ 1 callersMethod_init_env
(self, task_suite, task_id: int = 0, ep: int = 0)
evaluation/libero/libero_client.py:245
↓ 1 callersMethod_make_dir
(self, save_path: Path)
evaluation/libero/libero_client.py:240
↓ 1 callersFunction_open_h5
Open HDF5 from local FS or remote backend via mmengine.fileio.
datasets/domain_handler/base.py:60
↓ 1 callersFunction_parse_arguments
(args=None)
evaluation/SoftFold-Agilex/camera_ws/devel/_setup_util.py:254
← previousnext →201–300 of 1,963, ranked by callers