-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: navigation2-ci <[email protected]>
- Loading branch information
navigation2-ci
committed
Nov 27, 2024
1 parent
7137f24
commit 9b1603f
Showing
10 changed files
with
1,267 additions
and
12 deletions.
There are no files selected for viewing
39 changes: 39 additions & 0 deletions
39
_sources/configuration/packages/bt-plugins/conditions/IsStopped.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
.. _bt_is_stopped_condition: | ||
|
||
IsStopped | ||
========= | ||
|
||
BT node that tracks robot odometry and returns SUCCESS if robot is considered stopped for long enough, | ||
RUNNING if stopped but not for long enough and FAILURE otherwise | ||
|
||
Input Port | ||
---------- | ||
|
||
:velocity_threshold: | ||
|
||
======= ======= | ||
Type Default | ||
------- ------- | ||
double N/A | ||
======= ======= | ||
|
||
Description | ||
Velocity threshold below which robot is considered stopped | ||
|
||
:duration_stopped: | ||
|
||
======== ======= | ||
Type Default | ||
-------- ------- | ||
int (ms) 1000 | ||
======== ======= | ||
|
||
Description | ||
Duration (ms) the velocity must remain below the threshold | ||
|
||
Example | ||
------- | ||
|
||
.. code-block:: xml | ||
<IsStopped velocity_threshold="0.01" duration_stopped="1000"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,203 changes: 1,203 additions & 0 deletions
1,203
configuration/packages/bt-plugins/conditions/IsStopped.html
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.