ed_sensor_integration
laser/entity_update.h
Go to the documentation of this file.
1 #ifndef ED_LASER_ENTITY_UPDATE_H_
2 #define ED_LASER_ENTITY_UPDATE_H_
3 
4 #include <ed/convex_hull.h>
5 
9 struct EntityUpdate
10 {
13  std::string flag; // Temp for RoboCup 2015; todo: remove after
14 };
15 
16 #endif
std::string
EntityUpdate
collection structure for laser entities
Definition: kinect/entity_update.h:9
ed::ConvexHull
EntityUpdate::flag
std::string flag
Definition: laser/entity_update.h:13
convex_hull.h
geo::Transform3T
EntityUpdate::pose
geo::Pose3D pose
Definition: laser/entity_update.h:12
EntityUpdate::chull
ed::ConvexHull chull
Definition: kinect/entity_update.h:20