Item.cpp
Go to the documentation of this file.
00001 
00011 // worldlib
00012 #include "worldlib/world/Item.h"
00013 
00014 using namespace std;
00015 using namespace rail::spatial_temporal_learning::worldlib::world;
00016 
00017 Item::Item(const string &name, const string &frame_id, const geometry::Pose &pose, const double width,
00018     const double depth, const double height) : Object(name, frame_id, pose, width, depth, height)
00019 {
00020 }


worldlib
Author(s): Russell Toris
autogenerated on Fri Feb 12 2016 00:24:18