You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that if you remove the tabletop_detector/clusterer dictionary level, it works. E.g.
pipeline1:
type: TabletopTableDetector
module: 'object_recognition_tabletop'
inputs: [source1]
outputs: [sink1]
parameters:
# table detector
min_table_size: 5000
plane_threshold: 0.01
table_cluster_tolerance: 0.01
vertical_frame_id: '/map'
# clusterer
z_crop: 0.25 # The amount to keep in the z direction relative to the coordinate frame defined by the pose (def. 0.5)
z_min: 0.002 # The amount to crop above the plane, in meters (def. 0.0075)
cluster_distance: 0.01 # The maximum distance between a point and the cluster it belongs to (def. 0.02)
min_cluster_size: 300 # Min number of points for a cluster (def. 300)
The text was updated successfully, but these errors were encountered:
For the TabletopObjectDetector at least the threshold parameter is not connected to the parameter in the code. I haven't checked the other, but suspect the same.
I noticed that if you remove the tabletop_detector/clusterer dictionary level, it works. E.g.
The text was updated successfully, but these errors were encountered: