BEST代写-线上编程学术专家

Best代写-最专业靠谱代写IT | CS | 留学生作业 | 编程代写Java | Python |C/C++ | PHP | Matlab | Assignment Project Homework代写

C++代写|CS 4491: Assignment 3

C++代写|CS 4491: Assignment 3

这是一个加拿大的C++ OpenGL作业代写

[27 points ] Inverse Kinematics

Make sure you often check the course website for clarifications and updates.

You have to develop an Inverse Kinematics engine for animating a human character. The human
character is to be positioned in front of a blackboard. Your program should read an arbitrary
shape represented by a 2D spline (use code from assignment 1 or the spline class provided). The
character should be able to draw (i.e trace) the spline on the blackboard.

The program should work as follows. Through the scripting command read an arbitrary spline.
Once the spline is read, pressing the key “s” should make the character draw the spline
repeatedly. Drawing should stop when “s” is pressed again.

Marking scheme:

– [2] Model a classroom using one wall whose visible surface is the z = 0 plane, (where the
blackboard will be attached), and a planar floor with the y-axis as its normal.

– [2] Model and position a blackboard. It should be planar and in the y-x plane. When the
blackboard is positioned on the wall, its geometric center should be at the origin of the world
coordinate system, <0, 0, 0>.

– [2] You should be able to read arbitrary splines and project them on the blackboard.

– [5] Model a human character using ellipses (see figure).

– [10] Implement an inverse kinematics solver using the pseudo inverse approach.

– [1] Draw the spline on the board.

– [2] Quality/coding style.

– [2] The character should start in the rest pose. After a spline is loaded, the character should
switch to the Ready pose (see below) for drawing on the blackboard.

– [1] Follow the interface elements specified below.

Bonus:

– [1] make the scene nicer to look at (be creative!)

– [1] when the simulation starts move the character from the current pose to the ready pose
(discussed above) by linearly interpolating the joint angles. Also, move the other arm down to be
parallel with the body.

Requirements:

– The end effector is the end point of the right hand. See figure.
– The interface should work as follows:
> simulator iksim read spline.txt
> system bob position < x y z>
– Make sure you name your system bob and your simulator iksim.
– The character is always aligned with the blackboard.

– When the character has to move its hand from an initial position to the board you have to
compute a trajectory for it. You may use a straight line for that.

Specifications for the character:

Degrees of freedom:

The root is the geometric center of the torso

3 translational at the root
3 rotational at the shoulder: (first around x, then y, then z)
2 rotational at the elbow (first around x then around y)
2 rotational at the wrist (y,z) : first around y then around z

The figure shows the positions of the joints and the axis of rotation.

The lengths of the limbs are up to you. Try to use numbers that make sense in the metric system.

bestdaixie

评论已关闭。