Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isDetected updated #44

Merged
merged 4 commits into from
Jul 17, 2024
Merged

isDetected updated #44

merged 4 commits into from
Jul 17, 2024

Conversation

rodperex
Copy link
Collaborator

Now it publishes an image with a mark on the best detection (if configured to do so)

@rodperex rodperex merged commit 9256e7c into CoreSenseEU:main Jul 17, 2024
1 check failed
@@ -89,7 +89,7 @@ BT::NodeStatus CountPeople::tick()
return BT::NodeStatus::SUCCESS;
}

RCLCPP_INFO(node_->get_logger(), "[CountPeople] Processing %d detections...", detections.size());
RCLCPP_INFO(node_->get_logger(), "[CountPeople] Processing %ld detections...", detections.size());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Processing %zu detections

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants