Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NeuracoreAI/example_agilex
/ functions
Functions
238 in github.com/NeuracoreAI/example_agilex
⨍
Functions
238
◇
Types & classes
18
Function
camera_thread
Camera thread - captures RGB images from RealSense.
examples/common/threads/camera.py:12
Method
command_handler
Handle commands from GUI in separate thread.
scripts/piper/piper_gui_control.py:721
Method
compute_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
Method
compute_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
Method
control_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
Method
emergency_stop
Emergency stop - immediately halt all motion.
piper_controller.py:559
Function
format_flags
Format movement flags as a readable string.
scripts/oculus/monitor_hand_movement.py:126
Method
get_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
Method
get_current_end_effector_pose
Get current end effector pose. Returns: 4x4 transform matrix.
pink_ik_solver.py:340
Method
get_execution_mode
Get execution mode from GUI. Returns: Execution mode string ("targeting_time" or "targeting_pose") Raises: V
examples/common/robot_visualizer.py:703
Method
get_execution_ratio
Get execution ratio (thread-safe).
examples/common/policy_state.py:78
Method
get_ghost_robot_visibility
Get ghost robot visibility. Returns: Whether the ghost robot is visible
examples/common/robot_visualizer.py:716
Method
get_locked_prediction_horizon_sync_points
Get locked prediction horizon (legacy method name, calls get_locked_prediction_horizon).
examples/common/policy_state.py:199
Method
get_policy_rgb_image_input
Get policy RGB image (thread-safe).
examples/common/policy_state.py:83
Method
get_policy_state_input
Get policy state input (thread-safe).
examples/common/policy_state.py:104
Method
get_robot_info
Get robot information.
pink_ik_solver.py:418
Method
get_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
Method
get_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
Function
ik_solver_thread
IK solver thread - solves IK and updates state.
examples/common/threads/ik_solver.py:19
Function
joint_state_thread
Joint state thread - reads joint state and sends commands.
examples/common/threads/joint_state.py:15
Function
log_to_neuracore_on_change_callback
Log data to queue on change callback.
examples/2_collect_teleop_data_with_neuracore.py:57
Function
on_button_a_pressed
Handle Button A press to toggle robot enable/disable state.
examples/2_collect_teleop_data_with_neuracore.py:93
Function
on_button_a_pressed
Handle Button A press to toggle robot enable/disable state.
examples/1_tune_teleop_params.py:59
Function
on_button_b_pressed
Handle Button B press to move robot to home position.
examples/2_collect_teleop_data_with_neuracore.py:111
Function
on_button_b_pressed
Handle Button B press to move robot to home position.
examples/1_tune_teleop_params.py:77
Function
on_button_rj_pressed
Handle Button Right Joystick press to toggle data recording state.
examples/2_collect_teleop_data_with_neuracore.py:129
Function
on_go_home
Handle Button B press to move robot to home position.
examples/1_tune_teleop_params.py:252
Function
policy_execution_thread
Policy execution thread.
examples/4_rollout_neuracore_policy.py:386
Function
quest_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
Method
reset_to_neutral
Reset robot to neutral configuration.
pink_ik_solver.py:408
Method
set_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
Method
set_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
Method
set_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
Method
set_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
Method
set_target_pose
Set target pose from position and orientation. Args: position: 3D position vector orientation: 3x3 rotation matrix or
pink_ik_solver.py:243
Function
toggle_robot_enabled_status
Toggle robot enabled/disabled state and update GUI button label.
examples/1_tune_teleop_params.py:232
Method
update_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
Method
update_robot_rate
Update the robot rate. Args: rate: The new robot rate in Hz
piper_controller.py:780
← previous
201–238 of 238, ranked by callers