-
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.
- Loading branch information
1 parent
df3439a
commit 81f19e4
Showing
4 changed files
with
64 additions
and
1 deletion.
There are no files selected for viewing
52 changes: 52 additions & 0 deletions
52
configuration/packages/bt-plugins/actions/GetPoseFromPath.rst
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,52 @@ | ||
.. _bt_getposefrompath_action: | ||
|
||
GetPoseFromPath | ||
=============== | ||
|
||
Gets a pose from a particular index on the path. Use ``-1`` to get the last pose, ``-2`` for second to last, and so on. | ||
|
||
Input Ports | ||
*********** | ||
|
||
:path: | ||
|
||
============= ======= | ||
Type Default | ||
------------- ------- | ||
nav_msgs/Path N/A | ||
============= ======= | ||
|
||
Description | ||
Path to extract pose from | ||
|
||
:index: | ||
|
||
====== ======= | ||
Type Default | ||
------ ------- | ||
int 0 | ||
====== ======= | ||
|
||
Description | ||
Index from path to use. Use ``-1`` to get the last pose, ``-2`` for second to last, and so on. | ||
|
||
Output Ports | ||
------------ | ||
|
||
:pose: | ||
|
||
========================= ======= | ||
Type Default | ||
------------------------- ------- | ||
geometry_msgs/PoseStamped N/A | ||
========================= ======= | ||
|
||
Description | ||
Pose from path, with the Path's set header. | ||
|
||
Example | ||
------- | ||
|
||
.. code-block:: xml | ||
<GetPoseFromPath path="{path}" index="-1" pose="{goal}"/> |
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