mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-27 02:01:40 +00:00
Run wpiformat (#1379)
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
|
||||
#include "photon/dataflow/structures/Packet.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
using namespace photon;
|
||||
|
||||
Packet::Packet(std::vector<uint8_t> data) : packetData(data) {}
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
|
||||
#include "photon/targeting/PhotonPipelineResult.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
namespace photon {
|
||||
PhotonPipelineResult::PhotonPipelineResult(
|
||||
int64_t sequenceID, units::microsecond_t captureTimestamp,
|
||||
|
||||
@@ -17,8 +17,10 @@
|
||||
|
||||
#include "photon/targeting/PhotonTrackedTarget.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include <frc/geometry/Translation2d.h>
|
||||
#include <wpi/SmallVector.h>
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
|
||||
#include "photon/targeting/proto/PhotonPipelineResultProto.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "photon.pb.h"
|
||||
#include "photon/targeting/proto/MultiTargetPNPResultProto.h"
|
||||
#include "photon/targeting/proto/PhotonTrackedTargetProto.h"
|
||||
|
||||
@@ -17,6 +17,9 @@
|
||||
|
||||
#include "photon/targeting/proto/PhotonTrackedTargetProto.h"
|
||||
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "photon.pb.h"
|
||||
|
||||
google::protobuf::Message* wpi::Protobuf<photon::PhotonTrackedTarget>::New(
|
||||
|
||||
Reference in New Issue
Block a user