A lower limb exoskeleton based on recognition of lower limb walking intention

A lower limb exoskeleton based on recognition of lower limb walking intention

intention定义: step initiation $\Leftarrow$ intersection event, continuous walking (normal step velocity $\Leftarrow$ push-off impulse time), acceleration, deceleration, and step termination

image-20210706212640448

Introduction

  • Key technologies in lower limb exoskeletons are actuator, mechanical design, control, sensor, recognition of the driver’s intention, and human–robot interface.

  • three representative lower limb exoskeletons: Berkeley Lower Extremity Exoskeleton (BLEEX), Hybrid Assistive Leg (HAL), and ReWalk.

    • BLEEX
      • intention定义: step initiation, step velocity, and step termination
      • sensors: more than 40; including encoders, linear accelerometers, force sensors, and an inclinometer
      • actuators: hydraulic actuators
      • intention recognition the driver by using foot switch sensors, encoders, and force sensors to monitor toe-off movement, joint movement, or force variability
    • HAL
      • sensors: potentiometers, floor reaction force sensors, accelerometers, a gyroscope, and electromyography (EMG) sensors
      • actuators: DC motors with a harmonic drive directly placed on the hip and knee joints
      • intention recognition: faster than BLEEX, using bio-signals from EMG sensors
    • ReWalk
      • intention recognition: with forearm crutches, installing buttons, and torso angles; slower than recognition of walking intention in real time using sensors

specifications

  • Sensors: insole-type FSRs(force sensing resistors) and three axis F/T sensors

  • actuators: four DC motors (two at each hip and each knee)

    image-20210706195312079

  • system

    image-20210706195358285

Control

Flowchart of control strategy

image-20210706200803466

  • step initiation: using the insole-type FSRs with two particular GRF events before visible movement occurs, such as heel off, toe off, or knee flexion
  • after step initiation: reference torque(reference torque for each hip and each knee were calculated from gait pattern analysis using the inverse dynamics model.) $\rightarrow$ motion controller
  • push-off impulse time $\Leftarrow$ three axis F/T sensors.
    • We found that push-off impulse time depends on step velocity, using gait analysis based on force plates. shorter at faster step velocity, longer at slower step velocity, and rapidly minimized at step termination.
    • measured from heel strike time to push-off time by the trailing leg.

Intention Recognition

Moore Automation for Robot Behavior(MARB) (Konig et al. 2009).

image-20210706203132337

Thoughts/Comments

  • TODO gait analysis $\Rightarrow$ push-off impulse time depends on step velocity

    • 这个结果还是通过基于force plates的gait analysis得来的,可能有借鉴意义
    • image-20210706212616125
    • 最开始看的那篇生物统计的也用到了impulse但是现在不太记得具体内容了XD
  • TODO 这个里面因为速度和push-off impulse time统计相关所以用push-off impulse time估计速度,用的方式是最直观的将速度划分成区间

    The mean push-off impulse time of normal step velocity from three axis F/T sensors was 0.45 s (SD 0.05), of faster step velocity was 0.225 s (SD 0.05), and of slower step velocity was 0.75 s (SD 0.01). The mean push-off impulse time of normal step velocity from force plates was 0.35 s (SD 0.05), of faster step velocity was 0.15 s (SD 0.05), and of slower step velocity was 0.67 s (SD 0.01). The results clearly indicate that UTRCEXO recognized the walking intentions of drivers for acceleration, deceleration, and step termination with different push-off impulse times of drivers at three different velocities and step termination.

    image-20210706213607461

  • 为什么佩戴者wearer被描述成pilot driver❓ 都这么用吗

  • TODO EMG数据处理:高通滤波(二阶巴特沃思,20hz截止频率),整流,然后低通滤波(二阶巴特沃思,3hz截止频率)。然后采用方差分析(ANOVA)比较安装UTRCEXO与未安装UTRCEXO的肌肉活动,采用SPSS 19.0软件对肌肉活动进行归一化处理,显著性水平为0.05。

    Electrodes were placed on the anatomical locations of the rectus femoris muscle, gastrocnemius muscle, and abdominal muscle, based on guidelines from previous research (Gallagher et al. 2011). The EMG sensor had a 1 KHz sampling rate and 8–500 Hz band- width, and was low-pass filtered at 500 Hz by the EMG recording system. The EMG signals were collected and used to record muscle activity during stance phase and swing phase. The EMG signal was high-pass filtered (second-order Butterworth, 20 Hz cut-off frequency), rectified, and then low-pass filtered (second-order Butterworth, 3 Hz cut-off frequency). Then ANOVA was conducted to compare the muscle activity of drivers equipped and not equipped with UTRCEXO, normalizing muscle activity using SPSS version 19.0 software based on a significance level of0.05. The ANOVA results are shown in Table 6.

  • 他们用的这个MARB讲得也太不清楚了,没太看懂