Changes between Version 17 and Version 18 of UserGuideGit
- Timestamp:
- Apr 6, 2016, 8:14:29 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuideGit
v17 v18 35 35 === Robot coordinates system === 36 36 37 This coordinates system is attached to the robot itself .37 This coordinates system is attached to the robot itself: 38 38 39 39 * the origin is at the center of the robot … … 45 45 === Body coordinates system === 46 46 47 This coordinates system is attached to the body. It is defined from the ground coordinates system .47 This coordinates system is attached to the body. It is defined from the ground coordinates system: 48 48 49 49 * the origin is at the center of the body 50 50 * X and Y axes define a plane parallel to the body, so that Y axis is the back-to-front axis of the body 51 * Z axis is orthogonal to X/Y51 * Z define the top side of the body 52 52 53 53 This system is used to define the position of the body in the robot coordinates system, allowing it to move along the 6 DoF (3 translations, 3 rotations). … … 55 55 === Legs coordinates systems === 56 56 57 This coordinates systems are attached to the legs, so each leg has its own coordinates system. They are defined in the body coordinates system.57 This coordinates systems are attached to the legs, so each leg has its own coordinates system. They are defined from the body coordinates system: 58 58 59 59 * the origin is at the origin of the leg (usually the coxa joint) … … 62 62 * Z axis is orthogonal to X/Y 63 63 64 To summurize, from the body coordinate system, the legs coordinates systems are translated in the X/Y plane and rotatedarround Z.64 To summurize, from the body coordinate system, the legs coordinates systems are translated by '''(x, y)''' in the X/Y plane and rotated by '''gamma''' arround Z. 65 65 66 The origin of a leg is defined as following, from the robotcoordinates system:66 The origin of a leg is defined as following, from the body coordinates system: 67 67 68 68 [[Image(body_legs.png, 500px, nolink)]] … … 74 74 There is the last coordinates system, which is used by the gaits, to make to robot walk. 75 75 76 This coordinate systems is defined from the body coordinates system, and also translated along body X/Y axes, but not rotated arround Z. 76 This coordinate systems is defined from the body coordinates system, and also translated along body X/Y axes, but not rotated arround Z: 77 78 === Misc notes === 79 80 * the center of the body is above the ground; its height is defined by the legs neutral position (z) 77 81 78 82 === Inverse Kinematic ===
