HandSide
Definition: WeArtCommon.h:17
Message Listener basic interface.
Definition: WeArtMessageListener.h:9
Object used to track a single thimble object and its closure value.
Definition: WeArtThimbleTrackingObject.h:12
float GetClosure() const
Get last received thimble closure.
Definition: WeArtThimbleTrackingObject.h:21
void OnMessageReceived(WeArtMessage *msg) override
Callback called when an accepted message is received.
Definition: WeArtThimbleTrackingObject.cpp:16
float GetAbduction() const
Get last received thimble abduction.
Definition: WeArtThimbleTrackingObject.h:27
HandSide handSide
Definition: WeArtThimbleTrackingObject.h:31
float _closure
Definition: WeArtThimbleTrackingObject.h:34
ActuationPoint actuationPoint
Definition: WeArtThimbleTrackingObject.h:32
float _abduction
Definition: WeArtThimbleTrackingObject.h:35