ROS 2 node that subscribes to sensor_msgs::Image messages published by a monocular camera and publishes the detections over /rmf_obstacles as rmf_obstacle_msgs::Obstacles message. The node runs YOLOv5 to detect the presence of humans as obstacles.
Launch human detector
First launch rmf demos hotel world with a camera in it from this PR. Then:
rmf_human_detector
ROS 2 node that subscribes to sensor_msgs::Image messages published by a monocular camera and publishes the detections over /rmf_obstacles as rmf_obstacle_msgs::Obstacles message. The node runs YOLOv5 to detect the presence of humans as obstacles.
Launch human detector
First launch rmf demos hotel world with a camera in it from this PR. Then:
ros2 launch rmf_human_detector human_detector_launch.py