Deadline: June 16th (Thu) at 15:00pm
If you have not done the task00, do it first to set up the C++ graphics development environment.
Follow this document to submit the assignment, In a nutshell, before doing the assignment,
- make sure you synchronized the
main
branch of your local repository to that of remote repository. - make sure you created branch
task07
frommain
branch. - make sure you are currently in the
task07
branch (usegit branch -a
command).
Now you are ready to go!
- Build the code using cmake
- Run the code
- Take a screenshot image (looks like image at the top)
- Save the screenshot image overwriting
task07/problem1.png
By the way, the view navigation of this program works as
- rotation:
alt+left mouse button
, - translation:
shift+left mouse button
- scale:
mouse wheel
Write code at line #129
to implement Levenberg–Marquardt method for inverse kinematics.
Save the screenshot image overwriting task07/problem2.png
After modify the code, push the code and submit a pull request.