Thunderbots Project
Loading...
Searching...
No Matches
ssl_wrapper.h
1#pragma once
2
3#include <memory>
4
5#include "proto/ssl_vision_detection.pb.h"
6#include "proto/ssl_vision_geometry.pb.h"
7#include "proto/ssl_vision_wrapper.pb.h"
8#include "software/world/world.h"
9
20std::unique_ptr<SSLProto::SSL_WrapperPacket> createSSLWrapperPacket(
21 std::unique_ptr<SSLProto::SSL_GeometryData> geometry_data,
22 std::unique_ptr<SSLProto::SSL_DetectionFrame> detection_frame);
23
32std::unique_ptr<SSLProto::SSL_WrapperPacket> createSSLWrapperPacket(
33 const World& world, TeamColour friendly_team_colour);
Definition world.h:23