mROS-base / mROS

A light-weighted runtime environment for ROS nodes onto embedded micro-controller
Other
68 stars 9 forks source link

mROS

A lightweight runtime environment of ROS1 nodes onto embedded systems

Supported Platform

Development Platform/Tools for Host PC

Please let us know if you could develop and build another host OS.

SW Components

Features

How to get

$ git clone --recursive https://github.com/tlk-emb/mROS

--recursive option is mandatory since we use git submodules for SW components

Build

For host device (ROS applications)

source /opt/ros/kinetic/setup.bash
cd ros_catkin_ws/
catkin_make

For embedded device (mROS applications)

Configuring IP adderss
For CUI (terminal)

Examples

string_pubsub

custom_pubsub

image_publisher

Limitation & TODO

License

References