Skip to content

Commit b09015d

Browse files
authored
Merge pull request #12 from virtual-labs/dev
Update as per LDC review
2 parents 0de2078 + 3f06223 commit b09015d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

experiment/aim.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
This experiment demonstrates the end effect of hierarchical transformations learnt in the previous experiment using a 3D Articulated Arm setup.
1+
This experiment demonstrates the end effect of hierarchical transformations learnt in the previous experiment using a 3D Articulated Arm setup. The experiment aims to:
2+
3+
1. Visualize and understand how transformations applied at different levels of a hierarchical structure affect the entire system, using a practical 3D articulated arm model.
4+
5+
2. Demonstrate the concept of parent-child relationships in 3D graphics through the arm's components (Shoulder, Elbow, Forearm, Wrist, and Palm), showing how movements propagate through the hierarchy.
6+
7+
3. Provide hands-on experience in manipulating a complex hierarchical structure, helping students understand how local transformations at any level influence the global position and orientation of child components.
8+
9+
4. Illustrate the practical application of matrix transformations in creating realistic articulated movements, which is fundamental to computer graphics, animation, and robotics.
210

311

0 commit comments

Comments
 (0)