Skip to content

Commit 5e06b29

Browse files
authored
Fix bt port name and type (#782)
* Fix port type Signed-off-by: Maurice <mauricepurnawan@gmail.com> * Fix ispathvalid port Signed-off-by: Maurice <mauricepurnawan@gmail.com> --------- Signed-off-by: Maurice <mauricepurnawan@gmail.com>
1 parent 9fe85b6 commit 5e06b29

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Input Ports
4040

4141
:goal:
4242

43-
====== =======
44-
Type Default
45-
------ -------
46-
string N/A
47-
====== =======
43+
=============================== ========
44+
Type Default
45+
------------------------------- --------
46+
geometry_msgs::msg::PoseStamped N/A
47+
=============================== ========
4848

4949
Description
5050
Destination to check. Takes in a blackboard variable, e.g. "{goal}".

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ it returns SUCCESS.
1010
Input Ports
1111
-----------
1212

13-
:service_timeout:
13+
:server_timeout:
1414

1515
====== =======
1616
Type Default

0 commit comments

Comments
 (0)