No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 1.12.0 |
License | Apache |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | autoware src learn and recode. |
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 |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Object Sanitizer filters detected objects
Additional Links
No additional links.
Maintainers
- amc
Authors
No additional 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
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
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
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
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged roi_object_filter at Robotics Stack Exchange
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.