From 5d160f45fce98a93a33458bc9cda4bf3a38f824e Mon Sep 17 00:00:00 2001 From: takasehideki Date: Mon, 29 Jul 2019 19:09:32 +0900 Subject: [PATCH] typo --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a877ca..845b19a 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ A lightweight runtime environment of ROS1 nodes onto embedded systems - Host devices - ROS Kinetic with Ubuntu 16.04 -- `--recursive` option is mandatory since we use git submodules for SW components - ### Development Platform/Tools for Host PC - IDE: [Atollic TrueSTUDIO](https://atollic.com/truestudio/) @@ -52,6 +50,8 @@ Please let us know if you could develop and build another host OS. $ 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) @@ -128,12 +128,13 @@ catkin_make - sensor_msgs/Image is used as the communication type - Host can subscribe the image with `$ rosrun image_view image_view /image:=/image_raw` -## Limitation +## Limitation & TODO - Currently we cannot support following primitive types - Time - Duration - Header +- Support the edge detection example application ## References