Skip to content

RRL-ALeRT/object_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Object Detection

Uses yolo object detection and depth camera to determine position of object.

The center of the bounding box is used with a ray cast to set the tf coordinate.

Persistent mapping

The tf remains after the object is no longer detected. It uses a min_distance and eucledian distance to deduplicate. It also assigns a unique ID to the objects i.e. linear_board_0.

ros2 run object_detection yolo_to_map 

Non persistent mapping

Simple mapping while object is visible:

ros2 run object_detection yolo_to_pose 

Dependencies

pip install ultralytics pip install openvino openvino-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors