-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs for #3885 and #3879 #478
base: master
Are you sure you want to change the base?
Conversation
============== ============================= | ||
|
||
Description: | ||
Internally the polygon is sampled for collision detection. sampling_distance is the distance between sampled points of the polygon. Applicable for ``polygon`` type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Internally the polygon is sampled for collision detection. sampling_distance is the distance between sampled points of the polygon. Applicable for ``polygon`` type. | |
Internally the polygon is sampled for collision detection. sampling_distance is the distance between sampled points of the polygon. Applicable for ``polygon`` source type. |
============== ============================= | ||
|
||
Description: | ||
Internally the polygon is sampled for collision detection. sampling_distance is the distance between sampled points of the polygon. Applicable for ``polygon`` type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Internally the polygon is sampled for collision detection. sampling_distance is the distance between sampled points of the polygon. Applicable for ``polygon`` type. | |
Internally the polygon is sampled for collision detection. sampling_distance is the distance between sampled points of the polygon. Applicable for ``polygon`` source type. |
if the transformation from the robot base frame to the global frame does not become available during this timeout. | ||
|
||
Publishing of collision points in collision monitor/detector for debugging purposes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing adding the polygon source type
@@ -229,7 +229,7 @@ Observation sources parameters | |||
============== ============================= | |||
|
|||
Description: | |||
Type of polygon shape. Could be ``scan``, ``pointcloud`` or ``range``. | |||
Type of polygon shape. Could be ``scan``, ``pointcloud``, ``range`` or ``polygon``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Explain what polygon names / is. Scan/PC2/Range are pretty clear from context but this deserves a note
No description provided.