Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
ZEDCamera.hpp File Reference

Defines and implements the ZEDCamera interface class. More...

Include dependency graph for ZEDCamera.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ZEDCamera
 This class serves as a middle inheritor between the Camera interface and the ZEDCam class. ZEDCam and SIMZEDCam will inherit from this class. More...
 
struct  ZEDCamera::ZedObjectData
 This struct is part of the ZEDCam class and is used as a container for all bounding box data that is going to be passed to the zed api via the ZEDCam's TrackCustomBoxObjects() method. More...
 
struct  ZEDCamera::ZedObjectData::Corner
 This struct is internal to the ZedObjectData struct is used to store an X and Y value for the corners of a bounding box. More...
 
struct  ZEDCamera::Pose
 This struct is used within the ZEDCam class to store the camera pose with high precision. The sl::Pose object from the ZEDSDK stores everything as float which is not precise enough for storing relative UTM values. This struct replaces that. More...
 
struct  ZEDCamera::Pose::Translation
 
struct  ZEDCamera::Pose::EulerAngles
 

Detailed Description

Defines and implements the ZEDCamera interface class.

Author
clayjay3 (clayt.nosp@m.onra.nosp@m.ycowe.nosp@m.n@gm.nosp@m.ail.c.nosp@m.om)
Date
2024-12-22