MCPcopy Create free account

hub / github.com/NeuracoreAI/example_agilex / functions

Functions238 in github.com/NeuracoreAI/example_agilex

Functioncamera_thread
Camera thread - captures RGB images from RealSense.
examples/common/threads/camera.py:12
Methodcommand_handler
Handle commands from GUI in separate thread.
scripts/piper/piper_gui_control.py:721
Methodcompute_error
r"""Compute posture task error. The posture task error is defined as: .. math:: e(q) = q^* \ominus q See :func
vectorised_posture_task.py:83
Methodcompute_jacobian
r"""Compute the posture task Jacobian. The task Jacobian is the identity :math:`I_{n_v} \in \mathbb{R}^{n_v \times n_v}`, with :math:
vectorised_posture_task.py:109
Methodcontrol_loop
Main robot control loop running at robot_rate Hz. This should be run in a separate thread. Only sends commands when robot is in ENABL
piper_controller.py:461
Methodemergency_stop
Emergency stop - immediately halt all motion.
piper_controller.py:559
Functionformat_flags
Format movement flags as a readable string.
scripts/oculus/monitor_hand_movement.py:126
Methodget_controller_filter_params
Get 1€ Filter parameters from GUI. Returns: Tuple of (min_cutoff, beta, d_cutoff) Raises: ValueError: If con
examples/common/robot_visualizer.py:491
Methodget_current_end_effector_pose
Get current end effector pose. Returns: 4x4 transform matrix.
pink_ik_solver.py:340
Methodget_execution_mode
Get execution mode from GUI. Returns: Execution mode string ("targeting_time" or "targeting_pose") Raises: V
examples/common/robot_visualizer.py:703
Methodget_execution_ratio
Get execution ratio (thread-safe).
examples/common/policy_state.py:78
Methodget_ghost_robot_visibility
Get ghost robot visibility. Returns: Whether the ghost robot is visible
examples/common/robot_visualizer.py:716
Methodget_locked_prediction_horizon_sync_points
Get locked prediction horizon (legacy method name, calls get_locked_prediction_horizon).
examples/common/policy_state.py:199
Methodget_policy_rgb_image_input
Get policy RGB image (thread-safe).
examples/common/policy_state.py:83
Methodget_policy_state_input
Get policy state input (thread-safe).
examples/common/policy_state.py:104
Methodget_robot_info
Get robot information.
pink_ik_solver.py:418
Methodget_robot_rate
Get robot rate from GUI. Returns: Robot rate in Hz Raises: ValueError: If policy controls not initialized
examples/common/robot_visualizer.py:690
Methodget_target_gripper_open_value
Get target gripper open value (thread-safe). Returns: Target gripper open value or None if not available
examples/common/data_manager.py:417
Functionik_solver_thread
IK solver thread - solves IK and updates state.
examples/common/threads/ik_solver.py:19
Functionjoint_state_thread
Joint state thread - reads joint state and sends commands.
examples/common/threads/joint_state.py:15
Functionlog_to_neuracore_on_change_callback
Log data to queue on change callback.
examples/2_collect_teleop_data_with_neuracore.py:57
Functionon_button_a_pressed
Handle Button A press to toggle robot enable/disable state.
examples/2_collect_teleop_data_with_neuracore.py:93
Functionon_button_a_pressed
Handle Button A press to toggle robot enable/disable state.
examples/1_tune_teleop_params.py:59
Functionon_button_b_pressed
Handle Button B press to move robot to home position.
examples/2_collect_teleop_data_with_neuracore.py:111
Functionon_button_b_pressed
Handle Button B press to move robot to home position.
examples/1_tune_teleop_params.py:77
Functionon_button_rj_pressed
Handle Button Right Joystick press to toggle data recording state.
examples/2_collect_teleop_data_with_neuracore.py:129
Functionon_go_home
Handle Button B press to move robot to home position.
examples/1_tune_teleop_params.py:252
Functionpolicy_execution_thread
Policy execution thread.
examples/4_rollout_neuracore_policy.py:386
Functionquest_reader_thread
Quest reader thread - reads controller data and manages teleop state. This thread runs at high frequency to ensure responsive controller input.
examples/common/threads/quest_reader.py:11
Methodreset_to_neutral
Reset robot to neutral configuration.
pink_ik_solver.py:408
Methodset_disable_robot_callback
Set callback for Disable Robot button. Args: callback: Callback function to call when button is clicked
examples/common/robot_visualizer.py:782
Methodset_emergency_stop_callback
Set callback for Emergency Stop button. Args: callback: Callback function to call when button is clicked
examples/common/robot_visualizer.py:791
Methodset_enable_robot_callback
Set callback for Enable Robot button. Args: callback: Callback function to call when button is clicked
examples/common/robot_visualizer.py:773
Methodset_joint_angles_text
Set joint angles text display. Args: text: Text to display Raises: ValueError: If joint angles control not i
examples/common/robot_visualizer.py:564
Methodset_target_pose
Set target pose from position and orientation. Args: position: 3D position vector orientation: 3x3 rotation matrix or
pink_ik_solver.py:243
Functiontoggle_robot_enabled_status
Toggle robot enabled/disabled state and update GUI button label.
examples/1_tune_teleop_params.py:232
Methodupdate_params
Update filter parameters for all sub-filters without resetting state. Args: min_cutoff: Minimum cutoff frequency beta
examples/common/one_euro_filter.py:209
Methodupdate_robot_rate
Update the robot rate. Args: rate: The new robot rate in Hz
piper_controller.py:780
← previous201–238 of 238, ranked by callers