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.0.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-04-04 |
Dev Status | UNMAINTAINED |
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
The autoware_objects_of_interest_marker_interface package
Additional Links
No additional links.
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
Changelog for package autoware_objects_of_interest_marker_interface
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, 心刚
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 |
---|---|
ament_cmake_auto | |
ament_lint_auto | |
autoware_lint_common | |
autoware_perception_msgs | |
autoware_utils | |
geometry_msgs | |
rclcpp | |
std_msgs | |
visualization_msgs |
System Dependencies
No direct system dependencies.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged autoware_objects_of_interest_marker_interface 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.