1#ifndef TESSERACT_VISUALIZATION_MARKERS_CONTACT_RESULTS_MARKER_H
2#define TESSERACT_VISUALIZATION_MARKERS_CONTACT_RESULTS_MARKER_H
22 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
34 std::function<
double(
const std::string&,
const std::string&)>
margin_fn)
44 std::function<double(
const std::string&,
const std::string&)>
margin_fn;
Stores information about how the margins allowed between collision objects.
Definition: collision_margin_data.h:74
#define TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
Definition: macros.h:71
Definition: create_convex_hull.cpp:36
tesseract_common::AlignedVector< ContactResult > ContactResultVector
Definition: types.h:134
Definition: conversions.h:39
@ CONTACT_RESULTS
Contact results marker.
Tesseracts Collision Common Types.