Skip to content

Commit

Permalink
Terminology fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyMerzlyakov committed Jul 20, 2022
1 parent e8b491e commit 7f4c3bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace nav2_collision_monitor

/**
* @brief Circle shape implementaiton.
* For STOP/SLOWDOWN model it represents safety area around the robot
* For STOP/SLOWDOWN model it represents zone around the robot
* while for APPROACH model it represents robot footprint.
*/
class Circle : public Polygon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace nav2_collision_monitor

/**
* @brief Basic polygon shape class.
* For STOP/SLOWDOWN model it represents safety area around the robot
* For STOP/SLOWDOWN model it represents zone around the robot
* while for APPROACH model it represents robot footprint.
*/
class Polygon
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ collision_monitor:
transform_tolerance: 0.5
source_timeout: 5.0
stop_pub_timeout: 2.0
# Polygons represent safety area around the robot for "stop" and "slowdown" action types,
# Polygons represent zone around the robot for "stop" and "slowdown" action types,
# and robot footprint for "approach" action type.
# Footprint could be "polygon" type with dynamically set footprint from footprint_topic
# or "circle" type with static footprint set by radius. "footprint_topic" parameter
Expand Down

0 comments on commit 7f4c3bf

Please sign in to comment.