Skip to content

yashi/micro-ros-zephyr-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A demo for Zephyr-modularized micro-ROS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published