After cloning the repo, run the setup script:
./setup.shThis setup script will install CMAKE tools and other dependencies that are essential to build the firmware.
Build as follows:
cd ./mbot-omni-firmware/build
cmake ..
makepicoload /dev/sda1Note: The drive name ("sda1") changes everytime you connect the pico to the Rpi.
Please enable SPI and I2C using raspi-config
sudo raspi-configNavigate to Interface Options and then enable SPI and I2C.

