Feat/axis metadata - #26
Open
andreacalm wants to merge 8 commits into
Open
Conversation
…ics WebSocket Co-authored-by: Copilot <copilot@github.com>
…tions Co-authored-by: Copilot <copilot@github.com>
…r filter service messages, and move detection msgs/srv to robotnik_msgs Co-authored-by: Copilot <copilot@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds support for detection metadata streaming from Axis cameras in the
axis_ptz_node.pynode. The main addition is the ability to connect to the camera's analytics metadata endpoint over WebSocket, process bounding-box detections for humans and vehicles, and publish them as ROS messages. The detection stream is configurable and is only enabled if supported by the camera.Detection metadata integration:
axis_ptz_node.py, allowing the node to connect to Axis analytics scene metadata over WebSocket and publish bounding-box detections for humans and vehicles asrobotnik_msgs/AxisMetadataDetectionArrayon the~detectors/statustopic. The detection publisher is created only after the camera confirms metadata stream configuration. [1] [2]detection_enabled,detection_use_tls,detection_ws_source,detection_channel_filter) with defaults, and updated the node's initialization and launch argument handling to support these. [1] [2]Documentation updates:
README.mdto document the new detection metadata feature, including configuration parameters, published topics, and runtime behavior.Dependency and import changes:
websocketlibrary and necessary ROS message types for detection. [1] [2]Summary
Topic for viewing camera detections (human/vehicle).
What’s included
robotnik_msgs:AxisMetadataDetection.msgAxisMetadataDetectionArray.msgHow to Test
rostopic echo /axis_camera_ptz/detectors/status