Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | autoware.ai perf |
Checkout URI | https://github.com/is-whale/autoware_learn.git |
VCS Type | git |
VCS Version | 1.14 |
Last Updated | 2025-03-14 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- amc
Authors
ROI Object Filter
The ROI object filter node uses information from the ADAS map to remove the detected objects outside of the drivable area.
Requirements
- PointCloud map.
- ADAS map with drivable area included (`wayarea).
- OccupancyGrid in GridMap format.
- NDT localization (TF tree properly constructed).
Input Topics
- GridMap containing the drivable area occupancy grid (
grid_map_msgs/GridMap
). Published bywayarea2grid
node in the semantics package. - Object Detection results to filter (
autoware_msgs/DetectedObjectArray
). Published by an object detector.
Output Topics
- Objects with the
valid
field modified according to the ROI, including those in the list of exceptions (autoware_msgs/DetectedObjectArray
) on the/detection/object_filter/objects
topic.
Parameters
Available parameters:
Parameter | Type | Description | Default |
---|---|---|---|
wayarea_gridmap_topic |
String | Topic name containing the GridMap with the drivable area occupancy grid. | grid_map_wayarea |
detection_topic |
String | Name of the DetectedObjectArray topic to subscribe containing the detections to filter. |
/detection/lidar_detector/objects |
wayarea_no_road_value |
Int | Occupancy Grid integer value of the non drivable regions. | 255 |
sync_topics |
Bool | Whether or not to Sync detection topics using ROS filters. | false |
wayarea_gridmap_layer |
String | Name of the layer in the GridMap containing the drivable area occupancy grid. | wayarea |
exception_list |
String Array | A list of the object to be kept even when found outside the ROI. | [person, bicycle] |
Usage example
- Launch a ground filter algorithm from the
Points Preprocessor
section in the Sensing tab. (adjust the parameters to your vehicle setup). - Launch a Lidar Detector from the Computing tab or fusion.
- Launch NDT localization with the Map and VectorMap being published.
- Launch
wayarea2grid
from the Semantics package in the Computing** tab. - Launch this node.
Notes
- VectorMap MUST include the drivable area (i.e.
wayarea.csv
)
Changelog for package roi_object_filter
1.11.0 (2019-03-21)
- [fix] Install commands for all the packages
(#1861)
-
Initial fixes to detection, sensing, semantics and utils
-
fixing wrong filename on install command
-
Fixes to install commands
-
Hokuyo fix name
-
Fix obj db
-
Obj db include fixes
-
End of final cleaning sweep
-
Incorrect command order in runtime manager
-
Param tempfile not required by runtime_manager
-
- Fixes to runtime manager install commands
-
Remove devel directory from catkin, if any
-
Updated launch files for robosense
-
Updated robosense
-
Fix/add missing install (#1977)
-
Added launch install to lidar_kf_contour_track
-
Added install to op_global_planner
-
Added install to way_planner
-
Added install to op_local_planner
-
Added install to op_simulation_package
-
Added install to op_utilities
-
Added install to sync
-
- Improved installation script for pointgrey packages
-
Fixed nodelet error for gmsl cameras
-
USe install space in catkin as well
-
add install to catkin
-
Fix install directives (#1990)
-
Fixed installation path
-
Fixed params installation path
-
Fixed cfg installation path
- Delete cache on colcon_release
-
-
Updated license to Apache
-
- Fix install commands
- Fix license
-
Updated License notice (#1850)
-
Added CheckPointInGrid Test to RoiFilter
-
Adaptation of Object Filter with new perception workflow
- feature/test_object_sanitizer
(#1713)
- Added unit test base
- Added friend class and sample test
- Added comment on test
-
Updated readme
-
Initial release of object filter
- Contributors: Abraham Monrroy, Abraham Monrroy Cano, Servando, amc-nu
Package Dependencies
Deps | Name |
---|---|
autoware_build_flags | |
catkin | |
rostest | |
rosunit | |
autoware_msgs | |
geometry_msgs | |
grid_map_cv | |
grid_map_msgs | |
grid_map_ros | |
roscpp | |
sensor_msgs | |
tf |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged roi_object_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | autoware.ai perf |
Checkout URI | https://github.com/is-whale/autoware_learn.git |
VCS Type | git |
VCS Version | 1.14 |
Last Updated | 2025-03-14 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- amc
Authors
ROI Object Filter
The ROI object filter node uses information from the ADAS map to remove the detected objects outside of the drivable area.
Requirements
- PointCloud map.
- ADAS map with drivable area included (`wayarea).
- OccupancyGrid in GridMap format.
- NDT localization (TF tree properly constructed).
Input Topics
- GridMap containing the drivable area occupancy grid (
grid_map_msgs/GridMap
). Published bywayarea2grid
node in the semantics package. - Object Detection results to filter (
autoware_msgs/DetectedObjectArray
). Published by an object detector.
Output Topics
- Objects with the
valid
field modified according to the ROI, including those in the list of exceptions (autoware_msgs/DetectedObjectArray
) on the/detection/object_filter/objects
topic.
Parameters
Available parameters:
Parameter | Type | Description | Default |
---|---|---|---|
wayarea_gridmap_topic |
String | Topic name containing the GridMap with the drivable area occupancy grid. | grid_map_wayarea |
detection_topic |
String | Name of the DetectedObjectArray topic to subscribe containing the detections to filter. |
/detection/lidar_detector/objects |
wayarea_no_road_value |
Int | Occupancy Grid integer value of the non drivable regions. | 255 |
sync_topics |
Bool | Whether or not to Sync detection topics using ROS filters. | false |
wayarea_gridmap_layer |
String | Name of the layer in the GridMap containing the drivable area occupancy grid. | wayarea |
exception_list |
String Array | A list of the object to be kept even when found outside the ROI. | [person, bicycle] |
Usage example
- Launch a ground filter algorithm from the
Points Preprocessor
section in the Sensing tab. (adjust the parameters to your vehicle setup). - Launch a Lidar Detector from the Computing tab or fusion.
- Launch NDT localization with the Map and VectorMap being published.
- Launch
wayarea2grid
from the Semantics package in the Computing** tab. - Launch this node.
Notes
- VectorMap MUST include the drivable area (i.e.
wayarea.csv
)
Changelog for package roi_object_filter
1.11.0 (2019-03-21)
- [fix] Install commands for all the packages
(#1861)
-
Initial fixes to detection, sensing, semantics and utils
-
fixing wrong filename on install command
-
Fixes to install commands
-
Hokuyo fix name
-
Fix obj db
-
Obj db include fixes
-
End of final cleaning sweep
-
Incorrect command order in runtime manager
-
Param tempfile not required by runtime_manager
-
- Fixes to runtime manager install commands
-
Remove devel directory from catkin, if any
-
Updated launch files for robosense
-
Updated robosense
-
Fix/add missing install (#1977)
-
Added launch install to lidar_kf_contour_track
-
Added install to op_global_planner
-
Added install to way_planner
-
Added install to op_local_planner
-
Added install to op_simulation_package
-
Added install to op_utilities
-
Added install to sync
-
- Improved installation script for pointgrey packages
-
Fixed nodelet error for gmsl cameras
-
USe install space in catkin as well
-
add install to catkin
-
Fix install directives (#1990)
-
Fixed installation path
-
Fixed params installation path
-
Fixed cfg installation path
- Delete cache on colcon_release
-
-
Updated license to Apache
-
- Fix install commands
- Fix license
-
Updated License notice (#1850)
-
Added CheckPointInGrid Test to RoiFilter
-
Adaptation of Object Filter with new perception workflow
- feature/test_object_sanitizer
(#1713)
- Added unit test base
- Added friend class and sample test
- Added comment on test
-
Updated readme
-
Initial release of object filter
- Contributors: Abraham Monrroy, Abraham Monrroy Cano, Servando, amc-nu
Package Dependencies
Deps | Name |
---|---|
autoware_build_flags | |
catkin | |
rostest | |
rosunit | |
autoware_msgs | |
geometry_msgs | |
grid_map_cv | |
grid_map_msgs | |
grid_map_ros | |
roscpp | |
sensor_msgs | |
tf |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged roi_object_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | autoware.ai perf |
Checkout URI | https://github.com/is-whale/autoware_learn.git |
VCS Type | git |
VCS Version | 1.14 |
Last Updated | 2025-03-14 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- amc
Authors
ROI Object Filter
The ROI object filter node uses information from the ADAS map to remove the detected objects outside of the drivable area.
Requirements
- PointCloud map.
- ADAS map with drivable area included (`wayarea).
- OccupancyGrid in GridMap format.
- NDT localization (TF tree properly constructed).
Input Topics
- GridMap containing the drivable area occupancy grid (
grid_map_msgs/GridMap
). Published bywayarea2grid
node in the semantics package. - Object Detection results to filter (
autoware_msgs/DetectedObjectArray
). Published by an object detector.
Output Topics
- Objects with the
valid
field modified according to the ROI, including those in the list of exceptions (autoware_msgs/DetectedObjectArray
) on the/detection/object_filter/objects
topic.
Parameters
Available parameters:
Parameter | Type | Description | Default |
---|---|---|---|
wayarea_gridmap_topic |
String | Topic name containing the GridMap with the drivable area occupancy grid. | grid_map_wayarea |
detection_topic |
String | Name of the DetectedObjectArray topic to subscribe containing the detections to filter. |
/detection/lidar_detector/objects |
wayarea_no_road_value |
Int | Occupancy Grid integer value of the non drivable regions. | 255 |
sync_topics |
Bool | Whether or not to Sync detection topics using ROS filters. | false |
wayarea_gridmap_layer |
String | Name of the layer in the GridMap containing the drivable area occupancy grid. | wayarea |
exception_list |
String Array | A list of the object to be kept even when found outside the ROI. | [person, bicycle] |
Usage example
- Launch a ground filter algorithm from the
Points Preprocessor
section in the Sensing tab. (adjust the parameters to your vehicle setup). - Launch a Lidar Detector from the Computing tab or fusion.
- Launch NDT localization with the Map and VectorMap being published.
- Launch
wayarea2grid
from the Semantics package in the Computing** tab. - Launch this node.
Notes
- VectorMap MUST include the drivable area (i.e.
wayarea.csv
)
Changelog for package roi_object_filter
1.11.0 (2019-03-21)
- [fix] Install commands for all the packages
(#1861)
-
Initial fixes to detection, sensing, semantics and utils
-
fixing wrong filename on install command
-
Fixes to install commands
-
Hokuyo fix name
-
Fix obj db
-
Obj db include fixes
-
End of final cleaning sweep
-
Incorrect command order in runtime manager
-
Param tempfile not required by runtime_manager
-
- Fixes to runtime manager install commands
-
Remove devel directory from catkin, if any
-
Updated launch files for robosense
-
Updated robosense
-
Fix/add missing install (#1977)
-
Added launch install to lidar_kf_contour_track
-
Added install to op_global_planner
-
Added install to way_planner
-
Added install to op_local_planner
-
Added install to op_simulation_package
-
Added install to op_utilities
-
Added install to sync
-
- Improved installation script for pointgrey packages
-
Fixed nodelet error for gmsl cameras
-
USe install space in catkin as well
-
add install to catkin
-
Fix install directives (#1990)
-
Fixed installation path
-
Fixed params installation path
-
Fixed cfg installation path
- Delete cache on colcon_release
-
-
Updated license to Apache
-
- Fix install commands
- Fix license
-
Updated License notice (#1850)
-
Added CheckPointInGrid Test to RoiFilter
-
Adaptation of Object Filter with new perception workflow
- feature/test_object_sanitizer
(#1713)
- Added unit test base
- Added friend class and sample test
- Added comment on test
-
Updated readme
-
Initial release of object filter
- Contributors: Abraham Monrroy, Abraham Monrroy Cano, Servando, amc-nu
Package Dependencies
Deps | Name |
---|---|
autoware_build_flags | |
catkin | |
rostest | |
rosunit | |
autoware_msgs | |
geometry_msgs | |
grid_map_cv | |
grid_map_msgs | |
grid_map_ros | |
roscpp | |
sensor_msgs | |
tf |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged roi_object_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | autoware.ai perf |
Checkout URI | https://github.com/is-whale/autoware_learn.git |
VCS Type | git |
VCS Version | 1.14 |
Last Updated | 2025-03-14 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- amc
Authors
ROI Object Filter
The ROI object filter node uses information from the ADAS map to remove the detected objects outside of the drivable area.
Requirements
- PointCloud map.
- ADAS map with drivable area included (`wayarea).
- OccupancyGrid in GridMap format.
- NDT localization (TF tree properly constructed).
Input Topics
- GridMap containing the drivable area occupancy grid (
grid_map_msgs/GridMap
). Published bywayarea2grid
node in the semantics package. - Object Detection results to filter (
autoware_msgs/DetectedObjectArray
). Published by an object detector.
Output Topics
- Objects with the
valid
field modified according to the ROI, including those in the list of exceptions (autoware_msgs/DetectedObjectArray
) on the/detection/object_filter/objects
topic.
Parameters
Available parameters:
Parameter | Type | Description | Default |
---|---|---|---|
wayarea_gridmap_topic |
String | Topic name containing the GridMap with the drivable area occupancy grid. | grid_map_wayarea |
detection_topic |
String | Name of the DetectedObjectArray topic to subscribe containing the detections to filter. |
/detection/lidar_detector/objects |
wayarea_no_road_value |
Int | Occupancy Grid integer value of the non drivable regions. | 255 |
sync_topics |
Bool | Whether or not to Sync detection topics using ROS filters. | false |
wayarea_gridmap_layer |
String | Name of the layer in the GridMap containing the drivable area occupancy grid. | wayarea |
exception_list |
String Array | A list of the object to be kept even when found outside the ROI. | [person, bicycle] |
Usage example
- Launch a ground filter algorithm from the
Points Preprocessor
section in the Sensing tab. (adjust the parameters to your vehicle setup). - Launch a Lidar Detector from the Computing tab or fusion.
- Launch NDT localization with the Map and VectorMap being published.
- Launch
wayarea2grid
from the Semantics package in the Computing** tab. - Launch this node.
Notes
- VectorMap MUST include the drivable area (i.e.
wayarea.csv
)
Changelog for package roi_object_filter
1.11.0 (2019-03-21)
- [fix] Install commands for all the packages
(#1861)
-
Initial fixes to detection, sensing, semantics and utils
-
fixing wrong filename on install command
-
Fixes to install commands
-
Hokuyo fix name
-
Fix obj db
-
Obj db include fixes
-
End of final cleaning sweep
-
Incorrect command order in runtime manager
-
Param tempfile not required by runtime_manager
-
- Fixes to runtime manager install commands
-
Remove devel directory from catkin, if any
-
Updated launch files for robosense
-
Updated robosense
-
Fix/add missing install (#1977)
-
Added launch install to lidar_kf_contour_track
-
Added install to op_global_planner
-
Added install to way_planner
-
Added install to op_local_planner
-
Added install to op_simulation_package
-
Added install to op_utilities
-
Added install to sync
-
- Improved installation script for pointgrey packages
-
Fixed nodelet error for gmsl cameras
-
USe install space in catkin as well
-
add install to catkin
-
Fix install directives (#1990)
-
Fixed installation path
-
Fixed params installation path
-
Fixed cfg installation path
- Delete cache on colcon_release
-
-
Updated license to Apache
-
- Fix install commands
- Fix license
-
Updated License notice (#1850)
-
Added CheckPointInGrid Test to RoiFilter
-
Adaptation of Object Filter with new perception workflow
- feature/test_object_sanitizer
(#1713)
- Added unit test base
- Added friend class and sample test
- Added comment on test
-
Updated readme
-
Initial release of object filter
- Contributors: Abraham Monrroy, Abraham Monrroy Cano, Servando, amc-nu
Package Dependencies
Deps | Name |
---|---|
autoware_build_flags | |
catkin | |
rostest | |
rosunit | |
autoware_msgs | |
geometry_msgs | |
grid_map_cv | |
grid_map_msgs | |
grid_map_ros | |
roscpp | |
sensor_msgs | |
tf |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged roi_object_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | autoware.ai perf |
Checkout URI | https://github.com/is-whale/autoware_learn.git |
VCS Type | git |
VCS Version | 1.14 |
Last Updated | 2025-03-14 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- amc
Authors
ROI Object Filter
The ROI object filter node uses information from the ADAS map to remove the detected objects outside of the drivable area.
Requirements
- PointCloud map.
- ADAS map with drivable area included (`wayarea).
- OccupancyGrid in GridMap format.
- NDT localization (TF tree properly constructed).
Input Topics
- GridMap containing the drivable area occupancy grid (
grid_map_msgs/GridMap
). Published bywayarea2grid
node in the semantics package. - Object Detection results to filter (
autoware_msgs/DetectedObjectArray
). Published by an object detector.
Output Topics
- Objects with the
valid
field modified according to the ROI, including those in the list of exceptions (autoware_msgs/DetectedObjectArray
) on the/detection/object_filter/objects
topic.
Parameters
Available parameters:
Parameter | Type | Description | Default |
---|---|---|---|
wayarea_gridmap_topic |
String | Topic name containing the GridMap with the drivable area occupancy grid. | grid_map_wayarea |
detection_topic |
String | Name of the DetectedObjectArray topic to subscribe containing the detections to filter. |
/detection/lidar_detector/objects |
wayarea_no_road_value |
Int | Occupancy Grid integer value of the non drivable regions. | 255 |
sync_topics |
Bool | Whether or not to Sync detection topics using ROS filters. | false |
wayarea_gridmap_layer |
String | Name of the layer in the GridMap containing the drivable area occupancy grid. | wayarea |
exception_list |
String Array | A list of the object to be kept even when found outside the ROI. | [person, bicycle] |
Usage example
- Launch a ground filter algorithm from the
Points Preprocessor
section in the Sensing tab. (adjust the parameters to your vehicle setup). - Launch a Lidar Detector from the Computing tab or fusion.
- Launch NDT localization with the Map and VectorMap being published.
- Launch
wayarea2grid
from the Semantics package in the Computing** tab. - Launch this node.
Notes
- VectorMap MUST include the drivable area (i.e.
wayarea.csv
)
Changelog for package roi_object_filter
1.11.0 (2019-03-21)
- [fix] Install commands for all the packages
(#1861)
-
Initial fixes to detection, sensing, semantics and utils
-
fixing wrong filename on install command
-
Fixes to install commands
-
Hokuyo fix name
-
Fix obj db
-
Obj db include fixes
-
End of final cleaning sweep
-
Incorrect command order in runtime manager
-
Param tempfile not required by runtime_manager
-
- Fixes to runtime manager install commands
-
Remove devel directory from catkin, if any
-
Updated launch files for robosense
-
Updated robosense
-
Fix/add missing install (#1977)
-
Added launch install to lidar_kf_contour_track
-
Added install to op_global_planner
-
Added install to way_planner
-
Added install to op_local_planner
-
Added install to op_simulation_package
-
Added install to op_utilities
-
Added install to sync
-
- Improved installation script for pointgrey packages
-
Fixed nodelet error for gmsl cameras
-
USe install space in catkin as well
-
add install to catkin
-
Fix install directives (#1990)
-
Fixed installation path
-
Fixed params installation path
-
Fixed cfg installation path
- Delete cache on colcon_release
-
-
Updated license to Apache
-
- Fix install commands
- Fix license
-
Updated License notice (#1850)
-
Added CheckPointInGrid Test to RoiFilter
-
Adaptation of Object Filter with new perception workflow
- feature/test_object_sanitizer
(#1713)
- Added unit test base
- Added friend class and sample test
- Added comment on test
-
Updated readme
-
Initial release of object filter
- Contributors: Abraham Monrroy, Abraham Monrroy Cano, Servando, amc-nu
Package Dependencies
Deps | Name |
---|---|
autoware_build_flags | |
catkin | |
rostest | |
rosunit | |
autoware_msgs | |
geometry_msgs | |
grid_map_cv | |
grid_map_msgs | |
grid_map_ros | |
roscpp | |
sensor_msgs | |
tf |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged roi_object_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | autoware.ai perf |
Checkout URI | https://github.com/is-whale/autoware_learn.git |
VCS Type | git |
VCS Version | 1.14 |
Last Updated | 2025-03-14 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- amc
Authors
ROI Object Filter
The ROI object filter node uses information from the ADAS map to remove the detected objects outside of the drivable area.
Requirements
- PointCloud map.
- ADAS map with drivable area included (`wayarea).
- OccupancyGrid in GridMap format.
- NDT localization (TF tree properly constructed).
Input Topics
- GridMap containing the drivable area occupancy grid (
grid_map_msgs/GridMap
). Published bywayarea2grid
node in the semantics package. - Object Detection results to filter (
autoware_msgs/DetectedObjectArray
). Published by an object detector.
Output Topics
- Objects with the
valid
field modified according to the ROI, including those in the list of exceptions (autoware_msgs/DetectedObjectArray
) on the/detection/object_filter/objects
topic.
Parameters
Available parameters:
Parameter | Type | Description | Default |
---|---|---|---|
wayarea_gridmap_topic |
String | Topic name containing the GridMap with the drivable area occupancy grid. | grid_map_wayarea |
detection_topic |
String | Name of the DetectedObjectArray topic to subscribe containing the detections to filter. |
/detection/lidar_detector/objects |
wayarea_no_road_value |
Int | Occupancy Grid integer value of the non drivable regions. | 255 |
sync_topics |
Bool | Whether or not to Sync detection topics using ROS filters. | false |
wayarea_gridmap_layer |
String | Name of the layer in the GridMap containing the drivable area occupancy grid. | wayarea |
exception_list |
String Array | A list of the object to be kept even when found outside the ROI. | [person, bicycle] |
Usage example
- Launch a ground filter algorithm from the
Points Preprocessor
section in the Sensing tab. (adjust the parameters to your vehicle setup). - Launch a Lidar Detector from the Computing tab or fusion.
- Launch NDT localization with the Map and VectorMap being published.
- Launch
wayarea2grid
from the Semantics package in the Computing** tab. - Launch this node.
Notes
- VectorMap MUST include the drivable area (i.e.
wayarea.csv
)
Changelog for package roi_object_filter
1.11.0 (2019-03-21)
- [fix] Install commands for all the packages
(#1861)
-
Initial fixes to detection, sensing, semantics and utils
-
fixing wrong filename on install command
-
Fixes to install commands
-
Hokuyo fix name
-
Fix obj db
-
Obj db include fixes
-
End of final cleaning sweep
-
Incorrect command order in runtime manager
-
Param tempfile not required by runtime_manager
-
- Fixes to runtime manager install commands
-
Remove devel directory from catkin, if any
-
Updated launch files for robosense
-
Updated robosense
-
Fix/add missing install (#1977)
-
Added launch install to lidar_kf_contour_track
-
Added install to op_global_planner
-
Added install to way_planner
-
Added install to op_local_planner
-
Added install to op_simulation_package
-
Added install to op_utilities
-
Added install to sync
-
- Improved installation script for pointgrey packages
-
Fixed nodelet error for gmsl cameras
-
USe install space in catkin as well
-
add install to catkin
-
Fix install directives (#1990)
-
Fixed installation path
-
Fixed params installation path
-
Fixed cfg installation path
- Delete cache on colcon_release
-
-
Updated license to Apache
-
- Fix install commands
- Fix license
-
Updated License notice (#1850)
-
Added CheckPointInGrid Test to RoiFilter
-
Adaptation of Object Filter with new perception workflow
- feature/test_object_sanitizer
(#1713)
- Added unit test base
- Added friend class and sample test
- Added comment on test
-
Updated readme
-
Initial release of object filter
- Contributors: Abraham Monrroy, Abraham Monrroy Cano, Servando, amc-nu
Package Dependencies
Deps | Name |
---|---|
autoware_build_flags | |
catkin | |
rostest | |
rosunit | |
autoware_msgs | |
geometry_msgs | |
grid_map_cv | |
grid_map_msgs | |
grid_map_ros | |
roscpp | |
sensor_msgs | |
tf |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged roi_object_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | autoware.ai perf |
Checkout URI | https://github.com/is-whale/autoware_learn.git |
VCS Type | git |
VCS Version | 1.14 |
Last Updated | 2025-03-14 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- amc
Authors
ROI Object Filter
The ROI object filter node uses information from the ADAS map to remove the detected objects outside of the drivable area.
Requirements
- PointCloud map.
- ADAS map with drivable area included (`wayarea).
- OccupancyGrid in GridMap format.
- NDT localization (TF tree properly constructed).
Input Topics
- GridMap containing the drivable area occupancy grid (
grid_map_msgs/GridMap
). Published bywayarea2grid
node in the semantics package. - Object Detection results to filter (
autoware_msgs/DetectedObjectArray
). Published by an object detector.
Output Topics
- Objects with the
valid
field modified according to the ROI, including those in the list of exceptions (autoware_msgs/DetectedObjectArray
) on the/detection/object_filter/objects
topic.
Parameters
Available parameters:
Parameter | Type | Description | Default |
---|---|---|---|
wayarea_gridmap_topic |
String | Topic name containing the GridMap with the drivable area occupancy grid. | grid_map_wayarea |
detection_topic |
String | Name of the DetectedObjectArray topic to subscribe containing the detections to filter. |
/detection/lidar_detector/objects |
wayarea_no_road_value |
Int | Occupancy Grid integer value of the non drivable regions. | 255 |
sync_topics |
Bool | Whether or not to Sync detection topics using ROS filters. | false |
wayarea_gridmap_layer |
String | Name of the layer in the GridMap containing the drivable area occupancy grid. | wayarea |
exception_list |
String Array | A list of the object to be kept even when found outside the ROI. | [person, bicycle] |
Usage example
- Launch a ground filter algorithm from the
Points Preprocessor
section in the Sensing tab. (adjust the parameters to your vehicle setup). - Launch a Lidar Detector from the Computing tab or fusion.
- Launch NDT localization with the Map and VectorMap being published.
- Launch
wayarea2grid
from the Semantics package in the Computing** tab. - Launch this node.
Notes
- VectorMap MUST include the drivable area (i.e.
wayarea.csv
)
Changelog for package roi_object_filter
1.11.0 (2019-03-21)
- [fix] Install commands for all the packages
(#1861)
-
Initial fixes to detection, sensing, semantics and utils
-
fixing wrong filename on install command
-
Fixes to install commands
-
Hokuyo fix name
-
Fix obj db
-
Obj db include fixes
-
End of final cleaning sweep
-
Incorrect command order in runtime manager
-
Param tempfile not required by runtime_manager
-
- Fixes to runtime manager install commands
-
Remove devel directory from catkin, if any
-
Updated launch files for robosense
-
Updated robosense
-
Fix/add missing install (#1977)
-
Added launch install to lidar_kf_contour_track
-
Added install to op_global_planner
-
Added install to way_planner
-
Added install to op_local_planner
-
Added install to op_simulation_package
-
Added install to op_utilities
-
Added install to sync
-
- Improved installation script for pointgrey packages
-
Fixed nodelet error for gmsl cameras
-
USe install space in catkin as well
-
add install to catkin
-
Fix install directives (#1990)
-
Fixed installation path
-
Fixed params installation path
-
Fixed cfg installation path
- Delete cache on colcon_release
-
-
Updated license to Apache
-
- Fix install commands
- Fix license
-
Updated License notice (#1850)
-
Added CheckPointInGrid Test to RoiFilter
-
Adaptation of Object Filter with new perception workflow
- feature/test_object_sanitizer
(#1713)
- Added unit test base
- Added friend class and sample test
- Added comment on test
-
Updated readme
-
Initial release of object filter
- Contributors: Abraham Monrroy, Abraham Monrroy Cano, Servando, amc-nu
Package Dependencies
Deps | Name |
---|---|
autoware_build_flags | |
catkin | |
rostest | |
rosunit | |
autoware_msgs | |
geometry_msgs | |
grid_map_cv | |
grid_map_msgs | |
grid_map_ros | |
roscpp | |
sensor_msgs | |
tf |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged roi_object_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | autoware.ai perf |
Checkout URI | https://github.com/is-whale/autoware_learn.git |
VCS Type | git |
VCS Version | 1.14 |
Last Updated | 2025-03-14 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- amc
Authors
ROI Object Filter
The ROI object filter node uses information from the ADAS map to remove the detected objects outside of the drivable area.
Requirements
- PointCloud map.
- ADAS map with drivable area included (`wayarea).
- OccupancyGrid in GridMap format.
- NDT localization (TF tree properly constructed).
Input Topics
- GridMap containing the drivable area occupancy grid (
grid_map_msgs/GridMap
). Published bywayarea2grid
node in the semantics package. - Object Detection results to filter (
autoware_msgs/DetectedObjectArray
). Published by an object detector.
Output Topics
- Objects with the
valid
field modified according to the ROI, including those in the list of exceptions (autoware_msgs/DetectedObjectArray
) on the/detection/object_filter/objects
topic.
Parameters
Available parameters:
Parameter | Type | Description | Default |
---|---|---|---|
wayarea_gridmap_topic |
String | Topic name containing the GridMap with the drivable area occupancy grid. | grid_map_wayarea |
detection_topic |
String | Name of the DetectedObjectArray topic to subscribe containing the detections to filter. |
/detection/lidar_detector/objects |
wayarea_no_road_value |
Int | Occupancy Grid integer value of the non drivable regions. | 255 |
sync_topics |
Bool | Whether or not to Sync detection topics using ROS filters. | false |
wayarea_gridmap_layer |
String | Name of the layer in the GridMap containing the drivable area occupancy grid. | wayarea |
exception_list |
String Array | A list of the object to be kept even when found outside the ROI. | [person, bicycle] |
Usage example
- Launch a ground filter algorithm from the
Points Preprocessor
section in the Sensing tab. (adjust the parameters to your vehicle setup). - Launch a Lidar Detector from the Computing tab or fusion.
- Launch NDT localization with the Map and VectorMap being published.
- Launch
wayarea2grid
from the Semantics package in the Computing** tab. - Launch this node.
Notes
- VectorMap MUST include the drivable area (i.e.
wayarea.csv
)
Changelog for package roi_object_filter
1.11.0 (2019-03-21)
- [fix] Install commands for all the packages
(#1861)
-
Initial fixes to detection, sensing, semantics and utils
-
fixing wrong filename on install command
-
Fixes to install commands
-
Hokuyo fix name
-
Fix obj db
-
Obj db include fixes
-
End of final cleaning sweep
-
Incorrect command order in runtime manager
-
Param tempfile not required by runtime_manager
-
- Fixes to runtime manager install commands
-
Remove devel directory from catkin, if any
-
Updated launch files for robosense
-
Updated robosense
-
Fix/add missing install (#1977)
-
Added launch install to lidar_kf_contour_track
-
Added install to op_global_planner
-
Added install to way_planner
-
Added install to op_local_planner
-
Added install to op_simulation_package
-
Added install to op_utilities
-
Added install to sync
-
- Improved installation script for pointgrey packages
-
Fixed nodelet error for gmsl cameras
-
USe install space in catkin as well
-
add install to catkin
-
Fix install directives (#1990)
-
Fixed installation path
-
Fixed params installation path
-
Fixed cfg installation path
- Delete cache on colcon_release
-
-
Updated license to Apache
-
- Fix install commands
- Fix license
-
Updated License notice (#1850)
-
Added CheckPointInGrid Test to RoiFilter
-
Adaptation of Object Filter with new perception workflow
- feature/test_object_sanitizer
(#1713)
- Added unit test base
- Added friend class and sample test
- Added comment on test
-
Updated readme
-
Initial release of object filter
- Contributors: Abraham Monrroy, Abraham Monrroy Cano, Servando, amc-nu
Package Dependencies
Deps | Name |
---|---|
autoware_build_flags | |
catkin | |
rostest | |
rosunit | |
autoware_msgs | |
geometry_msgs | |
grid_map_cv | |
grid_map_msgs | |
grid_map_ros | |
roscpp | |
sensor_msgs | |
tf |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged roi_object_filter at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | autoware.ai perf |
Checkout URI | https://github.com/is-whale/autoware_learn.git |
VCS Type | git |
VCS Version | 1.14 |
Last Updated | 2025-03-14 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- amc
Authors
ROI Object Filter
The ROI object filter node uses information from the ADAS map to remove the detected objects outside of the drivable area.
Requirements
- PointCloud map.
- ADAS map with drivable area included (`wayarea).
- OccupancyGrid in GridMap format.
- NDT localization (TF tree properly constructed).
Input Topics
- GridMap containing the drivable area occupancy grid (
grid_map_msgs/GridMap
). Published bywayarea2grid
node in the semantics package. - Object Detection results to filter (
autoware_msgs/DetectedObjectArray
). Published by an object detector.
Output Topics
- Objects with the
valid
field modified according to the ROI, including those in the list of exceptions (autoware_msgs/DetectedObjectArray
) on the/detection/object_filter/objects
topic.
Parameters
Available parameters:
Parameter | Type | Description | Default |
---|---|---|---|
wayarea_gridmap_topic |
String | Topic name containing the GridMap with the drivable area occupancy grid. | grid_map_wayarea |
detection_topic |
String | Name of the DetectedObjectArray topic to subscribe containing the detections to filter. |
/detection/lidar_detector/objects |
wayarea_no_road_value |
Int | Occupancy Grid integer value of the non drivable regions. | 255 |
sync_topics |
Bool | Whether or not to Sync detection topics using ROS filters. | false |
wayarea_gridmap_layer |
String | Name of the layer in the GridMap containing the drivable area occupancy grid. | wayarea |
exception_list |
String Array | A list of the object to be kept even when found outside the ROI. | [person, bicycle] |
Usage example
- Launch a ground filter algorithm from the
Points Preprocessor
section in the Sensing tab. (adjust the parameters to your vehicle setup). - Launch a Lidar Detector from the Computing tab or fusion.
- Launch NDT localization with the Map and VectorMap being published.
- Launch
wayarea2grid
from the Semantics package in the Computing** tab. - Launch this node.
Notes
- VectorMap MUST include the drivable area (i.e.
wayarea.csv
)
Changelog for package roi_object_filter
1.11.0 (2019-03-21)
- [fix] Install commands for all the packages
(#1861)
-
Initial fixes to detection, sensing, semantics and utils
-
fixing wrong filename on install command
-
Fixes to install commands
-
Hokuyo fix name
-
Fix obj db
-
Obj db include fixes
-
End of final cleaning sweep
-
Incorrect command order in runtime manager
-
Param tempfile not required by runtime_manager
-
- Fixes to runtime manager install commands
-
Remove devel directory from catkin, if any
-
Updated launch files for robosense
-
Updated robosense
-
Fix/add missing install (#1977)
-
Added launch install to lidar_kf_contour_track
-
Added install to op_global_planner
-
Added install to way_planner
-
Added install to op_local_planner
-
Added install to op_simulation_package
-
Added install to op_utilities
-
Added install to sync
-
- Improved installation script for pointgrey packages
-
Fixed nodelet error for gmsl cameras
-
USe install space in catkin as well
-
add install to catkin
-
Fix install directives (#1990)
-
Fixed installation path
-
Fixed params installation path
-
Fixed cfg installation path
- Delete cache on colcon_release
-
-
Updated license to Apache
-
- Fix install commands
- Fix license
-
Updated License notice (#1850)
-
Added CheckPointInGrid Test to RoiFilter
-
Adaptation of Object Filter with new perception workflow
- feature/test_object_sanitizer
(#1713)
- Added unit test base
- Added friend class and sample test
- Added comment on test
-
Updated readme
-
Initial release of object filter
- Contributors: Abraham Monrroy, Abraham Monrroy Cano, Servando, amc-nu
Package Dependencies
Deps | Name |
---|---|
autoware_build_flags | |
catkin | |
rostest | |
rosunit | |
autoware_msgs | |
geometry_msgs | |
grid_map_cv | |
grid_map_msgs | |
grid_map_ros | |
roscpp | |
sensor_msgs | |
tf |