Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Update sample_april_tag behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
bgill92 committed Dec 19, 2023
1 parent d71b337 commit 6214f69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Action ID="GetDetectionPose" detections="{detections}" target_id="{tag_id}" target_label="" detection_pose="{detection_pose}"/>
</Control>
</Decorator>
<Action ID="AveragePoseStamped" pose_sample="{detection_pose}" avg_pose="{avg_pose}" max_distance="{max_distance}" max_rotation="{max_rotation}"/>
<Action ID="AveragePoseStamped" pose_sample="{detection_pose}" avg_pose="{avg_pose}" max_distance="{max_distance}" max_rotation="{max_rotation}" num_samples="{num_cycles}"/>
<!-- TODO: update this objective to allow rejecting noisy samples but fail after X attempts
<Fallback name="Average pose or sample more">
<Action ID="AveragePoseStamped"/>
Expand Down

0 comments on commit 6214f69

Please sign in to comment.