You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,30 @@ Change IP address
28
28
- /components/include/rtps/config.h
29
29
- /components/include/netif.h
30
30
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.
0 commit comments