visual3d:documentation:pipeline:expressions:intersection_functions
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:expressions:intersection_functions [2025/01/24 19:10] – wikisysop | visual3d:documentation:pipeline:expressions:intersection_functions [2025/01/27 20:25] (current) – wikisysop | ||
---|---|---|---|
Line 246: | Line 246: | ||
; | ; | ||
</ | </ | ||
+ | |||
+ | Example: Projecting a bounding box onto a sloped plane. | ||
+ | |||
+ | < | ||
+ | |||
+ | !Creating 4 vectors defining a corners of plane (such as a sloped floor) | ||
+ | Metric_Explicit | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | Metric_Explicit | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | Metric_Explicit | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | Metric_Explicit | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | |||
+ | ! Creating a best fit plane using the 4 vectors defined previously | ||
+ | Evaluate_Expression | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ; | ||
+ | |||
+ | ! Projecting a bounding box onto the plane to create a base of support | ||
+ | Evaluate_Expression | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ; | ||
+ | |||
+ | ! Highlighting the base of support with targets | ||
+ | Create_Targets_For_Base_Of_Support | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | ==== Extrapolated_COG ==== | ||
+ | **EXTRAPOLATED_COG**(Signal, | ||
+ | |||
+ | * Computes the extrapolated COG or the [[https:// | ||
+ | * xCoM = CoM + vCoM/ | ||
+ | * Expression requires three inputs: | ||
+ | * The first signal input is considered as the CoM position, | ||
+ | * second input is considered the velocity of the CoM, | ||
+ | * and the third input is the leg length of the model. | ||
+ | |||
+ | Example: Deriving the extrapolated CoM | ||
+ | < | ||
+ | Evaluate_Expression | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ; | ||
+ | </ | ||
+ | ==== Margin_Of_Stability ==== | ||
+ | |||
+ |
visual3d/documentation/pipeline/expressions/intersection_functions.1737745814.txt.gz · Last modified: 2025/01/24 19:10 by wikisysop