A ros wrapper for jetson-inference people detect
mkdir -p ~/catkin_ws/src
next, copy these three packages to /catkin_ws/src
and
catkin_make
-
Set your own image topic
find ros_people_detect.launch and people_detect_test.launch and replace
/image_pub/image
with your own image topic. -
Run people_detect node
roslaunch people_detect ros_people_detect.launch
-
Run people_detect_test node
roslaunch people_detect_test people_detect_test.launch