User Tools

Site Tools


visual3d:documentation:pipeline:event_commands:automatic_gait_events

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
visual3d:documentation:pipeline:event_commands:automatic_gait_events [2025/02/28 19:40] – [Overview] wikisysopvisual3d:documentation:pipeline:event_commands:automatic_gait_events [2025/03/03 19:27] (current) – [Command Parameters] wikisysop
Line 31: Line 31:
 The following table shows the command parameters for **Version 5+**. The following table shows the command parameters for **Version 5+**.
  
-|**Automatic_Gait_Events**|**Parameter Description**|+|**Parameter**|**Parameter Description**|
 |**! /FRAME_WINDOW = 8**|The frame window used for pattern recognition (default = 8)| |**! /FRAME_WINDOW = 8**|The frame window used for pattern recognition (default = 8)|
 |**! /USE_TPR=TRUE**|Enables TPR Algorithm to be used to find the heelstrike (HS) and toeoff (TO).| |**! /USE_TPR=TRUE**|Enables TPR Algorithm to be used to find the heelstrike (HS) and toeoff (TO).|
Line 183: Line 183:
 ; ;
  
-If_Condition +Conditional_Statement 
-/EXPRESSION=::FOOT == "LFT"+/ITERATION_PARAMETER_NAME=LEFT 
 +/EXPRESSION=::FOOT == "LFT" 
 +! /AS_INTEGER=TRUE
 ; ;
     Set_Pipeline_Parameter     Set_Pipeline_Parameter
Line 202: Line 204:
     /VALUE=LTO     /VALUE=LTO
     ;     ;
-Else+     
 +Conditional_Statement_End 
 +/ITERATION_PARAMETER_NAME=LEFT 
 +
 + 
 +Conditional_Statement 
 +/ITERATION_PARAMETER_NAME=RIGHT 
 +! /EXPRESSION=::FOOT != "LFT" 
 +! /AS_INTEGER=TRUE
 ; ;
     ! Right foot events     ! Right foot events
Line 221: Line 231:
     /VALUE=RTO     /VALUE=RTO
     ;     ;
-End_If+Conditional_Statement_End 
 +/ITERATION_PARAMETER_NAME=RIGHT
 ; ;
  
visual3d/documentation/pipeline/event_commands/automatic_gait_events.1740771635.txt.gz · Last modified: 2025/02/28 19:40 by wikisysop