1
- # rticonnextdds-examples
1
+ # RTI Connext Examples
2
2
3
- This repository includes examples on how to use specific features of RTI
4
- Connext DDS.
3
+ This repository includes:
5
4
6
- To contribute enhancements or additional examples to the repository, follow the
7
- instructions on our [ RTI Connext DDS Examples
8
- Wiki] ( https://github.com/rticommunity/rticonnextdds-examples/wiki ) . Your
9
- contributions will be reviewed and as soon as they are approved they will
10
- automatically be included in the [ RTI Community Portal Examples
11
- Section] ( http://community.rti.com ) . See [ CONTRIBUTING.md] ( https://github.com/rticommunity/rticonnextdds-examples/blob/master/CONTRIBUTING.md )
12
- for further information about how to contribute with new examples to this repository.
5
+ - Code examples on how to use specific Connext features (under [ examples/] ( ./examples ) )
6
+ - Supporting code for learning materials (under [ tutorials/] ( ./tutorials ) )
7
+
8
+ ## Cloning the repository
9
+
10
+ To clone the repository you will need to run ` git clone ` as follows to download
11
+ both the repository and its submodule dependencies:
12
+
13
+ ``` bash
14
+ git clone --recurse-submodule https://github.com/rticommunity/rticonnextdds-examples.git
15
+ ```
16
+
17
+ If you forget to clone the repository with ` --recurse-submodule ` , simply run
18
+ the following command to pull all the dependencies:
19
+
20
+ ``` bash
21
+ git submodule update --init --recursive
22
+ ```
23
+
24
+ ## Versioning
13
25
14
26
The examples contained in the
15
27
[ master] ( https://github.com/rticommunity/rticonnextdds-examples/tree/master )
@@ -29,18 +41,12 @@ versions of RTI Connext DDS, please check out the appropriate branch:
29
41
- [ release/5.1.0] ( https://github.com/rticommunity/rticonnextdds-examples/tree/release/5.1.0 )
30
42
- [ release/5.0.0] ( https://github.com/rticommunity/rticonnextdds-examples/tree/release/5.0.0 )
31
43
32
- ## Cloning Repository
33
-
34
- To clone the repository you will need to run ` git clone ` as follows to download
35
- both the repository and its submodule dependencies:
36
-
37
- ``` bash
38
- git clone --recurse-submodule https://github.com/rticommunity/rticonnextdds-examples.git
39
- ```
40
-
41
- If you forget to clone the repository with ` --recurse-submodule ` , simply run
42
- the following command to pull all the dependencies:
44
+ ## How to contribute
43
45
44
- ``` bash
45
- git submodule update --init --recursive
46
- ```
46
+ To contribute enhancements or additional examples to the repository, follow the
47
+ instructions on our [ RTI Connext DDS Examples
48
+ Wiki] ( https://github.com/rticommunity/rticonnextdds-examples/wiki ) . Your
49
+ contributions will be reviewed and as soon as they are approved they will
50
+ automatically be included in the [ RTI Community Portal Examples
51
+ Section] ( http://community.rti.com ) . See [ CONTRIBUTING.md] ( https://github.com/rticommunity/rticonnextdds-examples/blob/master/CONTRIBUTING.md )
52
+ for further information about how to contribute with new examples to this repository.
0 commit comments