typedef.h
Go to the documentation of this file.
1 
18 #ifndef POSE_PREDICTION_TYPEDEFS_H
19 #define POSE_PREDICTION_TYPEDEFS_H
20 
21 #include <asr_msgs/AsrAttributedPointCloud.h>
22 #include <asr_msgs/AsrObject.h>
23 #include "ISM/common_type/RecognitionResult.hpp"
24 
25 namespace pose_prediction_ism
26 {
27 
28 /* ----------------- Boost shared ptr ------------------ */
29 template<typename Class>
31 
32 /* ----------------- Found object ------------------ */
33 typedef asr_msgs::AsrObject FoundObject;
34 typedef std::vector<FoundObject> FoundObjects;
35 
36 /* ----------------- AttributedPointCloud ------------------ */
37 typedef asr_msgs::AsrAttributedPointCloud AttributedPointCloud;
38 
39 }
40 
41 
42 #endif // POSE_PREDICTION_TYPEDEFS_H
asr_msgs::AsrObject FoundObject
Definition: typedef.h:33
std::vector< FoundObject > FoundObjects
Definition: typedef.h:34
asr_msgs::AsrAttributedPointCloud AttributedPointCloud
Definition: typedef.h:37


asr_lib_pose_prediction_ism
Author(s): Heizmann Heinrich, Heller Florian, Meißner Pascal, Stöckle Patrick
autogenerated on Thu Jan 9 2020 07:19:57