Skip to content

Commit a492663

Browse files
authored
Fix IsPoseOccupied (#809)
Signed-off-by: Maurice <mauricepurnawan@gmail.com>
1 parent 10e8d58 commit a492663

1 file changed

Lines changed: 1 addition & 23 deletions

File tree

configuration/packages/bt-plugins/conditions/IsPoseOccupied.rst

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -64,28 +64,6 @@ Input Ports
6464
Description
6565
Service response timeout (ms).
6666

67-
:path:
68-
69-
==================================== =======
70-
Type Default
71-
------------------------------------ -------
72-
nav_msgs::msg::Path N/A
73-
==================================== =======
74-
75-
Description
76-
The global path to check for validity.
77-
78-
:max_cost:
79-
80-
============== ==========
81-
Type Default
82-
-------------- ----------
83-
unsigned int 253
84-
============== ==========
85-
86-
Description
87-
The maximum allowable cost for the path to be considered valid.
88-
8967
:consider_unknown_as_obstacle:
9068

9169
====== =======
@@ -103,4 +81,4 @@ Example
10381

10482
.. code-block:: xml
10583
106-
<IsPoseOccupied server_timeout="10" pose="{goal}" max_cost="254"/>
84+
<IsPoseOccupied server_timeout="10" pose="{goal}"/>

0 commit comments

Comments
 (0)