MANIFEST.in
README.md
pyproject.toml
setup.py
/home/ubuntu/Articore-SDK/cpp_runtime/src/runtime.cpp
/home/ubuntu/Articore-SDK/cpp_runtime/src/runtime_abi.cpp
arx_d_can/__init__.py
arx_d_can/diagnostics.py
arx_d_can/errors.py
arx_d_can.egg-info/PKG-INFO
arx_d_can.egg-info/SOURCES.txt
arx_d_can.egg-info/dependency_links.txt
arx_d_can.egg-info/requires.txt
arx_d_can.egg-info/top_level.txt
arx_d_can/actuator/__init__.py
arx_d_can/actuator/arx_d_can.py
arx_d_can/config/arx_d_can_dm.yaml
arx_d_can/config/corina_v2.yaml
arx_d_can/config/models.yaml
arx_d_can/config/yunyi_v1_0.yaml
arx_d_can/controllers/__init__.py
arx_d_can/controllers/arx_d_can_endpose_controller.py
arx_d_can/controllers/dual_gravity_compensation.py
arx_d_can/controllers/gravity_compensation.py
arx_d_can/driver/__init__.py
arx_d_can/driver/motor_drive_layer_backend.py
arx_d_can/dynamics/__init__.py
arx_d_can/dynamics/centroidal.py
arx_d_can/dynamics/derivatives.py
arx_d_can/dynamics/energy.py
arx_d_can/dynamics/forward_dynamics.py
arx_d_can/dynamics/inertia.py
arx_d_can/dynamics/inverse_dynamics.py
arx_d_can/dynamics/robot_model.py
arx_d_can/examples/README.md
arx_d_can/examples/__init__.py
arx_d_can/examples/dual_arm/__init__.py
arx_d_can/examples/dual_arm/common.py
arx_d_can/examples/dual_arm/example_01_scan_ids.py
arx_d_can/examples/dual_arm/example_02_read_state.py
arx_d_can/examples/dual_arm/example_03_clear_faults.py
arx_d_can/examples/dual_arm/example_04_send_position.py
arx_d_can/examples/dual_arm/example_05_gripper_open_close.py
arx_d_can/examples/dual_arm/example_06_benchmark_read_rate.py
arx_d_can/examples/dual_arm/example_07_send_joint_trajectory.py
arx_d_can/examples/dual_arm/example_08_return_zero.py
arx_d_can/examples/dual_arm/example_09_diagnose_status.py
arx_d_can/examples/dual_arm/example_10_set_zero_current_position.py
arx_d_can/examples/dual_arm/example_11_record_and_replay_trajectory.py
arx_d_can/examples/dual_arm/example_12_gravity_compensation.py
arx_d_can/examples/single_arm/__init__.py
arx_d_can/examples/single_arm/common.py
arx_d_can/examples/single_arm/example_01_scan_ids.py
arx_d_can/examples/single_arm/example_02_read_state.py
arx_d_can/examples/single_arm/example_03_clear_faults.py
arx_d_can/examples/single_arm/example_04_send_position.py
arx_d_can/examples/single_arm/example_05_gripper_open_close.py
arx_d_can/examples/single_arm/example_06_benchmark_read_rate.py
arx_d_can/examples/single_arm/example_07_send_joint_trajectory.py
arx_d_can/examples/single_arm/example_08_return_zero.py
arx_d_can/examples/single_arm/example_09_diagnose_status.py
arx_d_can/examples/single_arm/example_10_set_zero_current_position.py
arx_d_can/examples/single_arm/example_11_record_and_replay_trajectory.py
arx_d_can/examples/single_arm/example_12_gravity_compensation.py
arx_d_can/kinematics/__init__.py
arx_d_can/kinematics/coupled_joint_transform.py
arx_d_can/kinematics/forward_kinematics.py
arx_d_can/kinematics/inverse_kinematics.py
arx_d_can/kinematics/robot_model.py
arx_d_can/models/Alicia_M_1_2_follower_ARX.urdf
arx_d_can/models/Corinav2.urdf
arx_d_can/models/corina_v2_joint_transform.json
arx_d_can/models/yunyi_v1_0.urdf
arx_d_can/sdk/__init__.py
arx_d_can/sdk/arm.py
arx_d_can/sdk/config.py
arx_d_can/sdk/coupled_control.py
arx_d_can/sdk/dual_arm.py
arx_d_can/sdk/gripper_force_control.py
arx_d_can/sdk/native_safety.py
arx_d_can/sdk/safety.py
arx_d_can/sdk/state.py
arx_d_can/service_tools/__init__.py
arx_d_can/service_tools/change_damiao_id.py
arx_d_can/service_tools/common.py
arx_d_can/service_tools/dual_trajectory_recording.py
arx_d_can/service_tools/gravity_compensation_cli.py
arx_d_can/service_tools/joint_load_probe.py
arx_d_can/service_tools/joint_range_test.py
arx_d_can/service_tools/read_benchmark.py
arx_d_can/service_tools/trajectory_recording.py
arx_d_can/service_tools/zero_current_position.py
arx_d_can/trajectory/__init__.py
arx_d_can/trajectory/clik_tracker.py
arx_d_can/trajectory/joint_sampler.py
arx_d_can/trajectory/sampler.py
arx_d_can/trajectory/trajectory_planner.py
cpp_runtime/CMakeLists.txt
cpp_runtime/README.md
cpp_runtime/include/articore/runtime_abi.h
cpp_runtime/src/runtime.cpp
cpp_runtime/src/runtime.hpp
cpp_runtime/src/runtime_abi.cpp
cpp_runtime/tests/runtime_test.cpp
tests/test_benchmark_example.py
tests/test_change_damiao_id_example.py
tests/test_corina_profile.py
tests/test_coupled_joint_transform.py
tests/test_damiao_only.py
tests/test_diagnose_status_example.py
tests/test_dual_arm_examples.py
tests/test_dual_arm_sdk.py
tests/test_dual_gravity_compensation.py
tests/test_dual_trajectory_recording.py
tests/test_gravity_compensation.py
tests/test_gripper_force_control.py
tests/test_joint_range_service.py
tests/test_joint_trajectory.py
tests/test_model_profiles.py
tests/test_motor_drive_layer_backend.py
tests/test_native_safety.py
tests/test_read_state_example.py
tests/test_record_and_replay_example.py
tests/test_safety.py
tests/test_send_position_example.py
tests/test_set_zero_current_position_example.py
tests/test_yunyi_profiles.py