Examples
#include <spdlog/cfg/env.h>
#include <spdlog/spdlog.h>
#include <chrono>
#include <iostream>
#include <thread>
#include "drone/PioneerDrone.hpp"
int main() {
using namespace std;
spdlog::set_level(spdlog::level::warn);
<< "%" << endl;
<< endl;
}
std::optional< std::string > get_battery_type(bool wait_for_data=true) const
Get the battery type.
std::optional< float > get_battery_percentage(bool wait_for_data=true) const
Get the battery percentage.
Class representing a drone.
Definition PioneerDrone.hpp:31