Adaptive Symmetry Reference Trajectory Generation in Shared Autonomy for Active Knee Orthosis
Rongkai Liu, Tingting Ma, Ningguang Yao, Hao Li, Xinyan Zhao, Yu Wang, Hongqing Pan, Quanjjun Song
Version:V2.1
Update time:1/18/2023
Operating environment:Ubuntu 20.04 LTS / Windows 10
Language:python 3.8
Modify import DSP.build.DSP_Fun as DSP_Fun in pyDSP.py
Modify import DSP.build.DSP_CPP as DSP_Fun in pyDSP.py
pip install -r requirements.txt
- Folder: DSP
C++ code for digital signal processing. Designed by simulink and packaged with pybind11. - Folder: temp
The GKL data that was built by the offline demonstration - Folder: TestData
Offline test data for proposed framework. - ASRTG_SA.ipynb
An offline example of the proposed framework, running with jupyter notebook. - DataLoader.py
Offline data loading module. - Hopf_Oscillator.py
Dynamic model of Hopf coupled oscillator - ODEs.py
Numerical calculation of ordinary differential equations. - Output_Dynamic_System.py
pDMP model implementation. - pyDSP.py
Used for the DSP module initialization.
