Skip to content

Commit 1874ed7

Browse files
Add smoothing_angle_threshold parameter description for Route Server (#868)
* Add smoothing_angle_threshold parameter description for Route Server Signed-off-by: RayOwwen <rayowwen@gmail.com> * Apply suggestion from @SteveMacenski Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> --------- Signed-off-by: RayOwwen <rayowwen@gmail.com> Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> Co-authored-by: Steve Macenski <stevenmacenski@gmail.com>
1 parent edff991 commit 1874ed7

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

configuration/packages/configuring-route-server.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,17 @@ Server Parameters
113113
Description
114114
Radius to fit to corners formed by edges if corner smoothing is enabled
115115

116+
:smoothing_angle_threshold:
117+
118+
============== ========
119+
Type Default
120+
-------------- --------
121+
double 2.9
122+
============== ========
123+
124+
Description
125+
Angle threshold (rad). If angle > threshold, no smoothing is applied. This prevents unnecessary smoothing of largely straight segments caused by small differences or annotation error. 2.9 rad is 166 deg, meaning it will not smooth for segments that are within 14 deg of straight anti-parallel.
126+
116127
:costmap_topic:
117128

118129
============== ============================

0 commit comments

Comments
 (0)