Skip to content

Commit

Permalink
Update README.md with feature documentation. (#102)
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic committed May 8, 2020
1 parent 2d90c37 commit d546203
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# rmw_implementation

Implementation of ROS middleware functions used in C++.
Proxy implementation of the ROS 2 Middleware Interface, forwarding calls to the chosen (and dynamically loaded) `rmw` implementation.
`RMW_IMPLEMENTATION` environment variable, if set, allows the user to select one of the available `rmw` implementations.
Otherwise, the default `rmw` implementation will be used.
Refer to `rmw_implementation_cmake` package to learn about this default.


## Quality Declaration

Expand Down

0 comments on commit d546203

Please sign in to comment.