Commit 54f93b9
Adding Executable description class (#454)
* Adding Executable description class
Part of implementation of refactor for #114
Distro A; OPSEC #2893
Signed-off-by: Roger Strain <rstrain@swri.org>
* Cleaned up access to substituted values
Modified handling of cmd parameter as described in #263
Distro A; OPSEC #2893
Signed-off-by: Roger Strain <rstrain@swri.org>
* Initial implementation of execute_local
Distro A; OPSEC #4584
Signed-off-by: Roger Strain <rstrain@swri.org>
* Fixed minor bugs to verify unit tests
Distro A; OPSEC #4584
Signed-off-by: Roger Strain <rstrain@swri.org>
* Unit test fixes
Distro A; OPSEC #4584
Signed-off-by: Roger Strain <rstrain@swri.org>
* Adjust for launch_ros modifications, add unit tests
Distro A; OPSEC #4584
Signed-off-by: Roger Strain <rstrain@swri.org>
* Apply minor updates to address feedback
Distro A; OPSEC #4584
Signed-off-by: Roger Strain <rstrain@swri.org>
* Refactor arguments to apply to executable
Distro A; OPSEC #4584
Signed-off-by: Roger Strain <rstrain@swri.org>
* Fix order of parameters
Distro A; OPSEC #4584
Signed-off-by: Roger Strain <rstrain@swri.org>
* Fixed default log name prefix
Distro A; OPSEC #4584
Signed-off-by: Roger Strain <rstrain@swri.org>
* Fix unit tests
Distro A; OPSEC #4584
Signed-off-by: Roger Strain <rstrain@swri.org>
* Removed some language from file headers
Distro A, OPSEC #4584. You may have additional rights; please see https://rosmilitary.org/faq/?category=ros-2-license
Signed-off-by: matthew.lanting <mlanting@dcscorp.com>
* Add prefix filtering to Executable description class.
Distro A, OPSEC #4584. You may have additional rights; please see https://rosmilitary.org/faq/?category=ros-2-license
Signed-off-by: matthew.lanting <mlanting@dcscorp.com>
* Formatting fixes.
Distro A, OPSEC #4584. You may have additional rights; please see https://rosmilitary.org/faq/?category=ros-2-license
Signed-off-by: matthew.lanting <mlanting@dcscorp.com>
* Fixed indentation in descriptions/executable.py.
Distro A, OPSEC #4584. You may have additional rights; please see https://rosmilitary.org/faq/?category=ros-2-license
Signed-off-by: matthew.lanting <mlanting@dcscorp.com>
* Fixed namechange missed during rebase.
Distro A, OPSEC #4584. You may have additional rights; please see https://rosmilitary.org/faq/?category=ros-2-license
Signed-off-by: matthew.lanting <mlanting@dcscorp.com>
Co-authored-by: Roger Strain <rstrain@swri.org>
Co-authored-by: matthew.lanting <mlanting@dcscorp.com>1 parent 4a4a4fc commit 54f93b9
File tree
11 files changed
+1136
-619
lines changed- launch_testing/test/launch_testing
- launch
- launch
- actions
- descriptions
- event_handlers
- test/launch
11 files changed
+1136
-619
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
0 commit comments