![]() |
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 | |
| ManagedResultSet (const weak_ptr< DatabaseInstance > &db, vector< shared_ptr< BlockHandle > > &handles) | |
| bool | IsValid () const |
| shared_ptr< DatabaseInstance > | GetDatabase () const |
| vector< shared_ptr< BlockHandle > > & | GetHandles () |
Public Member Functions inherited from duckdb::enable_shared_from_this< ManagedResultSet > | |
| shared_ptr< ManagedResultSet > | shared_from_this () |
| shared_ptr< ManagedResultSet const > | shared_from_this () const |
Private Attributes | |
| bool | valid |
| weak_ptr< DatabaseInstance > | db |
| optional_ptr< vector< shared_ptr< BlockHandle > > > | handles |
Additional Inherited Members | |
Protected Member Functions inherited from duckdb::enable_shared_from_this< ManagedResultSet > | |
| enable_shared_from_this (enable_shared_from_this const &) noexcept | |
| enable_shared_from_this & | operator= (enable_shared_from_this const &) noexcept |