Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210910794
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210910794
Commits
63cde6ae
Commit
63cde6ae
authored
5 years ago
by
Matthew Hansen
Committed by
Matt Hansen
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added README for updown test
parent
7097e694
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nav2_system_tests/README.md
+3
-0
3 additions, 0 deletions
nav2_system_tests/README.md
nav2_system_tests/src/updown/README.md
+20
-0
20 additions, 0 deletions
nav2_system_tests/src/updown/README.md
with
23 additions
and
0 deletions
nav2_system_tests/README.md
+
3
−
0
View file @
63cde6ae
...
...
@@ -29,5 +29,8 @@ Test the integration of several components and subsystems.
-
Command chain (Mission Planning, Mission Execution, Navigation System, Robot Interface)
## 3. System Testing
Test the lifecycle startup and shutdown of nodes.
-
[
Updown Test
](
src/updown/README.md
)
Test the integration of all subsystems.
-
[
System Test
](
src/system/README.md
)
This diff is collapsed.
Click to expand it.
nav2_system_tests/src/updown/README.md
0 → 100644
+
20
−
0
View file @
63cde6ae
# Navigation2 Updown Test
This is a 'top level' system test which tests the lifecycle bringup and shutdown of the system.
## To run the test
```
ros2 launch nav2_system_tests test_updown_launch.py
```
If the test passes, you should see this comment in the output:
```
[test_updown-13] [INFO] [test_updown]: **************************************************** TEST PASSED!
```
To run the test in a loop 1000x, run the
`test_updown_reliablity`
script and log the output:
` > ./test_updown_reliablity |& tee /tmp/updown.log`
When the test is completed, pipe the log to the
`updownresults.py`
script to get a summary of the results:
` > ./updownresults.py < /tmp/updown.log`
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment