This repository contains the firmware based on Zephyr OS for the MiniPock.
pip3 install catkin_pkg lark-parser empy colcon-common-extensions
- Initialize Zephyr workspace
west init -m https://github.com/catie-aq/zephyr_minipock minipock
cd minipock
west update
- Compile the project
west build -b zest_core_stm32h753zi app/<project>
- Program the target device
west flash
docker run -it --rm -v /dev:/dev --privileged --net=host microros/micro-ros-agent:humble serial --dev /dev/ttyUSB[X] -v6
- Base Application: Simple application to control the MiniPock.