From 0006b080d44d089645988bd394990609eba05ee9 Mon Sep 17 00:00:00 2001 From: Radu <218564757+remete618@users.noreply.github.com> Date: Thu, 2 Apr 2026 10:43:11 -0400 Subject: [PATCH] Fix RST inline literal rendering in obstacle layer field names Remove double-backtick inline literal markup from RST field list names in the obstacle costmap plugin docs. The markup triggered a rendering bug in sphinx_rtd_theme, causing field names to overflow their containers. --- .../packages/costmap-plugins/obstacle.rst | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/configuration/packages/costmap-plugins/obstacle.rst b/configuration/packages/costmap-plugins/obstacle.rst index fdcaad3db8..f5c600ad3f 100644 --- a/configuration/packages/costmap-plugins/obstacle.rst +++ b/configuration/packages/costmap-plugins/obstacle.rst @@ -9,7 +9,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de ```` is the corresponding observation source name for that sources parameters. -:````.enabled: +:.enabled: ==== ======= Type Default @@ -20,7 +20,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de Description Whether it is enabled. -:````.footprint_clearing_enabled: +:.footprint_clearing_enabled: ==== ======= Type Default @@ -31,7 +31,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de Description Clear any occupied cells under robot footprint. -:````.min_obstacle_height: +:.min_obstacle_height: ====== ======= Type Default @@ -42,7 +42,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de Description Minimum height to add return to occupancy grid. -:````.max_obstacle_height: +:.max_obstacle_height: ====== ======= Type Default @@ -53,7 +53,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de Description Maximum height to add return to occupancy grid. -:````.combination_method: +:.combination_method: ====== ======= Type Default @@ -74,7 +74,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de | It can be used to make sure that the static map is the dominant source of information, and | prevent the robot to go through places that are not present in the static map. -:````.tf_filter_tolerance: +:.tf_filter_tolerance: ====== ======= Type Default @@ -85,7 +85,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de Description Tolerance for the ``tf2_ros::MessageFilter``. -:````.observation_sources: +:.observation_sources: ============== ======= Type Default @@ -96,7 +96,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de Description namespace of sources of data. -:``.``.topic: +:..topic: ====== ======= Type Default @@ -115,7 +115,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de * Topic will be remapped to `/tb4/scan` without `local_costmap`. * Use global topic `/scan` if you do not wish the node namespace to apply. -:``.``.sensor_frame: +:..sensor_frame: ====== ======= Type Default @@ -126,7 +126,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de Description Frame of sensor, to use if not provided by message. If empty, uses message frame_id. -:``.``.observation_persistence: +:..observation_persistence: ====== ======= Type Default @@ -137,7 +137,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de Description How long to store messages in a buffer to add to costmap before removing them (s). -:``.``.expected_update_rate: +:..expected_update_rate: ====== ======= Type Default @@ -148,7 +148,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de Description Expected rate to get new data from sensor. -:``.``.data_type: +:..data_type: ====== =========== Type Default @@ -159,7 +159,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de Description Data type of input, LaserScan or PointCloud2. -:``.``.transport_type: +:..transport_type: ====== =========== Type Default @@ -177,7 +177,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de See the `known transports `_ for more details. -:``.``.min_obstacle_height: +:..min_obstacle_height: ====== ======= Type Default @@ -188,7 +188,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de Description Minimum height to add return to occupancy grid. -:``.``.max_obstacle_height: +:..max_obstacle_height: ====== ======= Type Default @@ -199,7 +199,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de Description Maximum height to add return to occupancy grid. -:``.``.inf_is_valid: +:..inf_is_valid: ====== ======= Type Default @@ -210,7 +210,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de Description Are infinite returns from laser scanners valid measurements to raycast. -:``.``.marking: +:..marking: ====== ======= Type Default @@ -221,7 +221,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de Description Whether source should mark in costmap. -:``.``.clearing: +:..clearing: ====== ======= Type Default @@ -232,7 +232,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de Description Whether source should raytrace clear in costmap. -:``.``.obstacle_max_range: +:..obstacle_max_range: ====== ======= Type Default @@ -243,7 +243,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de Description Maximum range to mark obstacles in costmap. -:``.``.obstacle_min_range: +:..obstacle_min_range: ====== ======= Type Default @@ -254,7 +254,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de Description Minimum range to mark obstacles in costmap. -:``.``.raytrace_max_range: +:..raytrace_max_range: ====== ======= Type Default @@ -265,7 +265,7 @@ This costmap layer implements a plugin that uses 2D raycasting for 2D lidars, de Description Maximum range to raytrace clear obstacles from costmap. -:``.``.raytrace_min_range: +:..raytrace_min_range: ====== ======= Type Default