Skip to content

Commit

Permalink
Merge branch 'main' into point-at-note-use-side-cameras
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGilb authored Apr 3, 2024
2 parents d3769a4 + 02caa46 commit 666328a
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,11 @@ public VisionSubsystem(PropertyFactory pf, XCameraElectricalContract electricalC

var trackingNt = NetworkTableInstance.getDefault().getTable("SmartDashboard");
var detectionTopicNames = new String[]{
//"DetectionCameraphotonvisionfrontleft/Target Coordinate pairs",
//"DetectionCameraphotonvisionfrontright/Target Coordinate pairs",
"DetectionCameraphotonvisionrearleft/Target Coordinate pairs",
"DetectionCameraphotonvisionrearright/Target Coordinate pairs"
"DetectionCameraphotonvisionrearleft/NoteLocalizationResults",
"DetectionCameraphotonvisionrearright/NoteLocalizationResults"
};
var passiveDetectionTopicNames = new String[]{
"DetectionCameraxbot-orin-nano-1/Target Coordinate pairs"
"DetectionCameraphotonvisionfrontright/CenterCamNotes"
};
noteTrackers = Arrays.stream(detectionTopicNames)
.map(NoteTracker::new)
Expand Down

0 comments on commit 666328a

Please sign in to comment.