Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 894 Bytes

README.org

File metadata and controls

21 lines (17 loc) · 894 Bytes

Micro ROS Zephyr Modules

This is a demo for Zephyr modularized micro-ROS, libros2-zephyr. It is, obviously, targeting Zephyr RTOS.

This is still in pre-release preview only state. It sort of builds but nothing works.

How to build

Make sure to setup your development environment. Read the ”Getting Started Guide” on the Zephyr document if you haven’t.

mkdir workspace
cd workspace
pip install west empy lark pyelftools
west init -m https://github.com/yashi/micro-ros-zephyr-demo
west update
pip install -r zephyr/scripts/requirements.txt
west build -b qemu_cortex_m3 micro-ros-zephyr-demo