Content deleted Content added
m Reference before punctuation and other fixes using AWB (9510) |
m know known |
||
Line 22:
The Toolbox provides functions for manipulating and converting between datatypes such as: vectors;[[Transformation matrix|homogeneous transformations]]; [[roll-pitch-yaw]] and [[Euler angle|Euler]] angles and [[Quaternion|unit-quaternions]] which are necessary to represent 3-dimensional position and orientation.
The Toolbox is useful for the study and simulation of:
*Classical arm-type robotics: [[kinematics]], [[dynamics]], and [[Trajectory|trajectory generation]]. The Toolbox uses a very general method of representing the kinematics and dynamics of serial-link manipulators. These parameters are encapsulated in [[MATLAB]] [[Object (computer science)|objects]], robot objects can be created by the user for any serial-link manipulator and a number of examples are provided for well
*Ground robots and includes: standard path planning algorithms (bug, [[distance transform]], [[D*]], [[Probabilistic roadmap|PRM]]), kinodynamic planning ([[Rapidly exploring random tree|RRT]]), localization ([[Extended Kalman filter|EKF]], [[particle filter]]), map building ([[Extended Kalman filter|EKF]]) and simultaneous localization and mapping ([[Extended Kalman filter|EKF]]), and a [[Simulink]] model a of non-holonomic vehicle.
* Flying [[quadrotor]] robots, and includes a detailed [[Simulink]] model.
|