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 18:20] – wikisysop | visual3d:documentation:pipeline:expressions:intersection_functions [2025/01/27 20:25] (current) – wikisysop | ||
---|---|---|---|
Line 147: | Line 147: | ||
* The resulting bounding box is aligned with the Laboratory Coordinate System. The bounding box signal is a 24 column signal containing the X,Y,Z position of 8 vertices. | * The resulting bounding box is aligned with the Laboratory Coordinate System. The bounding box signal is a 24 column signal containing the X,Y,Z position of 8 vertices. | ||
- | Example: Create | + | Example: Create 4 arbitrary |
< | < | ||
Line 203: | Line 203: | ||
==== Base_Of_Support ==== | ==== Base_Of_Support ==== | ||
- | {{ visual3D: | + | {{ visual3D: |
- | **Bounding_Box**(Signal,Vector) | + | **Base_Of_Support**(Signal,Plane) |
+ | |||
+ | * Construct a 2D base of support projected onto a plane from a Bounding Box. | ||
+ | * The signal input is the [[https:// | ||
+ | * The [[visual3d: | ||
+ | * The resulting base of support is a 2D projection of the signal onto the plane. The base of support is a 12 column signal containing the X,Y,Z position of 4 vertices (C1-C4 in the image to the right). | ||
+ | |||
+ | Example: Create a bounding box around 4 targets between events START and END, and project that box onto the ground using the Base_Of_Support command. | ||
+ | < | ||
+ | ! Create a bounding box using 4 targets V1,V2,V3,V4 to be tracked between events START and END | ||
+ | Evaluate_Expression | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ; | ||
+ | |||
+ | ! Project the bounding box onto the X-Y plane of the laboratory | ||
+ | Evaluate_Expression | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ; | ||
+ | |||
+ | ! Create targets of the resulting Base of Support signal for visualization | ||
+ | Create_Targets_For_Base_Of_Support | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | ; | ||
+ | </ | ||
+ | |||
+ | 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 ==== | ||
- | * Construct a 2D plane projected from a Bounding Box signal. | ||
- | * The signal input is the [[https:// | ||
- | * The Vector parameter is the direction of projection in the lab coordinate system | ||
- | * 0 = static across event_sequence | ||
- | * 1 = computed frame by frame across event_sequence | ||
- | * The resulting bounding box is aligned with the Laboratory Coordinate System. |
visual3d/documentation/pipeline/expressions/intersection_functions.1737742819.txt.gz · Last modified: 2025/01/24 18:20 by wikisysop