Skip to content

Commit

Permalink
fix(euclidean cluster): update the broken link (#5292)
Browse files Browse the repository at this point in the history
Update the broken link

The given link was broken. I have updated with the correct link.
  • Loading branch information
sezan92 authored Oct 13, 2023
1 parent e566988 commit 7e0031e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perception/euclidean_cluster/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This package has two clustering methods: `euclidean_cluster` and `voxel_grid_bas

### euclidean_cluster

`pcl::EuclideanClusterExtraction` is applied to points. See [official document](https://pcl.readthedocs.io/en/latest/cluster_extraction.html) for details.
`pcl::EuclideanClusterExtraction` is applied to points. See [official document](https://pcl.readthedocs.io/projects/tutorials/en/master/cluster_extraction.html) for details.

### voxel_grid_based_euclidean_cluster

Expand Down

0 comments on commit 7e0031e

Please sign in to comment.