Skip to main content

Info

node : vision_process

description

  1. 객체 인식

  2. 객체 추종

  3. 낙상 감지

    • 객체 인식 bounding box 가로의 미분 값으로 판단

command

ros2 run vision vision_process

topic list

  • 사람 크기와 사람 중심 좌표는 이미지 크기(640x360, 640x480)에 제한 됨
namepub/submsg typemsg structurehzdescription
/owner_sizepubstd_msgs/msg/Int16MultiArraydata[2] = [width, height]
width = 0 ~ 640
height = 0 ~ 480
100사람 크기
/owner_xyzpubstd_msgs/msg/Int16MultiArraydata[3] = [x, y, z] (yes owner)
x = 0 ~ 640
y = 0 ~ 480
z = 300 ~ 3000 (mm)
data[3] = [0, 0, 0] (no owner)
100사람 중심 좌표
/owner_fallpubstd_msgs/msg/Booldata = 0 or 1
1 : fall
0 : usual
event낙상 판단