Eigenvalues and Eigenvectors – Recap
lesson
If it’s been a while since you last dealt with eigenvalues and eigenvectors here’s a quick recap of the basics.
lesson
If it’s been a while since you last dealt with eigenvalues and eigenvectors here’s a quick recap of the basics.
lesson
We will learn how to create coordinate frames that have smoothly changing position and orientation over time.
lesson
We introduce the idea of attaching a coordinate frame to an object. We can describe points on the object by constant vectors with respect to the object’s coordinate frame, and then relate those to the points described with respect to a world coordinate frame. We introduce a simple algebraic notation to describe this. Try your […]
lesson
We introduce serial-link robot manipulators, the sort of robot arms you might have seen working in factories doing tasks like welding, spray painting or material transfer. We will learn how we can compute the pose of the robot’s end-effector given knowledge of the robot’s joint angles and the dimensions of its links.
lesson
We learn to compute a trajectory that involves simultaneous smooth motion of many robot joints.
lesson
We recap the important points from this lecture.
lesson
We summarise the important points from this lecture.
lesson
We can derive a linear relationship between the coordinates of points on an arbitrary plane in the scene and the coordinate of that point in the image. This is the planar homography and it has a number of everyday uses which might surprise you.
lesson
The linear algebra approach we’ve discussed is very well suited to MATLAB implementation. Let’s look at some toolbox functions that can simulate what cameras do. If you are using a more recent version of MVTB, ie. MVTB 4.x then please change>> cam.project(PW ‘Tcam’, transl(0.1, 0, 0)) to >> cam.project(PW ‘pose’, transl(0.1, 0, 0)).
lesson
We consider the simplest possible robot, which has one rotary joint and an arm.