Skip to content

Commit 2e68013

Browse files
committed
update Readme
1 parent 51fff17 commit 2e68013

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed

Readme.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,30 @@ Change IP address
2828
- /components/include/rtps/config.h
2929
- /components/include/netif.h
3030

31-
## build sample application
31+
## Examples
32+
This repository contains some example applications in [workspace/](workspace/) to communicate with ROS 2 nodes on the host.
33+
Of course you can also create a new program file and specify it as your own application.
34+
35+
Please also check [mROS-base/mros2-host-examples](https://github.com/mROS-base/mros2-host-examples) repository for more detail about the host examples.
36+
37+
Currently, the following examples are available.
38+
- echoback_string
39+
- echoreply_string
40+
- pub_float32
41+
- pub_twist
42+
- sub_pose
43+
- sub_uint16
44+
45+
The following examples are under development. cannot build now.
46+
- mturtle_teleop
47+
- mturtle_teleop_joy
48+
- pub_image
49+
- pub_long_string_sub_crc
50+
51+
## build Examples
52+
3253
```
33-
cd workspace/[sample application]/
54+
cd workspace/[Example]/
3455
idf.py menuconfig
3556
3657
/* in menuconfig */

0 commit comments

Comments
 (0)