Human Detector for ROS 2
I present to you my next ROS 2 project. The following ROS 2 package utilizes MediaPipe and depth images to detect the position of a human in the x, y, and z coordinates. Once the detection node identifies a human, it publishes a transform to represent the detected human.
Results
The package provides the following results. A visible point cloud is included solely for visualization purposes and is not an integral part of the package.
The package has been successfully tested with the RealSense D435i camera along with the corresponding Gazebo classic plugin.
You can access the package here: Human Detector Package