ros2 / launch

Tools for launching multiple processes and for writing tests involving multiple processes.
Apache License 2.0
126 stars 142 forks source link

Examples for launch_testing #527

Closed adityapande-1995 closed 3 years ago

adityapande-1995 commented 3 years ago

Launch testing improvement : More examples

This PR aims to add simpler, easier to follow examples to demonstrate the usage of launch_testing. The code here is intended to be boilerplate code for beginners, and must showcase the power and scope of launch_testing. These should cover a wide range of common use cases of testing and launch.

The README.md should explain the examples in sufficient detail.

TODO

Suggestions are welcome for new test cases and problem statements.

Signed-off-by: Aditya Pande aditya050995@gmail.com