diff --git a/_sources/configuration/packages/configuring-costmaps.rst.txt b/_sources/configuration/packages/configuring-costmaps.rst.txt index 8cc478ec4..d1068a24d 100644 --- a/_sources/configuration/packages/configuring-costmaps.rst.txt +++ b/_sources/configuration/packages/configuring-costmaps.rst.txt @@ -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: @@ -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: diff --git a/configuration/packages/configuring-costmaps.html b/configuration/packages/configuring-costmaps.html index aa59d36fa..26831accf 100644 --- a/configuration/packages/configuring-costmaps.html +++ b/configuration/packages/configuring-costmaps.html @@ -1070,7 +1070,7 @@
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.
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.