gucoordinates
Public Attributes | List of all members
gu_camera_pivot Struct Reference

A gu_camera_pivot represents the pivot point which a gu_camera is attached to. More...

#include <camera_pivot.h>

Inheritance diagram for gu_camera_pivot:
Inheritance graph
Collaboration diagram for gu_camera_pivot:
Collaboration graph

Public Attributes

degrees_d pitch
 The vertical orientation of the pivot point. More...
 
degrees_d yaw
 The horizontal orientation of the pivot point. More...
 
centimetres_d height
 The vertical distance from the ground to the pivot point. More...
 
gu_camera cameras [2]
 The gu_cameras attached to this pivot point. More...
 
int numCameras
 The number of elements in cameras. More...
 

Detailed Description

A gu_camera_pivot represents the pivot point which a gu_camera is attached to.

If a camera is on the ground, then there is no pivot point. If the camera is on the end of a stick then the pivot point is the bottom of the stick. If the camera is on the head of a robot, then the pivot point is the neck of the robot.

Definition at line 86 of file camera_pivot.h.

Member Data Documentation

◆ cameras

gu_camera gu_camera_pivot::cameras[2]

◆ height

centimetres_d gu_camera_pivot::height

◆ numCameras

int gu_camera_pivot::numCameras

◆ pitch

degrees_d gu_camera_pivot::pitch

◆ yaw

degrees_d gu_camera_pivot::yaw

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