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 Jan 4, 2024
1 parent 268a386 commit 6eef1b8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _sources/configuration/packages/configuring-costmaps.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Costmap2D ROS Parameters
============== =======

Description
Ordered set of footprint points passed in as a string, must be closed set. For example, the following defines a square base with side lengths of 0.2 meters `footprint: "[ [0.1, 0.1], [0.1, -0.1], [-0.1, -0.1], [-0.1, 0.1] ]"`. Note that this can also be adjusted over time using the costmap's ``~/footprint`` topic, which will update the polygon over time as needed due to changes in the robot's state, such as movement of an attached manipulator, picking up a pallet, or other actions that adjust a robot's shape.
Ordered set of footprint points passed in as a string, must be closed set. For example, the following defines a square base with side lengths of 0.2 meters `footprint: "[ [0.1, 0.1], [0.1, -0.1], [-0.1, -0.1], [-0.1, 0.1] ]"`. Note that this can also be adjusted over time using the costmap's ``~/footprint`` topic, which will update the polygon over time as needed due to changes in the robot's state, such as movement of an attached manipulator, picking up a pallet, or other actions that adjust a robot's shape. If this parameter is set, ``isPathValid`` will do full collision checking.

:global_frame:

Expand Down Expand Up @@ -176,7 +176,7 @@ Costmap2D ROS Parameters
============== =======

Description
Robot radius to use, if footprint coordinates not provided.
Robot radius to use, if footprint coordinates not provided. If this parameter is set, ``isPathValid`` will do circular collision checking.

:rolling_window:

Expand Down
4 changes: 2 additions & 2 deletions configuration/packages/configuring-costmaps.html
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ <h2>Costmap2D ROS Parameters<a class="headerlink" href="#costmap2d-ros-parameter
</tbody>
</table>
<dl class="simple">
<dt>Description</dt><dd><p>Ordered set of footprint points passed in as a string, must be closed set. For example, the following defines a square base with side lengths of 0.2 meters <cite>footprint: “[ [0.1, 0.1], [0.1, -0.1], [-0.1, -0.1], [-0.1, 0.1] ]”</cite>. Note that this can also be adjusted over time using the costmap’s <code class="docutils literal notranslate"><span class="pre">~/footprint</span></code> topic, which will update the polygon over time as needed due to changes in the robot’s state, such as movement of an attached manipulator, picking up a pallet, or other actions that adjust a robot’s shape.</p>
<dt>Description</dt><dd><p>Ordered set of footprint points passed in as a string, must be closed set. For example, the following defines a square base with side lengths of 0.2 meters <cite>footprint: “[ [0.1, 0.1], [0.1, -0.1], [-0.1, -0.1], [-0.1, 0.1] ]”</cite>. Note that this can also be adjusted over time using the costmap’s <code class="docutils literal notranslate"><span class="pre">~/footprint</span></code> topic, which will update the polygon over time as needed due to changes in the robot’s state, such as movement of an attached manipulator, picking up a pallet, or other actions that adjust a robot’s shape. If this parameter is set, <code class="docutils literal notranslate"><span class="pre">isPathValid</span></code> will do full collision checking.</p>
</dd>
</dl>
</dd>
Expand Down Expand Up @@ -1310,7 +1310,7 @@ <h2>Costmap2D ROS Parameters<a class="headerlink" href="#costmap2d-ros-parameter
</tbody>
</table>
<dl class="simple">
<dt>Description</dt><dd><p>Robot radius to use, if footprint coordinates not provided.</p>
<dt>Description</dt><dd><p>Robot radius to use, if footprint coordinates not provided. If this parameter is set, <code class="docutils literal notranslate"><span class="pre">isPathValid</span></code> will do circular collision checking.</p>
</dd>
</dl>
</dd>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 6eef1b8

Please sign in to comment.