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-01
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_object_recognition_utils package

Additional Links

No additional links.

Maintainers

  • Takayuki Murooka
  • Yoshi Ri

Authors

No additional authors.

autoware_object_recognition_utils

Overview

This package contains a library of common functions that are useful across the perception module and planning module.

Design

Conversion

Ensuring accurate and efficient converting between DetectedObject and TrackedObject types.

Geometry

It provides specialized implementations for each object type (e.g., DetectedObject, TrackedObject, and PredictedObject) to extract the pose information.

Matching

It provides utility functions for calculating geometrical metrics, such as 2D IoU (Intersection over Union), GIoU (Generalized IoU), Precision, and Recall for objects. It also provides helper functions for computing areas of intersections, unions, and convex hulls of polygon

Object Classification

Designed for processing and classifying detected objects, it implements the following functionalities:

  • Handling of vehicle category checks
  • Conversion between string class names and numerical labels
  • Probability-based classification selection
  • String representation of object labels

Predicted Path Utils

Providing utility functions for handling predicted paths of objects. It includes the following functionalities:

  • calcInterpolatedPose: Calculates an interpolated pose from a predicted path based on a given time.
  • resamplePredictedPath (version 1): Resamples a predicted path according to a specified time vector, optionally using spline interpolation for smoother results.
  • resamplePredictedPath (version 2): Resamples a predicted path at regular time intervals, including the terminal point, with optional spline interpolation.

Usage

include all-in-one header files if multiple functionalities are needed:

#include <autoware_object_recognition_utils/object_recognition_utils.hpp>

include specific header files if only a subset of functionalities is needed:

#include <autoware_object_recognition_utils/object_classifier.hpp>

CHANGELOG

Changelog for package autoware_object_recognition_utils

1.0.0 (2025-03-31)

  • fix(autoware_object_recognition_utils): add missing include cstdint for std::uint8_t (#314)
  • Contributors: Shane Loretz

0.3.0 (2025-03-21)

  • chore: fix versions in package.xml
  • feat(autoware_object_recognition_utils): move package to core (#232)
  • 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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged autoware_object_recognition_utils 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.