Visu.h
Go to the documentation of this file.
1#pragma once
2
5
7
9{
10
11 class Visu
12 {
13 public:
15 {
16 Eigen::Matrix4f globalPose;
17 std::string objectId;
18 };
19
21
22 {
23 }
24
25 ~Visu() = default;
26
27 viz::Layer commonPlaceToLayer(const std::string& layerName,
28 const std::map<std::string, CommonPlaceData>& data) const;
29
30
31 public:
32 struct Settings
33 {
34
36
37 protected:
39 };
40} // namespace armarx::priorknowledge::util::common_place
viz::Layer commonPlaceToLayer(const std::string &layerName, const std::map< std::string, CommonPlaceData > &data) const
Definition Visu.cpp:10
struct armarx::priorknowledge::util::common_place::Visu::Settings settings