Skip to content

feat: add a new project for DEIMv2#47

Merged
ktro2828 merged 1 commit intomainfrom
feat/project/deimv2
Sep 27, 2025
Merged

feat: add a new project for DEIMv2#47
ktro2828 merged 1 commit intomainfrom
feat/project/deimv2

Conversation

@ktro2828
Copy link
Copy Markdown
Owner

Description

This pull request introduces a new ROS 2 package for DEIMv2, which includes all necessary configuration, documentation, and licensing files to support building, launching, and using the DEIMv2 object detection model. The changes provide a complete setup for running inference with the model, including ONNX model references, launch configuration, and ROS topic interfaces.

New Package Introduction and Documentation:

  • Added a new ROS 2 package for DEIMv2 with CMakeLists.txt, package.xml, and Apache 2.0 LICENSE to define the package, its dependencies, and legal terms. [1] [2] [3]
  • Created comprehensive documentation in docs/projects/deimv2.md describing the model, ONNX configuration, inference times, ROS 2 topic interfaces, and launch instructions. The README.md in the package points to this documentation. [1] [2]

Configuration and Launch Setup:

  • Added a launch file deimv2.launch.xml to configure and start the detector and optional visualizer nodes, including parameter and topic remapping options.
  • Added a parameter file deimv2.param.yaml with model-specific TensorRT and detector settings such as ONNX path, precision, normalization parameters, and score threshold.

How was this PR tested?

ros2 launch deimv2 deimv2.launch.xml input/image:=/nuscenes/CAM_FRONT/image
Screencast.from.09-28-2025.04.23.31.AM.webm

Notes for reviewers

None.

Effects on system behavior

None.

Copilot AI review requested due to automatic review settings September 27, 2025 19:32
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new ROS 2 package for DEIMv2, an object detection model, providing complete infrastructure for building, launching, and using the model in a ROS 2 environment.

  • Adds a complete ROS 2 package structure with CMakeLists.txt, package.xml, and Apache 2.0 license
  • Provides launch configuration and parameter files for running the detector with optional visualization
  • Creates comprehensive documentation describing the model, ONNX configuration, and ROS 2 interfaces

Reviewed Changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
projects/deimv2/package.xml ROS 2 package definition with dependencies and metadata
projects/deimv2/launch/deimv2.launch.xml Launch file for detector and visualizer nodes with parameter configuration
projects/deimv2/config/deimv2.param.yaml Model-specific TensorRT and detector parameters
projects/deimv2/README.md Package README pointing to documentation
projects/deimv2/LICENSE Apache 2.0 license file
projects/deimv2/CMakeLists.txt CMake build configuration for the ROS 2 package
docs/projects/deimv2.md Comprehensive documentation with model details and usage instructions

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread docs/projects/deimv2.md Outdated
@ktro2828 ktro2828 force-pushed the feat/project/deimv2 branch 2 times, most recently from 6968b3a to 919092e Compare September 27, 2025 19:38
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
@ktro2828 ktro2828 merged commit 20efeef into main Sep 27, 2025
1 check failed
@ktro2828 ktro2828 deleted the feat/project/deimv2 branch September 27, 2025 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants