GUI Interface Reference

Message for a GUI. More...


Detailed Description

Message for a GUI.

Message for a gui overlay configuration.

Message for a GUI Camera.


import "gui_camera.proto";

message GUI
{
  optional bool fullscreen  = 1;
  optional GUICamera camera = 2;
}

/// 


import "pose.proto";
import "track_visual.proto";

message GUICamera
{
  required string name                  = 1;
  optional string view_controller       = 2;
  optional Pose origin                  = 3;
  optional TrackVisual track            = 4;
}

/// 

message GUIOverlayConfig
{
  required string layout_filename = 1;
}

/// 

The documentation for this interface was generated from the following file: