Skip to content

통합 프로토타입 업데이트 - #12

Merged
SuBamm88 merged 3 commits into
mainfrom
feature/cctv_to_map
May 29, 2026
Merged

통합 프로토타입 업데이트#12
SuBamm88 merged 3 commits into
mainfrom
feature/cctv_to_map

Conversation

@SuBamm88

Copy link
Copy Markdown
Owner

Summary

  • CCTV perception pipeline updates
  • Add cam-to-map configuration and node
  • Remove old calibration/projector pipeline files

Notes

  • Direct push to main was rejected by repository rules, so this PR routes the update through the required workflow.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

from rclpy.executors import ExternalShutdownException
from rclpy.node import Node
from sensor_msgs.msg import Image
from ultralytics import YOLO

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Declare the YOLO runtime dependency

When this node is launched in an environment provisioned from the package metadata, the new ultralytics import is not installed or tracked by package.xml alongside the other Python/ROS runtime dependencies. That makes ros2 launch perception_pkg cctv_perception.launch.py fail immediately with ModuleNotFoundError: ultralytics unless the operator has manually installed an undeclared dependency, so the package should declare/provision this runtime requirement explicitly.

Useful? React with 👍 / 👎.

@SuBamm88
SuBamm88 merged commit dcef555 into main May 29, 2026
1 check failed
@SuBamm88
SuBamm88 deleted the feature/cctv_to_map branch May 29, 2026 06:31
seunghyun0108 pushed a commit that referenced this pull request May 29, 2026
* 3번 노드 기능 + 5번 노드 기능 + bringup 폴더 추가

* 통합 프로토타입

* 통합 프로토타입 업데이트
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.

1 participant