Package rst.kinematics

Kinematics is the branch of classical mechanics that describes the motion of bodies (objects) and systems (groups of objects) without consideration of the forces that cause the motion.

See also

Wikipedia article containing the definition above
http://en.wikipedia.org/wiki/Kinematics

Messages

digraph message_graph {
fontname="Arial";
fontsize=11;
stylesheet="../_static/corlab.css";
  node [fontsize=11]
  node [fontname="Arial"]
  edge [fontsize=11]
  edge [fontname="Arial"]
  "1" [label=<<TABLE BORDER="0"><TR><TD COLSPAN="2" HREF="../generated/stable/package-rst-kinematics.html#rst.kinematics.JointAngles" TITLE="Structure rst.kinematics.JointAngles" TARGET="_parent"><TABLE BORDER="0"><TR><TD ALIGN="RIGHT"><IMG SRC="../_static/message.svg" /></TD><TD ALIGN="LEFT">JointAngles</TD></TR></TABLE></TD></TR><TR><TD ALIGN="left" HREF="../generated/stable/package-__rosetta-FLOAT32.html#FLOAT32" TITLE="Fundamental FLOAT32" TARGET="_parent">FLOAT32</TD><TD ALIGN="left" HREF="../generated/stable/package-rst-kinematics.html#rst.kinematics.JointAngles.angles" TITLE="Field rst.kinematics.JointAngles.angles" TARGET="_parent" PORT="angles">angles</TD></TR></TABLE>>,shape=box,style=filled,fillcolor="white"];
}

clearer: should be made invisible via css

Message JointAngles

class rst.kinematics.JointAngles

Joint angles of a set of multiple joints.

Code author: Arne Nordmann <anordman@cor-lab.uni-bielefeld.de>

angles
Type :array of FLOAT32

Unit: radian

Joint angles

Download this file

message JointAngles {

    /**
     * Joint angles
     */
    // @unit(radian)
    repeated float angles = 1 [packed=true];

}

Table Of Contents

Related Documentation

This Page