dilevin / computer-graphics-kinematics

Computer Graphics Assignment about Kinematics
3 stars 4 forks source link

Offset drag points #54

Open Spaghetti-12 opened 6 days ago

Spaghetti-12 commented 6 days ago

Screenshot_2024-11-07_at_4 44 05_PM

For some reason, when I run the program, the drag points are extremely offset from the model. What's happening here?

Spaghetti-12 commented 6 days ago

This is happening with all models.

lilygoli commented 5 days ago

They are all at the zero coordinates, it's because how the empty src files have been set to return zero for tip positions. It will be solved once you fill in the src files (particularly end_effectors_objective_and_gradient.py).

Spaghetti-12 commented 3 days ago

They are all at the zero coordinates, it's because how the empty src files have been set to return zero for tip positions. It will be solved once you fill in the src files (particularly end_effectors_objective_and_gradient.py).

I have already filled out every file...

dexgs commented 3 days ago

I think I might have had the same problem as you. In my case, my implementation of transformed_tips was incorrect.