Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 867 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 867 Bytes

NCRL_Huskey_CV

Goal

  • detect the green object (tennis).
  • calculate the object's 3D coordinate with reference to camera.
  • publish the object's position information to specific topic.

Requirement

  • Python3
  • pip install -r requirements.txt

Step

  1. $ roscore
  2. $ python detect.py
  3. $ rostopic echo /camera_coordinate

Result

  • detect the green object.

detect_pic

  • calculate the object's 3D coordinate & publish the object's position to specific topic.

position_pic


optimization

  • noise reduction.