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
f798cc21
Commit
f798cc21
authored
5 years ago
by
Matthew Hansen
Committed by
Matt Hansen
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix README formatting
parent
63cde6ae
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nav2_system_tests/src/updown/README.md
+6
-4
6 additions, 4 deletions
nav2_system_tests/src/updown/README.md
with
6 additions
and
4 deletions
nav2_system_tests/src/updown/README.md
+
6
−
4
View file @
f798cc21
...
...
@@ -13,8 +13,10 @@ If the test passes, you should see this comment in the output:
```
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`
```
./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`
```
./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