12#ifndef PBAT_SIM_CONTACT_ENVIRONMENT_H
13#define PBAT_SIM_CONTACT_ENVIRONMENT_H
15#include "MultibodyTetrahedralMeshSystem.h"
18#include "pbat/geometry/sdf/Forest.h"
29template <common::CFloatingPo
int TScalar = Scalar>
60 template <common::CIndex TIndex = Index>
89 Eigen::Vector<bool, Eigen::Dynamic>
91 Eigen::Vector<Eigen::Index, Eigen::Dynamic>
94 Eigen::Vector<ScalarType, Eigen::Dynamic>
97 Eigen::Matrix<ScalarType, 3, Eigen::Dynamic>
100 Eigen::Matrix<ScalarType, 3 * 3, Eigen::Dynamic>
Archive class for reading and writing data to HDF5 files.
Definition Archive.h:29
Concepts for common types.
CPU storage for a forest (of SDFs).
Definition Forest.h:22
Multibody Tetrahedral Mesh System.
Definition MultibodyTetrahedralMeshSystem.h:26