package robotics.infrastructure.motion_capture.phasespace

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service MarkerTracker

marker_data.proto:96

message MarkerData

marker_data.proto:34

Used in: MarkersData

message MarkerTrackerParams

marker_data.proto:91

Parameters for the MarkerTracker service. Intentiionally left empty for now.

Used as request type in: MarkerTracker.GetLatestMarkerData, MarkerTracker.TrackMarkers

(message has no fields)

message MarkersData

marker_data.proto:67

This proto contains motion capture marker data and a timestamp. There is one MarkerData OR RigidData object per marker that was detected by the motion capture system during the current frame. Iterate over the markers & rigid field and read the marker_id field to check if a specific marker was detected.

Used as response type in: MarkerTracker.GetLatestMarkerData, MarkerTracker.TrackMarkers

message RigidData

marker_data.proto:49

Used in: MarkersData

message Timestamp

marker_data.proto:6

Used in: MarkersData

message Vector3f

marker_data.proto:28

A three-dimensional single precision vector.

Used in: MarkerData, RigidData

message Vector4f

marker_data.proto:20

A four-dimensional single precision vector.

Used in: RigidData