Static library containing all GPIO pin codes
B.A.G.E.R. (Basic Autonomous Ground Excavation Robot) is an autonomous excavator robot featuring a full project documentation parser. Parser is written in Python, while B.A.G.E.R.'s movement is controlled using Raspberry Pi Pico programmed with C and C++. We are keen to keep human operators to oversee computer's work.
- Install Pico SDK by cloning it.
- If needed copy
pico_sdk_import.cmakefromexternalfolder into project's root directory. - If needed export path Pico SDK (
export PICO_SDK_PATH=/path). - Make
builddirectory and enter it. - Run
cmake ..and thenmakein order to getlibbager_lib.afile which is a shared library.