Skip to content

The first assignment of "Modeling and Control of Manipulators".

Notifications You must be signed in to change notification settings

LoreBene99/Manipulator_Simulator_1

Repository files navigation

First Assignment for the course "Modeling and Control of Manipulators" - UniGe

Assignment given by the professor Giuseppe Casalino for the course "Modeling and control of manipulator" - Robotics Engineering, at the University of Genova.

Delivery

1. You will need to define all the model matrices, and fill the so called biTri matrix. Be careful to define the z-axis coinciding with the joint rotation axis, and such that the positive rotation is the same as showed in the CAD model you received.

2. Then, develop a function called DirectGeometry() which can calculate how the matrix attached to a joint will rotate if the joint rotates, using the interface:

function biTei = DirectGeometry(qi, biTri, linkType).

3. The last step will be useful in developing the GetDirectGeometry() function which will return all the model matrices given a certain q configuration. These variable will now be vectors, of length equal to the number of joints.

function biTei = GetDirectGeometry(q, biTri, linkType)

4. Now that you have the biTei you can calculate all the transformation matrices between any two links, between a link and the base and the corresponding distance vectors. To do so incorporate these functionalities in the repository functions named accordingly.

5. Now that you’ve reached this point define a starting and ending configuration, qi and qf, and try to plot all the intermediate link positions in between the two (you can use the plot3() or line() functions).

About

The first assignment of "Modeling and Control of Manipulators".

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages