Package rst.dynamics

Not documented

Messages

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

clearer: should be made invisible via css

Message JointTorques

class rst.dynamics.JointTorques

A sequence of joint torques of multiple joints.

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

@create_collection

torques
Type:array of FLOAT32

Unit: newton-meter

List of torques with one value per joint. Order is important and represents the joints of the described system.

Download this file

message JointTorques {

    /**
     * List of torques with one value per joint. Order is important and
     * represents the joints of the described system.
     */
    // @unit(newton-meter)
    repeated float torques = 1 [packed=true];

}