MX-28T, MX-64T, MX-106T
[Read More]
Triple Boot on MacBookPro Retina
If you want to have Windows and Ubuntu alongside your Mac OS on your MacBookPro you should be aware of the followings: The only Linux distribution which has a built-in support for Mac hardware is Ubuntu. For example after installing Fedora in addition to resolution problem your wireless network card...
[Read More]
GCC: Linux gnu/XXX.h: No such file or directory
It can happen a lot when you receive a compiler error alerting for instance: gnu/stubs-32.h: No such file
The best you can do is just:
yum whatprovides *stubs-32.h
yum install $RESULT
An EKF for Real-Time Estimation and Control of a RLFJ Manipulator
An Extended Kalman Filter for Real-Time Estimation and Control of a Rigid-Link Flexible-Joint Manipulator The project of Random Signals, Adaptive, and Kalman Filtering course, under supervision of Dr. Parsa.Abstract—High performance tracking of an industrial robot depends on accurate expression of manipulator dynamics. When a robot has flexible joints efficient model...
[Read More]
Skew symmetry property
The three types of derivatives: vectors-by-matrices, matrices-by-vectors, and matrices-by-matrices. These are not as widely considered and a notation is not widely agreed upon. However the second type (matrices-by-vectors) is widely used in Robotics. If we consider the following state form for a robot: The matrix is skew-symmetric.Here the matrix-by-vector derivative...
[Read More]