# robofleet_client_lib **Repository Path**: superbugmaker/robofleet_client_lib ## Basic Information - **Project Name**: robofleet_client_lib - **Description**: https://github.com/ut-amrl/robofleet_client_lib - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-10 - **Last Updated**: 2021-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # robofleet_client_lib Shared library for C++ based robofleet clients This shared library includes robofleet's messages scheduler, as well as starter code for the encoding and decoding libraries for sending messages across robofleet. It has no dependencies outside of C++11, and can be included in a larger project to make a full-fledged robofleet client. Please see https://github.com/ut-amrl/robofleet_client and https://github.com/ut-amrl/robofleet_base_client for examples of such extension