Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
takasehideki committed Jul 29, 2019
1 parent 221da21 commit 5d160f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 5d160f4

Please sign in to comment.