-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: filter points by ring_section_filter in nebula (#329)
* set point_filters test * fix ring id * add point_filters params * add default point_filter(no reduction) * one third all OT128 * set default no reduction * fix Signed-off-by: Tomohito ANDO <tomohito.ando@tier4.jp> --------- Signed-off-by: Tomohito ANDO <tomohito.ando@tier4.jp> Co-authored-by: Tomohito ANDO <tomohito.ando@tier4.jp>
- Loading branch information
1 parent
6104335
commit ebd4d86
Showing
8 changed files
with
229 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/**: | ||
ros__parameters: | ||
point_filters: | | ||
{ | ||
} |
71 changes: 71 additions & 0 deletions
71
aip_x2_gen2_launch/config/point_filters_one_half.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
/**: | ||
ros__parameters: | ||
point_filters: | | ||
{ | ||
"ring_section_filter": [ | ||
[1, 0, 360], | ||
[3, 0, 360], | ||
[5, 0, 360], | ||
[7, 0, 360], | ||
[9, 0, 360], | ||
[11, 0, 360], | ||
[13, 0, 360], | ||
[15, 0, 360], | ||
[17, 0, 360], | ||
[19, 0, 360], | ||
[21, 0, 360], | ||
[23, 0, 360], | ||
[25, 0, 360], | ||
[27, 0, 360], | ||
[29, 0, 360], | ||
[31, 0, 360], | ||
[33, 0, 360], | ||
[35, 0, 360], | ||
[37, 0, 360], | ||
[39, 0, 360], | ||
[41, 0, 360], | ||
[43, 0, 360], | ||
[45, 0, 360], | ||
[47, 0, 360], | ||
[49, 0, 360], | ||
[51, 0, 360], | ||
[53, 0, 360], | ||
[55, 0, 360], | ||
[57, 0, 360], | ||
[59, 0, 360], | ||
[61, 0, 360], | ||
[63, 0, 360], | ||
[65, 0, 360], | ||
[67, 0, 360], | ||
[69, 0, 360], | ||
[71, 0, 360], | ||
[73, 0, 360], | ||
[75, 0, 360], | ||
[77, 0, 360], | ||
[79, 0, 360], | ||
[81, 0, 360], | ||
[83, 0, 360], | ||
[85, 0, 360], | ||
[87, 0, 360], | ||
[89, 0, 360], | ||
[91, 0, 360], | ||
[93, 0, 360], | ||
[95, 0, 360], | ||
[97, 0, 360], | ||
[99, 0, 360], | ||
[101, 0, 360], | ||
[103, 0, 360], | ||
[105, 0, 360], | ||
[107, 0, 360], | ||
[109, 0, 360], | ||
[111, 0, 360], | ||
[113, 0, 360], | ||
[115, 0, 360], | ||
[117, 0, 360], | ||
[119, 0, 360], | ||
[121, 0, 360], | ||
[123, 0, 360], | ||
[125, 0, 360], | ||
[127, 0, 360] | ||
] | ||
} |
92 changes: 92 additions & 0 deletions
92
aip_x2_gen2_launch/config/point_filters_one_third.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
/**: | ||
ros__parameters: | ||
point_filters: | | ||
{ | ||
"ring_section_filter": [ | ||
[1, 0, 360], | ||
[2, 0, 360], | ||
[4, 0, 360], | ||
[5, 0, 360], | ||
[7, 0, 360], | ||
[8, 0, 360], | ||
[10, 0, 360], | ||
[11, 0, 360], | ||
[13, 0, 360], | ||
[14, 0, 360], | ||
[16, 0, 360], | ||
[17, 0, 360], | ||
[19, 0, 360], | ||
[20, 0, 360], | ||
[22, 0, 360], | ||
[23, 0, 360], | ||
[25, 0, 360], | ||
[26, 0, 360], | ||
[28, 0, 360], | ||
[29, 0, 360], | ||
[31, 0, 360], | ||
[32, 0, 360], | ||
[34, 0, 360], | ||
[35, 0, 360], | ||
[37, 0, 360], | ||
[38, 0, 360], | ||
[40, 0, 360], | ||
[41, 0, 360], | ||
[43, 0, 360], | ||
[44, 0, 360], | ||
[46, 0, 360], | ||
[47, 0, 360], | ||
[49, 0, 360], | ||
[50, 0, 360], | ||
[52, 0, 360], | ||
[53, 0, 360], | ||
[55, 0, 360], | ||
[56, 0, 360], | ||
[58, 0, 360], | ||
[59, 0, 360], | ||
[61, 0, 360], | ||
[62, 0, 360], | ||
[64, 0, 360], | ||
[65, 0, 360], | ||
[67, 0, 360], | ||
[68, 0, 360], | ||
[70, 0, 360], | ||
[71, 0, 360], | ||
[73, 0, 360], | ||
[74, 0, 360], | ||
[76, 0, 360], | ||
[77, 0, 360], | ||
[79, 0, 360], | ||
[80, 0, 360], | ||
[82, 0, 360], | ||
[83, 0, 360], | ||
[85, 0, 360], | ||
[86, 0, 360], | ||
[88, 0, 360], | ||
[89, 0, 360], | ||
[91, 0, 360], | ||
[92, 0, 360], | ||
[94, 0, 360], | ||
[95, 0, 360], | ||
[97, 0, 360], | ||
[98, 0, 360], | ||
[100, 0, 360], | ||
[101, 0, 360], | ||
[103, 0, 360], | ||
[104, 0, 360], | ||
[106, 0, 360], | ||
[107, 0, 360], | ||
[109, 0, 360], | ||
[110, 0, 360], | ||
[112, 0, 360], | ||
[113, 0, 360], | ||
[115, 0, 360], | ||
[116, 0, 360], | ||
[118, 0, 360], | ||
[119, 0, 360], | ||
[121, 0, 360], | ||
[122, 0, 360], | ||
[124, 0, 360], | ||
[125, 0, 360], | ||
[127, 0, 360] | ||
] | ||
} |
50 changes: 50 additions & 0 deletions
50
aip_x2_gen2_launch/config/point_filters_two_third.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
/**: | ||
ros__parameters: | ||
point_filters: | | ||
{ | ||
"ring_section_filter": [ | ||
[0, 0, 360], | ||
[3, 0, 360], | ||
[6, 0, 360], | ||
[9, 0, 360], | ||
[12, 0, 360], | ||
[15, 0, 360], | ||
[18, 0, 360], | ||
[21, 0, 360], | ||
[24, 0, 360], | ||
[27, 0, 360], | ||
[30, 0, 360], | ||
[33, 0, 360], | ||
[36, 0, 360], | ||
[39, 0, 360], | ||
[42, 0, 360], | ||
[45, 0, 360], | ||
[48, 0, 360], | ||
[51, 0, 360], | ||
[54, 0, 360], | ||
[57, 0, 360], | ||
[60, 0, 360], | ||
[63, 0, 360], | ||
[66, 0, 360], | ||
[69, 0, 360], | ||
[72, 0, 360], | ||
[75, 0, 360], | ||
[78, 0, 360], | ||
[81, 0, 360], | ||
[84, 0, 360], | ||
[87, 0, 360], | ||
[90, 0, 360], | ||
[93, 0, 360], | ||
[96, 0, 360], | ||
[99, 0, 360], | ||
[102, 0, 360], | ||
[105, 0, 360], | ||
[108, 0, 360], | ||
[111, 0, 360], | ||
[114, 0, 360], | ||
[117, 0, 360], | ||
[120, 0, 360], | ||
[123, 0, 360], | ||
[126, 0, 360] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters