Thunderbots Project
Loading...
Searching...
No Matches
er_force_world.h
1#pragma once
2
3#include "extlibs/er_force_sim/src/protobuf/world.pb.h"
4#include "software/world/ball.h"
5#include "software/world/robot.h"
6
16Ball createBall(world::SimBall sim_ball, Timestamp timestamp);
17
26Robot createRobot(world::SimRobot sim_robot, Timestamp timestamp);
Definition ball.h:11
Definition robot.h:16
Definition timestamp.h:21