Skip to content

Package for detecting objects and calculating their relative positions to the camera.<

Notifications You must be signed in to change notification settings

alliander-opensource/rcdt_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RCDT Detection

This repository can be used for detecting objects with an RGBD-camera, currently a RealSense-camera. It is intended to be used alongside other RCDT robotics projects.

It contains two ROS packages: one for the actual detection, and one containing required custom message- and service definitions.

Usage

This repository contains one service: /detect_objects. You can launch this service, and the required RealSense-node, using:

ros2 launch rcdt_detection detect.launch.py

Once the service is running, you can call it using:

ros2 service call /detect_objects rcdt_detection_msgs/srv/DetectObjects {}

License

This project is licensed under the Apache License Version 2.0 - see LICENSE for details.

Contributing

Please read CODE_OF_CONDUCT, CONTRIBUTING, and PROJECT GOVERNANCE located in the overarching RCDT robotics project repository for details on the process for submitting pull requests to us.

About

Package for detecting objects and calculating their relative positions to the camera.<

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published