Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Typedefs
Enumerations
Classes
Class List
Class Hierarchy
Class Members
All
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
c
e
f
g
i
m
o
p
r
s
t
v
w
~
Variables
a
c
d
e
f
g
h
l
m
n
o
p
s
t
v
Typedefs
Files
File List
File Members
All
Functions
Variables
Macros
include
tesseract_visualization
ignition
conversions.h
Go to the documentation of this file.
1
26
#ifndef TESSERACT_VISUALIZATION_IGNITION_CONVERSIONS_H
27
#define TESSERACT_VISUALIZATION_IGNITION_CONVERSIONS_H
28
29
#include <
tesseract_common/macros.h
>
30
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
31
#include <gz/msgs/scene.pb.h>
32
TESSERACT_COMMON_IGNORE_WARNINGS_POP
33
34
#include <
tesseract_visualization/ignition/entity_manager.h
>
35
#include <
tesseract_common/eigen_types.h
>
36
#include <
tesseract_scene_graph/fwd.h
>
37
38
namespace
tesseract_visualization
39
{
40
bool
isMeshWithColor
(
const
std::string& file_path);
41
42
bool
toMsg
(gz::msgs::Scene& scene_msg,
43
EntityManager& entity_manager,
44
const
tesseract_scene_graph::SceneGraph
& scene_graph,
45
const
tesseract_common::TransformMap
& link_transforms);
46
}
// namespace tesseract_visualization
47
48
#endif // TESSERACT_VISUALIZATION_IGNITION_CONVERSIONS_H
tesseract_common::TransformMap
AlignedMap< std::string, Eigen::Isometry3d > TransformMap
tesseract_visualization::isMeshWithColor
bool isMeshWithColor(const std::string &file_path)
Definition:
conversions.cpp:48
TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
tesseract_scene_graph::SceneGraph
TESSERACT_COMMON_IGNORE_WARNINGS_POP
fwd.h
tesseract_visualization::toMsg
bool toMsg(gz::msgs::Scene &scene_msg, EntityManager &entity_manager, const tesseract_scene_graph::SceneGraph &scene_graph, const tesseract_common::TransformMap &link_transforms)
Definition:
conversions.cpp:83
eigen_types.h
entity_manager.h
A entity manager for Tesseract components that get added to Ignition Scene.
macros.h
tesseract_visualization
Definition:
fwd.h:4
tesseract_visualization
Author(s): Levi Armstrong
autogenerated on Wed Apr 9 2025 03:03:25