This is a ROS 2 port of the hdl_people_tracking package.
cd ~/nav_ws
colcon build --packages-select hdl_people_tracking
source install/setup.bashLaunch the people tracking nodes:
ros2 launch hdl_people_tracking hdl_people_tracking.launch.pyArguments:
static_sensor(default:false): Set totrueif the sensor is fixed (not moving).
/velodyne_points(sensor_msgs/msg/PointCloud2): Input 3D point cloud./odom(nav_msgs/msg/Odometry): Robot odometry (required ifstatic_sensorisfalse).
clusters(hdl_people_tracking/msg/ClusterArray): Detected clusters.tracks(hdl_people_tracking/msg/TrackArray): Tracked people.markers(visualization_msgs/msg/MarkerArray): Visualization markers for tracks.detection_markers(visualization_msgs/msg/MarkerArray): Visualization markers for detections.