.. _package-rst-motioncontrol: =========================== Package rst.motioncontrol =========================== This package contains data types for related to control of articulated structures such as robotic manipulators. Messages ======== .. container:: mess4ge-multi .. container:: mess4ge-graph .. digraph:: message_graph fontname="Arial"; fontsize=11; stylesheet="../_static/graphs.css"; node [fontsize=11,fontname="Arial"] edge [fontsize=11,fontname="Arial"] "1" [label=<
MotionStatusCollection
MotionStatuselement
>,shape=box,style=filled,fillcolor="white"]; "2" [label=<
MotionStatus
BOOLconverged
>,shape=box,style=filled,fillcolor="white"]; "1":element -> "2" []; .. container:: mess4ge-list .. container:: messages * :ref:`MotionStatusCollection ` * :ref:`MotionStatus ` .. container:: clearer clearer: should be made invisible via css .. _message-rst-motioncontrol-motionstatuscollection: Message MotionStatusCollection ------------------------------ .. container:: message-rst-motioncontrol-motionstatuscollection-multi .. container:: message-rst-motioncontrol-motionstatuscollection-documentation .. py:class:: rst.motioncontrol.MotionStatusCollection Collection of :py:class:`MotionStatus ` instances. Auto-generated. .. py:attribute:: element :type: array of :py:class:`rst.motioncontrol.MotionStatus` The individual elements of the collection. Constraints regarding the empty collection, sorting, duplicated entries etc. are use case specific. .. container:: message-rst-motioncontrol-motionstatuscollection-source :download:`Download this file ` .. literalinclude:: //home/jenkins/workspace/rst-manual-0.15-merge-simulator/upstream/RST-0.15.0-Linux/share/rst0.15/proto/stable/rst/motioncontrol/MotionStatusCollection.proto :lines: 12-22 :language: protobuf :emphasize-lines: 9-9 .. _message-rst-motioncontrol-motionstatus: Message MotionStatus -------------------- .. container:: message-rst-motioncontrol-motionstatus-multi .. container:: message-rst-motioncontrol-motionstatus-documentation .. py:class:: rst.motioncontrol.MotionStatus Holds the status of a motion, one of the two: - Converged (in case of a periodic movement: following its attractor) - Not converged .. codeauthor:: Arne Nordmann @create_collection .. py:attribute:: converged :type: :py:class:`BOOL` Converged - true or false .. container:: message-rst-motioncontrol-motionstatus-source :download:`Download this file ` .. literalinclude:: //home/jenkins/workspace/rst-manual-0.15-merge-simulator/upstream/RST-0.15.0-Linux/share/rst0.15/proto/stable/rst/motioncontrol/MotionStatus.proto :lines: 15-22 :language: protobuf :emphasize-lines: 6-6