![]() |
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.
|


Public Member Functions | |
| ExtraDropSecretInfo (const ExtraDropSecretInfo &info) | |
| unique_ptr< ExtraDropInfo > | Copy () const override |
| void | Serialize (Serializer &serializer) const override |
Public Member Functions inherited from duckdb::ExtraDropInfo | |
| ExtraDropInfo (ExtraDropInfoType info_type) | |
| template<class TARGET > | |
| TARGET & | Cast () |
| template<class TARGET > | |
| const TARGET & | Cast () const |
Static Public Member Functions | |
| static unique_ptr< ExtraDropInfo > | Deserialize (Deserializer &deserializer) |
Static Public Member Functions inherited from duckdb::ExtraDropInfo | |
| static unique_ptr< ExtraDropInfo > | Deserialize (Deserializer &deserializer) |
Public Attributes | |
| SecretPersistType | persist_mode |
| Secret Persistence. | |
| string | secret_storage |
| (optional) the name of the storage to drop from | |
Public Attributes inherited from duckdb::ExtraDropInfo | |
| ExtraDropInfoType | info_type |
|
overridevirtual |
Implements duckdb::ExtraDropInfo.
|
overridevirtual |
Reimplemented from duckdb::ExtraDropInfo.