Tesseract
Motion Planning Environment
Loading...
Searching...
No Matches
disabled_collisions.h
Go to the documentation of this file.
1
27#ifndef TESSERACT_SRDF_DISABLED_COLLISIONS_H
28#define TESSERACT_SRDF_DISABLED_COLLISIONS_H
29
32#include <array>
34
35namespace tinyxml2
36{
37class XMLElement; // NOLINT
38}
40{
41class SceneGraph;
42}
43namespace tesseract_common
44{
45class AllowedCollisionMatrix;
46} // namespace tesseract_common
47
48namespace tesseract_srdf
49{
58 const tinyxml2::XMLElement* srdf_xml,
59 const std::array<int, 3>& version);
60
61} // namespace tesseract_srdf
62
63#endif // TESSERACT_SRDF_DISABLED_COLLISIONS_H
Definition: allowed_collision_matrix.h:23
Definition: graph.h:125
auto scene_graph
Definition: ikfast_kinematics_7dof_unit.cpp:51
Common Tesseract Macros.
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
Definition: macros.h:71
Definition: create_convex_hull.cpp:36
Definition: allowed_collision_matrix.h:16
Definition: graph.h:82
Main namespace.
Definition: collision_margins.h:49
tesseract_common::AllowedCollisionMatrix parseDisabledCollisions(const tesseract_scene_graph::SceneGraph &scene_graph, const tinyxml2::XMLElement *srdf_xml, const std::array< int, 3 > &version)
Parse allowed collisions from srdf xml element.
Definition: disabled_collisions.cpp:40
Definition: collision_margins.h:36