Skip to content

Commit 1757cad

Browse files
committed
README: add applications
1 parent fc83941 commit 1757cad

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Contents
5555
* [Links](#links)
5656
* [Introduction](#intro)
5757
* [Use cases](#uses)
58+
* [Applications](#apps)
5859
* [Minimal example](#example)
5960
* [Visitors](#visitors)
6061
* [Supported types](#types)
@@ -107,6 +108,13 @@ Use cases
107108
5. Implementation of parsers for specific data formats, e.g., `URDF`.
108109

109110

111+
<a name="apps"></a>
112+
Applications
113+
------------
114+
115+
- <https://github.com/asherikov/ariles_urdf>: proof of concept `URDF` parser.
116+
- <https://github.com/asherikov/intrometry>: telemetry collection library.
117+
110118

111119
<a name="example"></a>
112120
Minimal example
@@ -182,7 +190,7 @@ representation formats, in particular:
182190
* `Octave` script, output only, no dependencies:
183191
<https://asherikov.github.io/ariles/2/group__octave.html>
184192

185-
* `ROS` parameter server, via standard `ROS` libs:
193+
* `ROS` parameter server, via `ROS` libs:
186194
<https://asherikov.github.io/ariles/2/group__rosparam.html>
187195

188196
* A set of flattened key-value pairs, output only, no dependencies:
@@ -191,9 +199,9 @@ representation formats, in particular:
191199
* `graphviz` dot files for diagram generation:
192200
<https://asherikov.github.io/ariles/2/group__graphviz.html>
193201

194-
* `ROS2` parameters, via standard `rclcpp` lib:
202+
* `ROS2` parameters, via `rclcpp` lib:
195203
<https://asherikov.github.io/ariles/2/group__ros2param.html> `ROS2`
196-
parameters is not designed to fully reflect yaml structure as explained here
204+
parameters are not designed to fully reflect yaml structure as explained here
197205
<https://github.com/ros2/rcl/issues/463>, so while `ariles` can dump and read
198206
anything, there are certain workarounds in place that are described in more
199207
details in the `ROS2` demo [`./tests/api_v2/demo_api_v2_ros2.cpp`]

0 commit comments

Comments
 (0)