Skip to content

Commit

Permalink
[Doc] ActionClient reset and clear
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthou committed Jan 15, 2024
1 parent 11302b3 commit 4bcbdfe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/cpp_API/ActionClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ <h2 id="public-functions">Public Functions</h2>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="ActionClient.html#add">add</a></b>(const std::string&amp; <i>uri</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="ActionClient.html#fadd">fadd</a></b>(const std::string&amp; <i>file</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="ActionClient.html#reset">reset</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="ActionClient.html#clear">clear</a></b>()</td></tr>
</tbody>
</table>
</div>
Expand Down Expand Up @@ -201,8 +202,11 @@ <h3 class="fn" id="fadd"><a name="fadd"></a><span class="type">bool</span> Actio
will try to identify a ROS package in the paths and will use your local package if it exists.</p>
<p>Returns false if the service call fails.</p>


<h3 class="fn" id="reset"><a name="reset"></a><span class="type">bool</span> ActionClient::<span class="name">reset</span>()</h3>
<p>Unloads all the knowledge previously loaded or learned and reload default files.</p>
<p>Returns false if the service call fails.</p>

<h3 class="fn" id="clear"><a name="clear"></a><span class="type">bool</span> ActionClient::<span class="name">clear</span>()</h3>
<p>Unloads all the knowledge previously loaded or learned.</p>
<p>Returns false if the service call fails.</p>

Expand Down
6 changes: 5 additions & 1 deletion docs/python_API/ActionClient.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ <h2 id="methods">Methods</h2>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="ActionClient.html#add">add</a></b>(self, uri)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="ActionClient.html#fadd">fadd</a></b>(self, file)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="ActionClient.html#reset">reset</a></b>(self)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="ActionClient.html#clear">clear</a></b>(self)</td></tr>
</tbody>
</table>
</div>
Expand Down Expand Up @@ -199,8 +200,11 @@ <h3 class="fn" id="fadd"><a name="fadd"></a><span class="name">fadd</span>(self,
will try to identify a ROS package in the paths and will use your local package if it exists.</p>
<p>Returns False if the service call fails.</p>


<h3 class="fn" id="reset"><a name="reset"></a><span class="name">reset</span>(self)</h3>
<p>Unload all the knowledge previously loaded or learned and reload default files.</p>
<p>Returns False if the service call fails.</p>

<h3 class="fn" id="clear"><a name="clear"></a><span class="name">clear</span>(self)</h3>
<p>Unload all the knowledge previously loaded or learned.</p>
<p>Returns False if the service call fails.</p>

Expand Down

0 comments on commit 4bcbdfe

Please sign in to comment.