Skip to content

Commit

Permalink
[skip ci] publish latest
Browse files Browse the repository at this point in the history
Signed-off-by: navigation2-ci <[email protected]>
  • Loading branch information
navigation2-ci committed Jun 28, 2024
1 parent 023ed68 commit f6abb9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sources/tutorials/docs/adding_a_nav2_task_server.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Error codes are attached to the response of the action message. An example can b
uint16 UNKNOWN=10000 # first error code in the sequence is reserved for UNKNOWN
# User Error codes below
int16 INVILAD_START=10001
int16 INVALID_START=10001
int16 NO_VALID_ROUTE=10002
#goal definition
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tutorials/docs/adding_a_nav2_task_server.html
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,7 @@ <h2>Error codes<a class="headerlink" href="#error-codes" title="Permalink to thi
uint16<span class="w"> </span><span class="nv">UNKNOWN</span><span class="o">=</span><span class="m">10000</span><span class="w"> </span><span class="c1"># first error code in the sequence is reserved for UNKNOWN</span>

<span class="c1"># User Error codes below</span>
int16<span class="w"> </span><span class="nv">INVILAD_START</span><span class="o">=</span><span class="m">10001</span>
int16<span class="w"> </span><span class="nv">INVALID_START</span><span class="o">=</span><span class="m">10001</span>
int16<span class="w"> </span><span class="nv">NO_VALID_ROUTE</span><span class="o">=</span><span class="m">10002</span>

<span class="c1">#goal definition</span>
Expand Down

0 comments on commit f6abb9c

Please sign in to comment.