Go to the documentation of this file.
29 const std::map<std::string, FramedLocationData>& locationData)
const;
32 const std::string& layerName,
33 const std::map<std::string, Eigen::Matrix4f>& locationGlobalPoses)
const;
36 const std::string& layerName,
37 const std::map<std::string, std::pair<Eigen::Matrix4f, Eigen::Vector3f>>&
38 locationGlobalPosesAndExtends)
const;
42 const std::string&
id,
46 const std::string&
id,
48 const Eigen::Vector3f& extends)
const;
viz::Layer framedBoxedLocationsToLayer(const std::string &layerName, const std::map< std::string, std::pair< Eigen::Matrix4f, Eigen::Vector3f >> &locationGlobalPosesAndExtends) const
std::optional< Eigen::Vector3f > extents
viz::Color framedBoxedLocationColor
void addFramedBoxedLocationToLayer(viz::Layer &, const std::string &id, const Eigen::Matrix4f &locationGlobalPose, const Eigen::Vector3f &extends) const
uint32_t Color
RGBA color.
Eigen::Matrix4f globalPose
MatrixXX< 4, 4, float > Matrix4f
struct armarx::priorknowledge::util::location::Visu::Settings settings
viz::Color framedLocationArrowColor
void addFramedLocationToLayer(viz::Layer &, const std::string &id, const Eigen::Matrix4f &locationGlobalPose) const
viz::Layer locationsToLayer(const std::string &layerName, const std::map< std::string, FramedLocationData > &locationData) const
static Color green(int g=255, int a=255)
viz::Layer framedLocationsToLayer(const std::string &layerName, const std::map< std::string, Eigen::Matrix4f > &locationGlobalPoses) const