Package Summary
| Version | 1.4.0 | 
| License | Apache License 2.0 | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git | 
| VCS Type | git | 
| VCS Version | main | 
| Last Updated | 2025-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Xingang Liu
 - Fumiya Watanabe
 - Kosuke Takeuchi
 - Zulfaqar Azmi
 
Authors
- Fumiya Watanabe
 
Objects Of Interest Marker Interface
Overview
autoware_objects_of_interest_marker_interface is a collection of object visualization function packages.
Design
This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
 - shape the shape of the Bounding box of the object
 - color the color of the Bounding box of the object
 
Usage
init
include the header file to use then init the library
#include <autoware/objects_of_interest_marker_interface/objects_of_interest_marker_interface.hpp>
autoware::objects_of_interest_marker_interface::ObjectsOfInterestMarkerInterface
    objects_of_interest_marker_interface_{this, "obstacle_cruise_planner"};
insert
insert object information to the ‘objects_of_interest_marker_interface’ manager
using autoware::objects_of_interest_marker_interface::ColorName;
objects_of_interest_marker_interface_.insertObjectData(
    stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
publish
publish object information to the rviz to visualize
objects_of_interest_marker_interface_.publishMarkerArray();
Changelog for package autoware_objects_of_interest_marker_interface
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- fix: to be consistent version in all package.xml(s)
 - fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (#448) fix autoware_utils header
 - chore: bump up version to 1.1.0 (#462) (#464)
 - perf(objects_of_interest_interface): skip publishing if no subscription (#413)
 - Contributors: Masaki Baba, Maxime CLEMENT, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
0.3.0 (2025-03-21)
- chore: fix versions in package.xml
 - feat(autoware_objects_of_interest_marker_interface): porting from universe to core (#168)
 - Contributors: mitsudome-r, 心刚
 
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_objects_of_interest_marker_interface at Robotics Stack Exchange
Package Summary
| Version | 1.4.0 | 
| License | Apache License 2.0 | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git | 
| VCS Type | git | 
| VCS Version | main | 
| Last Updated | 2025-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Xingang Liu
 - Fumiya Watanabe
 - Kosuke Takeuchi
 - Zulfaqar Azmi
 
Authors
- Fumiya Watanabe
 
Objects Of Interest Marker Interface
Overview
autoware_objects_of_interest_marker_interface is a collection of object visualization function packages.
Design
This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
 - shape the shape of the Bounding box of the object
 - color the color of the Bounding box of the object
 
Usage
init
include the header file to use then init the library
#include <autoware/objects_of_interest_marker_interface/objects_of_interest_marker_interface.hpp>
autoware::objects_of_interest_marker_interface::ObjectsOfInterestMarkerInterface
    objects_of_interest_marker_interface_{this, "obstacle_cruise_planner"};
insert
insert object information to the ‘objects_of_interest_marker_interface’ manager
using autoware::objects_of_interest_marker_interface::ColorName;
objects_of_interest_marker_interface_.insertObjectData(
    stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
publish
publish object information to the rviz to visualize
objects_of_interest_marker_interface_.publishMarkerArray();
Changelog for package autoware_objects_of_interest_marker_interface
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- fix: to be consistent version in all package.xml(s)
 - fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (#448) fix autoware_utils header
 - chore: bump up version to 1.1.0 (#462) (#464)
 - perf(objects_of_interest_interface): skip publishing if no subscription (#413)
 - Contributors: Masaki Baba, Maxime CLEMENT, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
0.3.0 (2025-03-21)
- chore: fix versions in package.xml
 - feat(autoware_objects_of_interest_marker_interface): porting from universe to core (#168)
 - Contributors: mitsudome-r, 心刚
 
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_objects_of_interest_marker_interface at Robotics Stack Exchange
Package Summary
| Version | 1.4.0 | 
| License | Apache License 2.0 | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git | 
| VCS Type | git | 
| VCS Version | main | 
| Last Updated | 2025-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Xingang Liu
 - Fumiya Watanabe
 - Kosuke Takeuchi
 - Zulfaqar Azmi
 
Authors
- Fumiya Watanabe
 
Objects Of Interest Marker Interface
Overview
autoware_objects_of_interest_marker_interface is a collection of object visualization function packages.
Design
This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
 - shape the shape of the Bounding box of the object
 - color the color of the Bounding box of the object
 
Usage
init
include the header file to use then init the library
#include <autoware/objects_of_interest_marker_interface/objects_of_interest_marker_interface.hpp>
autoware::objects_of_interest_marker_interface::ObjectsOfInterestMarkerInterface
    objects_of_interest_marker_interface_{this, "obstacle_cruise_planner"};
insert
insert object information to the ‘objects_of_interest_marker_interface’ manager
using autoware::objects_of_interest_marker_interface::ColorName;
objects_of_interest_marker_interface_.insertObjectData(
    stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
publish
publish object information to the rviz to visualize
objects_of_interest_marker_interface_.publishMarkerArray();
Changelog for package autoware_objects_of_interest_marker_interface
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- fix: to be consistent version in all package.xml(s)
 - fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (#448) fix autoware_utils header
 - chore: bump up version to 1.1.0 (#462) (#464)
 - perf(objects_of_interest_interface): skip publishing if no subscription (#413)
 - Contributors: Masaki Baba, Maxime CLEMENT, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
0.3.0 (2025-03-21)
- chore: fix versions in package.xml
 - feat(autoware_objects_of_interest_marker_interface): porting from universe to core (#168)
 - Contributors: mitsudome-r, 心刚
 
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_objects_of_interest_marker_interface at Robotics Stack Exchange
Package Summary
| Version | 1.4.0 | 
| License | Apache License 2.0 | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git | 
| VCS Type | git | 
| VCS Version | main | 
| Last Updated | 2025-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Xingang Liu
 - Fumiya Watanabe
 - Kosuke Takeuchi
 - Zulfaqar Azmi
 
Authors
- Fumiya Watanabe
 
Objects Of Interest Marker Interface
Overview
autoware_objects_of_interest_marker_interface is a collection of object visualization function packages.
Design
This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
 - shape the shape of the Bounding box of the object
 - color the color of the Bounding box of the object
 
Usage
init
include the header file to use then init the library
#include <autoware/objects_of_interest_marker_interface/objects_of_interest_marker_interface.hpp>
autoware::objects_of_interest_marker_interface::ObjectsOfInterestMarkerInterface
    objects_of_interest_marker_interface_{this, "obstacle_cruise_planner"};
insert
insert object information to the ‘objects_of_interest_marker_interface’ manager
using autoware::objects_of_interest_marker_interface::ColorName;
objects_of_interest_marker_interface_.insertObjectData(
    stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
publish
publish object information to the rviz to visualize
objects_of_interest_marker_interface_.publishMarkerArray();
Changelog for package autoware_objects_of_interest_marker_interface
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- fix: to be consistent version in all package.xml(s)
 - fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (#448) fix autoware_utils header
 - chore: bump up version to 1.1.0 (#462) (#464)
 - perf(objects_of_interest_interface): skip publishing if no subscription (#413)
 - Contributors: Masaki Baba, Maxime CLEMENT, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
0.3.0 (2025-03-21)
- chore: fix versions in package.xml
 - feat(autoware_objects_of_interest_marker_interface): porting from universe to core (#168)
 - Contributors: mitsudome-r, 心刚
 
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_objects_of_interest_marker_interface at Robotics Stack Exchange
Package Summary
| Version | 1.4.0 | 
| License | Apache License 2.0 | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git | 
| VCS Type | git | 
| VCS Version | main | 
| Last Updated | 2025-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Xingang Liu
 - Fumiya Watanabe
 - Kosuke Takeuchi
 - Zulfaqar Azmi
 
Authors
- Fumiya Watanabe
 
Objects Of Interest Marker Interface
Overview
autoware_objects_of_interest_marker_interface is a collection of object visualization function packages.
Design
This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
 - shape the shape of the Bounding box of the object
 - color the color of the Bounding box of the object
 
Usage
init
include the header file to use then init the library
#include <autoware/objects_of_interest_marker_interface/objects_of_interest_marker_interface.hpp>
autoware::objects_of_interest_marker_interface::ObjectsOfInterestMarkerInterface
    objects_of_interest_marker_interface_{this, "obstacle_cruise_planner"};
insert
insert object information to the ‘objects_of_interest_marker_interface’ manager
using autoware::objects_of_interest_marker_interface::ColorName;
objects_of_interest_marker_interface_.insertObjectData(
    stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
publish
publish object information to the rviz to visualize
objects_of_interest_marker_interface_.publishMarkerArray();
Changelog for package autoware_objects_of_interest_marker_interface
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- fix: to be consistent version in all package.xml(s)
 - fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (#448) fix autoware_utils header
 - chore: bump up version to 1.1.0 (#462) (#464)
 - perf(objects_of_interest_interface): skip publishing if no subscription (#413)
 - Contributors: Masaki Baba, Maxime CLEMENT, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
0.3.0 (2025-03-21)
- chore: fix versions in package.xml
 - feat(autoware_objects_of_interest_marker_interface): porting from universe to core (#168)
 - Contributors: mitsudome-r, 心刚
 
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_objects_of_interest_marker_interface at Robotics Stack Exchange
Package Summary
| Version | 1.4.0 | 
| License | Apache License 2.0 | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git | 
| VCS Type | git | 
| VCS Version | main | 
| Last Updated | 2025-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Xingang Liu
 - Fumiya Watanabe
 - Kosuke Takeuchi
 - Zulfaqar Azmi
 
Authors
- Fumiya Watanabe
 
Objects Of Interest Marker Interface
Overview
autoware_objects_of_interest_marker_interface is a collection of object visualization function packages.
Design
This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
 - shape the shape of the Bounding box of the object
 - color the color of the Bounding box of the object
 
Usage
init
include the header file to use then init the library
#include <autoware/objects_of_interest_marker_interface/objects_of_interest_marker_interface.hpp>
autoware::objects_of_interest_marker_interface::ObjectsOfInterestMarkerInterface
    objects_of_interest_marker_interface_{this, "obstacle_cruise_planner"};
insert
insert object information to the ‘objects_of_interest_marker_interface’ manager
using autoware::objects_of_interest_marker_interface::ColorName;
objects_of_interest_marker_interface_.insertObjectData(
    stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
publish
publish object information to the rviz to visualize
objects_of_interest_marker_interface_.publishMarkerArray();
Changelog for package autoware_objects_of_interest_marker_interface
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- fix: to be consistent version in all package.xml(s)
 - fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (#448) fix autoware_utils header
 - chore: bump up version to 1.1.0 (#462) (#464)
 - perf(objects_of_interest_interface): skip publishing if no subscription (#413)
 - Contributors: Masaki Baba, Maxime CLEMENT, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
0.3.0 (2025-03-21)
- chore: fix versions in package.xml
 - feat(autoware_objects_of_interest_marker_interface): porting from universe to core (#168)
 - Contributors: mitsudome-r, 心刚
 
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_objects_of_interest_marker_interface at Robotics Stack Exchange
Package Summary
| Version | 1.4.0 | 
| License | Apache License 2.0 | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git | 
| VCS Type | git | 
| VCS Version | main | 
| Last Updated | 2025-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Xingang Liu
 - Fumiya Watanabe
 - Kosuke Takeuchi
 - Zulfaqar Azmi
 
Authors
- Fumiya Watanabe
 
Objects Of Interest Marker Interface
Overview
autoware_objects_of_interest_marker_interface is a collection of object visualization function packages.
Design
This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
 - shape the shape of the Bounding box of the object
 - color the color of the Bounding box of the object
 
Usage
init
include the header file to use then init the library
#include <autoware/objects_of_interest_marker_interface/objects_of_interest_marker_interface.hpp>
autoware::objects_of_interest_marker_interface::ObjectsOfInterestMarkerInterface
    objects_of_interest_marker_interface_{this, "obstacle_cruise_planner"};
insert
insert object information to the ‘objects_of_interest_marker_interface’ manager
using autoware::objects_of_interest_marker_interface::ColorName;
objects_of_interest_marker_interface_.insertObjectData(
    stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
publish
publish object information to the rviz to visualize
objects_of_interest_marker_interface_.publishMarkerArray();
Changelog for package autoware_objects_of_interest_marker_interface
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- fix: to be consistent version in all package.xml(s)
 - fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (#448) fix autoware_utils header
 - chore: bump up version to 1.1.0 (#462) (#464)
 - perf(objects_of_interest_interface): skip publishing if no subscription (#413)
 - Contributors: Masaki Baba, Maxime CLEMENT, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
0.3.0 (2025-03-21)
- chore: fix versions in package.xml
 - feat(autoware_objects_of_interest_marker_interface): porting from universe to core (#168)
 - Contributors: mitsudome-r, 心刚
 
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_objects_of_interest_marker_interface at Robotics Stack Exchange
Package Summary
| Version | 1.4.0 | 
| License | Apache License 2.0 | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git | 
| VCS Type | git | 
| VCS Version | main | 
| Last Updated | 2025-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Xingang Liu
 - Fumiya Watanabe
 - Kosuke Takeuchi
 - Zulfaqar Azmi
 
Authors
- Fumiya Watanabe
 
Objects Of Interest Marker Interface
Overview
autoware_objects_of_interest_marker_interface is a collection of object visualization function packages.
Design
This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
 - shape the shape of the Bounding box of the object
 - color the color of the Bounding box of the object
 
Usage
init
include the header file to use then init the library
#include <autoware/objects_of_interest_marker_interface/objects_of_interest_marker_interface.hpp>
autoware::objects_of_interest_marker_interface::ObjectsOfInterestMarkerInterface
    objects_of_interest_marker_interface_{this, "obstacle_cruise_planner"};
insert
insert object information to the ‘objects_of_interest_marker_interface’ manager
using autoware::objects_of_interest_marker_interface::ColorName;
objects_of_interest_marker_interface_.insertObjectData(
    stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
publish
publish object information to the rviz to visualize
objects_of_interest_marker_interface_.publishMarkerArray();
Changelog for package autoware_objects_of_interest_marker_interface
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- fix: to be consistent version in all package.xml(s)
 - fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (#448) fix autoware_utils header
 - chore: bump up version to 1.1.0 (#462) (#464)
 - perf(objects_of_interest_interface): skip publishing if no subscription (#413)
 - Contributors: Masaki Baba, Maxime CLEMENT, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
0.3.0 (2025-03-21)
- chore: fix versions in package.xml
 - feat(autoware_objects_of_interest_marker_interface): porting from universe to core (#168)
 - Contributors: mitsudome-r, 心刚
 
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_objects_of_interest_marker_interface at Robotics Stack Exchange
Package Summary
| Version | 1.4.0 | 
| License | Apache License 2.0 | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git | 
| VCS Type | git | 
| VCS Version | main | 
| Last Updated | 2025-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Xingang Liu
 - Fumiya Watanabe
 - Kosuke Takeuchi
 - Zulfaqar Azmi
 
Authors
- Fumiya Watanabe
 
Objects Of Interest Marker Interface
Overview
autoware_objects_of_interest_marker_interface is a collection of object visualization function packages.
Design
This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
 - shape the shape of the Bounding box of the object
 - color the color of the Bounding box of the object
 
Usage
init
include the header file to use then init the library
#include <autoware/objects_of_interest_marker_interface/objects_of_interest_marker_interface.hpp>
autoware::objects_of_interest_marker_interface::ObjectsOfInterestMarkerInterface
    objects_of_interest_marker_interface_{this, "obstacle_cruise_planner"};
insert
insert object information to the ‘objects_of_interest_marker_interface’ manager
using autoware::objects_of_interest_marker_interface::ColorName;
objects_of_interest_marker_interface_.insertObjectData(
    stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
publish
publish object information to the rviz to visualize
objects_of_interest_marker_interface_.publishMarkerArray();
Changelog for package autoware_objects_of_interest_marker_interface
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- fix: to be consistent version in all package.xml(s)
 - fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (#448) fix autoware_utils header
 - chore: bump up version to 1.1.0 (#462) (#464)
 - perf(objects_of_interest_interface): skip publishing if no subscription (#413)
 - Contributors: Masaki Baba, Maxime CLEMENT, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
0.3.0 (2025-03-21)
- chore: fix versions in package.xml
 - feat(autoware_objects_of_interest_marker_interface): porting from universe to core (#168)
 - Contributors: mitsudome-r, 心刚
 
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_objects_of_interest_marker_interface at Robotics Stack Exchange
Package Summary
| Version | 1.4.0 | 
| License | Apache License 2.0 | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git | 
| VCS Type | git | 
| VCS Version | main | 
| Last Updated | 2025-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Xingang Liu
 - Fumiya Watanabe
 - Kosuke Takeuchi
 - Zulfaqar Azmi
 
Authors
- Fumiya Watanabe
 
Objects Of Interest Marker Interface
Overview
autoware_objects_of_interest_marker_interface is a collection of object visualization function packages.
Design
This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
 - shape the shape of the Bounding box of the object
 - color the color of the Bounding box of the object
 
Usage
init
include the header file to use then init the library
#include <autoware/objects_of_interest_marker_interface/objects_of_interest_marker_interface.hpp>
autoware::objects_of_interest_marker_interface::ObjectsOfInterestMarkerInterface
    objects_of_interest_marker_interface_{this, "obstacle_cruise_planner"};
insert
insert object information to the ‘objects_of_interest_marker_interface’ manager
using autoware::objects_of_interest_marker_interface::ColorName;
objects_of_interest_marker_interface_.insertObjectData(
    stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
publish
publish object information to the rviz to visualize
objects_of_interest_marker_interface_.publishMarkerArray();
Changelog for package autoware_objects_of_interest_marker_interface
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- fix: to be consistent version in all package.xml(s)
 - fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (#448) fix autoware_utils header
 - chore: bump up version to 1.1.0 (#462) (#464)
 - perf(objects_of_interest_interface): skip publishing if no subscription (#413)
 - Contributors: Masaki Baba, Maxime CLEMENT, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
0.3.0 (2025-03-21)
- chore: fix versions in package.xml
 - feat(autoware_objects_of_interest_marker_interface): porting from universe to core (#168)
 - Contributors: mitsudome-r, 心刚
 
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_objects_of_interest_marker_interface at Robotics Stack Exchange
Package Summary
| Version | 1.4.0 | 
| License | Apache License 2.0 | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git | 
| VCS Type | git | 
| VCS Version | main | 
| Last Updated | 2025-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Xingang Liu
 - Fumiya Watanabe
 - Kosuke Takeuchi
 - Zulfaqar Azmi
 
Authors
- Fumiya Watanabe
 
Objects Of Interest Marker Interface
Overview
autoware_objects_of_interest_marker_interface is a collection of object visualization function packages.
Design
This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
 - shape the shape of the Bounding box of the object
 - color the color of the Bounding box of the object
 
Usage
init
include the header file to use then init the library
#include <autoware/objects_of_interest_marker_interface/objects_of_interest_marker_interface.hpp>
autoware::objects_of_interest_marker_interface::ObjectsOfInterestMarkerInterface
    objects_of_interest_marker_interface_{this, "obstacle_cruise_planner"};
insert
insert object information to the ‘objects_of_interest_marker_interface’ manager
using autoware::objects_of_interest_marker_interface::ColorName;
objects_of_interest_marker_interface_.insertObjectData(
    stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
publish
publish object information to the rviz to visualize
objects_of_interest_marker_interface_.publishMarkerArray();
Changelog for package autoware_objects_of_interest_marker_interface
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- fix: to be consistent version in all package.xml(s)
 - fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (#448) fix autoware_utils header
 - chore: bump up version to 1.1.0 (#462) (#464)
 - perf(objects_of_interest_interface): skip publishing if no subscription (#413)
 - Contributors: Masaki Baba, Maxime CLEMENT, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
0.3.0 (2025-03-21)
- chore: fix versions in package.xml
 - feat(autoware_objects_of_interest_marker_interface): porting from universe to core (#168)
 - Contributors: mitsudome-r, 心刚
 
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_objects_of_interest_marker_interface at Robotics Stack Exchange
Package Summary
| Version | 1.4.0 | 
| License | Apache License 2.0 | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git | 
| VCS Type | git | 
| VCS Version | main | 
| Last Updated | 2025-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Xingang Liu
 - Fumiya Watanabe
 - Kosuke Takeuchi
 - Zulfaqar Azmi
 
Authors
- Fumiya Watanabe
 
Objects Of Interest Marker Interface
Overview
autoware_objects_of_interest_marker_interface is a collection of object visualization function packages.
Design
This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
 - shape the shape of the Bounding box of the object
 - color the color of the Bounding box of the object
 
Usage
init
include the header file to use then init the library
#include <autoware/objects_of_interest_marker_interface/objects_of_interest_marker_interface.hpp>
autoware::objects_of_interest_marker_interface::ObjectsOfInterestMarkerInterface
    objects_of_interest_marker_interface_{this, "obstacle_cruise_planner"};
insert
insert object information to the ‘objects_of_interest_marker_interface’ manager
using autoware::objects_of_interest_marker_interface::ColorName;
objects_of_interest_marker_interface_.insertObjectData(
    stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
publish
publish object information to the rviz to visualize
objects_of_interest_marker_interface_.publishMarkerArray();
Changelog for package autoware_objects_of_interest_marker_interface
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- fix: to be consistent version in all package.xml(s)
 - fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (#448) fix autoware_utils header
 - chore: bump up version to 1.1.0 (#462) (#464)
 - perf(objects_of_interest_interface): skip publishing if no subscription (#413)
 - Contributors: Masaki Baba, Maxime CLEMENT, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
0.3.0 (2025-03-21)
- chore: fix versions in package.xml
 - feat(autoware_objects_of_interest_marker_interface): porting from universe to core (#168)
 - Contributors: mitsudome-r, 心刚
 
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_objects_of_interest_marker_interface at Robotics Stack Exchange
Package Summary
| Version | 1.4.0 | 
| License | Apache License 2.0 | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git | 
| VCS Type | git | 
| VCS Version | main | 
| Last Updated | 2025-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Xingang Liu
 - Fumiya Watanabe
 - Kosuke Takeuchi
 - Zulfaqar Azmi
 
Authors
- Fumiya Watanabe
 
Objects Of Interest Marker Interface
Overview
autoware_objects_of_interest_marker_interface is a collection of object visualization function packages.
Design
This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
 - shape the shape of the Bounding box of the object
 - color the color of the Bounding box of the object
 
Usage
init
include the header file to use then init the library
#include <autoware/objects_of_interest_marker_interface/objects_of_interest_marker_interface.hpp>
autoware::objects_of_interest_marker_interface::ObjectsOfInterestMarkerInterface
    objects_of_interest_marker_interface_{this, "obstacle_cruise_planner"};
insert
insert object information to the ‘objects_of_interest_marker_interface’ manager
using autoware::objects_of_interest_marker_interface::ColorName;
objects_of_interest_marker_interface_.insertObjectData(
    stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
publish
publish object information to the rviz to visualize
objects_of_interest_marker_interface_.publishMarkerArray();
Changelog for package autoware_objects_of_interest_marker_interface
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- fix: to be consistent version in all package.xml(s)
 - fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (#448) fix autoware_utils header
 - chore: bump up version to 1.1.0 (#462) (#464)
 - perf(objects_of_interest_interface): skip publishing if no subscription (#413)
 - Contributors: Masaki Baba, Maxime CLEMENT, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
0.3.0 (2025-03-21)
- chore: fix versions in package.xml
 - feat(autoware_objects_of_interest_marker_interface): porting from universe to core (#168)
 - Contributors: mitsudome-r, 心刚
 
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_objects_of_interest_marker_interface at Robotics Stack Exchange
Package Summary
| Version | 1.4.0 | 
| License | Apache License 2.0 | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git | 
| VCS Type | git | 
| VCS Version | main | 
| Last Updated | 2025-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Xingang Liu
 - Fumiya Watanabe
 - Kosuke Takeuchi
 - Zulfaqar Azmi
 
Authors
- Fumiya Watanabe
 
Objects Of Interest Marker Interface
Overview
autoware_objects_of_interest_marker_interface is a collection of object visualization function packages.
Design
This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
 - shape the shape of the Bounding box of the object
 - color the color of the Bounding box of the object
 
Usage
init
include the header file to use then init the library
#include <autoware/objects_of_interest_marker_interface/objects_of_interest_marker_interface.hpp>
autoware::objects_of_interest_marker_interface::ObjectsOfInterestMarkerInterface
    objects_of_interest_marker_interface_{this, "obstacle_cruise_planner"};
insert
insert object information to the ‘objects_of_interest_marker_interface’ manager
using autoware::objects_of_interest_marker_interface::ColorName;
objects_of_interest_marker_interface_.insertObjectData(
    stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
publish
publish object information to the rviz to visualize
objects_of_interest_marker_interface_.publishMarkerArray();
Changelog for package autoware_objects_of_interest_marker_interface
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- fix: to be consistent version in all package.xml(s)
 - fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (#448) fix autoware_utils header
 - chore: bump up version to 1.1.0 (#462) (#464)
 - perf(objects_of_interest_interface): skip publishing if no subscription (#413)
 - Contributors: Masaki Baba, Maxime CLEMENT, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
0.3.0 (2025-03-21)
- chore: fix versions in package.xml
 - feat(autoware_objects_of_interest_marker_interface): porting from universe to core (#168)
 - Contributors: mitsudome-r, 心刚
 
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_objects_of_interest_marker_interface at Robotics Stack Exchange
Package Summary
| Version | 1.4.0 | 
| License | Apache License 2.0 | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git | 
| VCS Type | git | 
| VCS Version | main | 
| Last Updated | 2025-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Xingang Liu
 - Fumiya Watanabe
 - Kosuke Takeuchi
 - Zulfaqar Azmi
 
Authors
- Fumiya Watanabe
 
Objects Of Interest Marker Interface
Overview
autoware_objects_of_interest_marker_interface is a collection of object visualization function packages.
Design
This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
 - shape the shape of the Bounding box of the object
 - color the color of the Bounding box of the object
 
Usage
init
include the header file to use then init the library
#include <autoware/objects_of_interest_marker_interface/objects_of_interest_marker_interface.hpp>
autoware::objects_of_interest_marker_interface::ObjectsOfInterestMarkerInterface
    objects_of_interest_marker_interface_{this, "obstacle_cruise_planner"};
insert
insert object information to the ‘objects_of_interest_marker_interface’ manager
using autoware::objects_of_interest_marker_interface::ColorName;
objects_of_interest_marker_interface_.insertObjectData(
    stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
publish
publish object information to the rviz to visualize
objects_of_interest_marker_interface_.publishMarkerArray();
Changelog for package autoware_objects_of_interest_marker_interface
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- fix: to be consistent version in all package.xml(s)
 - fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (#448) fix autoware_utils header
 - chore: bump up version to 1.1.0 (#462) (#464)
 - perf(objects_of_interest_interface): skip publishing if no subscription (#413)
 - Contributors: Masaki Baba, Maxime CLEMENT, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
0.3.0 (2025-03-21)
- chore: fix versions in package.xml
 - feat(autoware_objects_of_interest_marker_interface): porting from universe to core (#168)
 - Contributors: mitsudome-r, 心刚
 
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_objects_of_interest_marker_interface at Robotics Stack Exchange
Package Summary
| Version | 1.4.0 | 
| License | Apache License 2.0 | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git | 
| VCS Type | git | 
| VCS Version | main | 
| Last Updated | 2025-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Xingang Liu
 - Fumiya Watanabe
 - Kosuke Takeuchi
 - Zulfaqar Azmi
 
Authors
- Fumiya Watanabe
 
Objects Of Interest Marker Interface
Overview
autoware_objects_of_interest_marker_interface is a collection of object visualization function packages.
Design
This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
 - shape the shape of the Bounding box of the object
 - color the color of the Bounding box of the object
 
Usage
init
include the header file to use then init the library
#include <autoware/objects_of_interest_marker_interface/objects_of_interest_marker_interface.hpp>
autoware::objects_of_interest_marker_interface::ObjectsOfInterestMarkerInterface
    objects_of_interest_marker_interface_{this, "obstacle_cruise_planner"};
insert
insert object information to the ‘objects_of_interest_marker_interface’ manager
using autoware::objects_of_interest_marker_interface::ColorName;
objects_of_interest_marker_interface_.insertObjectData(
    stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
publish
publish object information to the rviz to visualize
objects_of_interest_marker_interface_.publishMarkerArray();
Changelog for package autoware_objects_of_interest_marker_interface
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- fix: to be consistent version in all package.xml(s)
 - fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (#448) fix autoware_utils header
 - chore: bump up version to 1.1.0 (#462) (#464)
 - perf(objects_of_interest_interface): skip publishing if no subscription (#413)
 - Contributors: Masaki Baba, Maxime CLEMENT, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
0.3.0 (2025-03-21)
- chore: fix versions in package.xml
 - feat(autoware_objects_of_interest_marker_interface): porting from universe to core (#168)
 - Contributors: mitsudome-r, 心刚
 
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_objects_of_interest_marker_interface at Robotics Stack Exchange
Package Summary
| Version | 1.4.0 | 
| License | Apache License 2.0 | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git | 
| VCS Type | git | 
| VCS Version | main | 
| Last Updated | 2025-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Xingang Liu
 - Fumiya Watanabe
 - Kosuke Takeuchi
 - Zulfaqar Azmi
 
Authors
- Fumiya Watanabe
 
Objects Of Interest Marker Interface
Overview
autoware_objects_of_interest_marker_interface is a collection of object visualization function packages.
Design
This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
 - shape the shape of the Bounding box of the object
 - color the color of the Bounding box of the object
 
Usage
init
include the header file to use then init the library
#include <autoware/objects_of_interest_marker_interface/objects_of_interest_marker_interface.hpp>
autoware::objects_of_interest_marker_interface::ObjectsOfInterestMarkerInterface
    objects_of_interest_marker_interface_{this, "obstacle_cruise_planner"};
insert
insert object information to the ‘objects_of_interest_marker_interface’ manager
using autoware::objects_of_interest_marker_interface::ColorName;
objects_of_interest_marker_interface_.insertObjectData(
    stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
publish
publish object information to the rviz to visualize
objects_of_interest_marker_interface_.publishMarkerArray();
Changelog for package autoware_objects_of_interest_marker_interface
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- fix: to be consistent version in all package.xml(s)
 - fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (#448) fix autoware_utils header
 - chore: bump up version to 1.1.0 (#462) (#464)
 - perf(objects_of_interest_interface): skip publishing if no subscription (#413)
 - Contributors: Masaki Baba, Maxime CLEMENT, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
0.3.0 (2025-03-21)
- chore: fix versions in package.xml
 - feat(autoware_objects_of_interest_marker_interface): porting from universe to core (#168)
 - Contributors: mitsudome-r, 心刚
 
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_objects_of_interest_marker_interface at Robotics Stack Exchange
Package Summary
| Version | 1.4.0 | 
| License | Apache License 2.0 | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git | 
| VCS Type | git | 
| VCS Version | main | 
| Last Updated | 2025-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Xingang Liu
 - Fumiya Watanabe
 - Kosuke Takeuchi
 - Zulfaqar Azmi
 
Authors
- Fumiya Watanabe
 
Objects Of Interest Marker Interface
Overview
autoware_objects_of_interest_marker_interface is a collection of object visualization function packages.
Design
This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
 - shape the shape of the Bounding box of the object
 - color the color of the Bounding box of the object
 
Usage
init
include the header file to use then init the library
#include <autoware/objects_of_interest_marker_interface/objects_of_interest_marker_interface.hpp>
autoware::objects_of_interest_marker_interface::ObjectsOfInterestMarkerInterface
    objects_of_interest_marker_interface_{this, "obstacle_cruise_planner"};
insert
insert object information to the ‘objects_of_interest_marker_interface’ manager
using autoware::objects_of_interest_marker_interface::ColorName;
objects_of_interest_marker_interface_.insertObjectData(
    stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
publish
publish object information to the rviz to visualize
objects_of_interest_marker_interface_.publishMarkerArray();
Changelog for package autoware_objects_of_interest_marker_interface
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- fix: to be consistent version in all package.xml(s)
 - fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (#448) fix autoware_utils header
 - chore: bump up version to 1.1.0 (#462) (#464)
 - perf(objects_of_interest_interface): skip publishing if no subscription (#413)
 - Contributors: Masaki Baba, Maxime CLEMENT, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
0.3.0 (2025-03-21)
- chore: fix versions in package.xml
 - feat(autoware_objects_of_interest_marker_interface): porting from universe to core (#168)
 - Contributors: mitsudome-r, 心刚
 
Package Dependencies
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged autoware_objects_of_interest_marker_interface at Robotics Stack Exchange
Package Summary
| Version | 1.4.0 | 
| License | Apache License 2.0 | 
| Build type | AMENT_CMAKE | 
| Use | RECOMMENDED | 
Repository Summary
| Checkout URI | https://github.com/autowarefoundation/autoware_core.git | 
| VCS Type | git | 
| VCS Version | main | 
| Last Updated | 2025-10-31 | 
| Dev Status | DEVELOPED | 
| Released | RELEASED | 
| Contributing | 
        
          Help Wanted (-)
        
         Good First Issues (-) Pull Requests to Review (-)  | 
    
Package Description
Maintainers
- Xingang Liu
 - Fumiya Watanabe
 - Kosuke Takeuchi
 - Zulfaqar Azmi
 
Authors
- Fumiya Watanabe
 
Objects Of Interest Marker Interface
Overview
autoware_objects_of_interest_marker_interface is a collection of object visualization function packages.
Design
This package implement a library to manage and visualize the object information by construct and publish it as marker array to rviz.
For a object to be visualized, it has three import characteristics.
- pose the position of the object
 - shape the shape of the Bounding box of the object
 - color the color of the Bounding box of the object
 
Usage
init
include the header file to use then init the library
#include <autoware/objects_of_interest_marker_interface/objects_of_interest_marker_interface.hpp>
autoware::objects_of_interest_marker_interface::ObjectsOfInterestMarkerInterface
    objects_of_interest_marker_interface_{this, "obstacle_cruise_planner"};
insert
insert object information to the ‘objects_of_interest_marker_interface’ manager
using autoware::objects_of_interest_marker_interface::ColorName;
objects_of_interest_marker_interface_.insertObjectData(
    stopped_obstacle.pose, stopped_obstacle.shape, ColorName::RED);
publish
publish object information to the rviz to visualize
objects_of_interest_marker_interface_.publishMarkerArray();
Changelog for package autoware_objects_of_interest_marker_interface
1.1.0 (2025-05-01)
1.4.0 (2025-08-11)
- chore: bump version to 1.3.0 (#554)
 - Contributors: Ryohsuke Mitsudome
 
1.3.0 (2025-06-23)
- fix: to be consistent version in all package.xml(s)
 - fix(autoware_objects_of_interest_marker_interface): fix deprecated autoware_utils header (#448) fix autoware_utils header
 - chore: bump up version to 1.1.0 (#462) (#464)
 - perf(objects_of_interest_interface): skip publishing if no subscription (#413)
 - Contributors: Masaki Baba, Maxime CLEMENT, Yutaka Kondo, github-actions
 
1.0.0 (2025-03-31)
0.3.0 (2025-03-21)
- chore: fix versions in package.xml
 - feat(autoware_objects_of_interest_marker_interface): porting from universe to core (#168)
 - Contributors: mitsudome-r, 心刚