From bbf8c17a58001bfe15948e3b2a31ca2a1a95f928 Mon Sep 17 00:00:00 2001 From: YanzhenXiangRobotics Date: Tue, 25 Apr 2023 16:42:53 +0200 Subject: ADD: init proj --- testing/.MATLABDriveTag | 1 + testing/TestFunction.p | Bin 0 -> 3855 bytes testing/TestFunction_LQR.p | Bin 0 -> 970 bytes testing/TestFunction_MPC.p | Bin 0 -> 1717 bytes testing/TestFunction_MPC_TE.p | Bin 0 -> 1659 bytes testing/TestFunction_MPC_TE_forces.p | Bin 0 -> 1670 bytes testing/TestFunction_MPC_TS.p | Bin 0 -> 1761 bytes testing/TestFunction_MPC_TS_SC.p | Bin 0 -> 2187 bytes testing/TestFunction_MPC_TS_SC_script.p | Bin 0 -> 1179 bytes testing/TestFunction_MPC_TUBE.p | Bin 0 -> 1857 bytes testing/TestFunction_MPC_TUBE_script.p | Bin 0 -> 1033 bytes testing/TestFunction_compute_minRPI.p | Bin 0 -> 593 bytes testing/TestFunction_compute_tightening.p | Bin 0 -> 1000 bytes testing/TestFunction_compute_tube_controller.p | Bin 0 -> 647 bytes testing/TestFunction_generate_constraints.p | Bin 0 -> 763 bytes testing/TestFunction_generate_disturbances.p | Bin 0 -> 864 bytes testing/TestFunction_generate_params.p | Bin 0 -> 1247 bytes testing/TestFunction_generate_system.p | Bin 0 -> 840 bytes testing/TestFunction_generate_system_cont.p | Bin 0 -> 852 bytes testing/TestFunction_generate_system_scaled.p | Bin 0 -> 886 bytes testing/TestFunction_lqr_maxPI.p | Bin 0 -> 785 bytes testing/TestFunction_lqr_tuning.p | Bin 0 -> 1529 bytes testing/TestFunction_lqr_tuning_script.p | Bin 0 -> 906 bytes testing/TestFunction_simulate.p | Bin 0 -> 983 bytes testing/TestFunction_simulate_uncertain.p | Bin 0 -> 1251 bytes testing/TestFunction_traj_constraints.p | Bin 0 -> 1405 bytes testing/TestFunction_traj_cost.p | Bin 0 -> 694 bytes testing/linearController.p | Bin 0 -> 183 bytes testing/run_tests.p | Bin 0 -> 3072 bytes 29 files changed, 1 insertion(+) create mode 100644 testing/.MATLABDriveTag create mode 100644 testing/TestFunction.p create mode 100644 testing/TestFunction_LQR.p create mode 100644 testing/TestFunction_MPC.p create mode 100644 testing/TestFunction_MPC_TE.p create mode 100644 testing/TestFunction_MPC_TE_forces.p create mode 100644 testing/TestFunction_MPC_TS.p create mode 100644 testing/TestFunction_MPC_TS_SC.p create mode 100644 testing/TestFunction_MPC_TS_SC_script.p create mode 100644 testing/TestFunction_MPC_TUBE.p create mode 100644 testing/TestFunction_MPC_TUBE_script.p create mode 100644 testing/TestFunction_compute_minRPI.p create mode 100644 testing/TestFunction_compute_tightening.p create mode 100644 testing/TestFunction_compute_tube_controller.p create mode 100644 testing/TestFunction_generate_constraints.p create mode 100644 testing/TestFunction_generate_disturbances.p create mode 100644 testing/TestFunction_generate_params.p create mode 100644 testing/TestFunction_generate_system.p create mode 100644 testing/TestFunction_generate_system_cont.p create mode 100644 testing/TestFunction_generate_system_scaled.p create mode 100644 testing/TestFunction_lqr_maxPI.p create mode 100644 testing/TestFunction_lqr_tuning.p create mode 100644 testing/TestFunction_lqr_tuning_script.p create mode 100644 testing/TestFunction_simulate.p create mode 100644 testing/TestFunction_simulate_uncertain.p create mode 100644 testing/TestFunction_traj_constraints.p create mode 100644 testing/TestFunction_traj_cost.p create mode 100644 testing/linearController.p create mode 100644 testing/run_tests.p (limited to 'testing') diff --git a/testing/.MATLABDriveTag b/testing/.MATLABDriveTag new file mode 100644 index 0000000..91a4f10 --- /dev/null +++ b/testing/.MATLABDriveTag @@ -0,0 +1 @@ +da537f63-b054-4058-9b41-6907e21d5531 \ No newline at end of file diff --git a/testing/TestFunction.p b/testing/TestFunction.p new file mode 100644 index 0000000..7bb108c Binary files /dev/null and b/testing/TestFunction.p differ diff --git a/testing/TestFunction_LQR.p b/testing/TestFunction_LQR.p new file mode 100644 index 0000000..955ba03 Binary files /dev/null and b/testing/TestFunction_LQR.p differ diff --git a/testing/TestFunction_MPC.p b/testing/TestFunction_MPC.p new file mode 100644 index 0000000..b802e23 Binary files /dev/null and b/testing/TestFunction_MPC.p differ diff --git a/testing/TestFunction_MPC_TE.p b/testing/TestFunction_MPC_TE.p new file mode 100644 index 0000000..d035c80 Binary files /dev/null and b/testing/TestFunction_MPC_TE.p differ diff --git a/testing/TestFunction_MPC_TE_forces.p b/testing/TestFunction_MPC_TE_forces.p new file mode 100644 index 0000000..81ff7ba Binary files /dev/null and b/testing/TestFunction_MPC_TE_forces.p differ diff --git a/testing/TestFunction_MPC_TS.p b/testing/TestFunction_MPC_TS.p new file mode 100644 index 0000000..23c4836 Binary files /dev/null and b/testing/TestFunction_MPC_TS.p differ diff --git a/testing/TestFunction_MPC_TS_SC.p b/testing/TestFunction_MPC_TS_SC.p new file mode 100644 index 0000000..faef7e4 Binary files /dev/null and b/testing/TestFunction_MPC_TS_SC.p differ diff --git a/testing/TestFunction_MPC_TS_SC_script.p b/testing/TestFunction_MPC_TS_SC_script.p new file mode 100644 index 0000000..e13715e Binary files /dev/null and b/testing/TestFunction_MPC_TS_SC_script.p differ diff --git a/testing/TestFunction_MPC_TUBE.p b/testing/TestFunction_MPC_TUBE.p new file mode 100644 index 0000000..4bac841 Binary files /dev/null and b/testing/TestFunction_MPC_TUBE.p differ diff --git a/testing/TestFunction_MPC_TUBE_script.p b/testing/TestFunction_MPC_TUBE_script.p new file mode 100644 index 0000000..9946b16 Binary files /dev/null and b/testing/TestFunction_MPC_TUBE_script.p differ diff --git a/testing/TestFunction_compute_minRPI.p b/testing/TestFunction_compute_minRPI.p new file mode 100644 index 0000000..9390f12 Binary files /dev/null and b/testing/TestFunction_compute_minRPI.p differ diff --git a/testing/TestFunction_compute_tightening.p b/testing/TestFunction_compute_tightening.p new file mode 100644 index 0000000..d2e60ea Binary files /dev/null and b/testing/TestFunction_compute_tightening.p differ diff --git a/testing/TestFunction_compute_tube_controller.p b/testing/TestFunction_compute_tube_controller.p new file mode 100644 index 0000000..764bd90 Binary files /dev/null and b/testing/TestFunction_compute_tube_controller.p differ diff --git a/testing/TestFunction_generate_constraints.p b/testing/TestFunction_generate_constraints.p new file mode 100644 index 0000000..6bff694 Binary files /dev/null and b/testing/TestFunction_generate_constraints.p differ diff --git a/testing/TestFunction_generate_disturbances.p b/testing/TestFunction_generate_disturbances.p new file mode 100644 index 0000000..9dc80b6 Binary files /dev/null and b/testing/TestFunction_generate_disturbances.p differ diff --git a/testing/TestFunction_generate_params.p b/testing/TestFunction_generate_params.p new file mode 100644 index 0000000..1ab5f90 Binary files /dev/null and b/testing/TestFunction_generate_params.p differ diff --git a/testing/TestFunction_generate_system.p b/testing/TestFunction_generate_system.p new file mode 100644 index 0000000..74e80ac Binary files /dev/null and b/testing/TestFunction_generate_system.p differ diff --git a/testing/TestFunction_generate_system_cont.p b/testing/TestFunction_generate_system_cont.p new file mode 100644 index 0000000..8c48d90 Binary files /dev/null and b/testing/TestFunction_generate_system_cont.p differ diff --git a/testing/TestFunction_generate_system_scaled.p b/testing/TestFunction_generate_system_scaled.p new file mode 100644 index 0000000..4176219 Binary files /dev/null and b/testing/TestFunction_generate_system_scaled.p differ diff --git a/testing/TestFunction_lqr_maxPI.p b/testing/TestFunction_lqr_maxPI.p new file mode 100644 index 0000000..a2fc282 Binary files /dev/null and b/testing/TestFunction_lqr_maxPI.p differ diff --git a/testing/TestFunction_lqr_tuning.p b/testing/TestFunction_lqr_tuning.p new file mode 100644 index 0000000..c97d218 Binary files /dev/null and b/testing/TestFunction_lqr_tuning.p differ diff --git a/testing/TestFunction_lqr_tuning_script.p b/testing/TestFunction_lqr_tuning_script.p new file mode 100644 index 0000000..09f6896 Binary files /dev/null and b/testing/TestFunction_lqr_tuning_script.p differ diff --git a/testing/TestFunction_simulate.p b/testing/TestFunction_simulate.p new file mode 100644 index 0000000..6751e46 Binary files /dev/null and b/testing/TestFunction_simulate.p differ diff --git a/testing/TestFunction_simulate_uncertain.p b/testing/TestFunction_simulate_uncertain.p new file mode 100644 index 0000000..9ec7139 Binary files /dev/null and b/testing/TestFunction_simulate_uncertain.p differ diff --git a/testing/TestFunction_traj_constraints.p b/testing/TestFunction_traj_constraints.p new file mode 100644 index 0000000..5805983 Binary files /dev/null and b/testing/TestFunction_traj_constraints.p differ diff --git a/testing/TestFunction_traj_cost.p b/testing/TestFunction_traj_cost.p new file mode 100644 index 0000000..d05dae0 Binary files /dev/null and b/testing/TestFunction_traj_cost.p differ diff --git a/testing/linearController.p b/testing/linearController.p new file mode 100644 index 0000000..ede2acc Binary files /dev/null and b/testing/linearController.p differ diff --git a/testing/run_tests.p b/testing/run_tests.p new file mode 100644 index 0000000..d233f5a Binary files /dev/null and b/testing/run_tests.p differ -- cgit v1.2.1