7 #include "math/vector3.h"
41 bool requestedDelivery =
true;
Represents an entity in a physical system.
Definition: IEntity.h:22
Manages a picojson::object, works with JsonValue to provide implicit casting.
Represents a package in a physical system. Packages move using euler integration based on a specified...
Definition: Package.h:17
Represents a robot in a physical system.
Definition: Robot.h:19
void update(double dt)
Updates the Package.
void receive(Package *p)
Receives the passed in package.
Robot(const JsonObject &obj)
Constructor.