Class Kinematics
java.lang.Object
org.episteme.natural.engineering.robotics.Kinematics
Robotics kinematics calculations.
Modernized to use high-precision Real matrices and typed Quantities.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptionDenavit-Hartenberg transformation matrix.forwardKinematics2Link(Quantity<Length> L1, Quantity<Length> L2, Quantity<Angle> theta1, Quantity<Angle> theta2) 2D forward kinematics for 2-link planar arm.getPosition(Matrix<Real> T) Extracts position vector from a 4x4 transformation matrix.jacobian2Link(Quantity<Length> L1, Quantity<Length> L2, Quantity<Angle> theta1, Quantity<Angle> theta2) Jacobian for 2-link planar arm (velocity kinematics).
-
Method Details
-
forwardKinematics2Link
-
dhMatrix
-
getPosition
-
jacobian2Link
-