5#ifndef __pinocchio_multibody_geometry_object_filter_hpp__ 6#define __pinocchio_multibody_geometry_object_filter_hpp__ 8#include "pinocchio/multibody/instance-filter.hpp" 29 GeometryObjectFilterSelectByJoint(
const size_t joint_id)
39 const size_t joint_id;
Main pinocchio namespace.
bool operator()(const GeometryObject &) const
Returns true if the input obj matches the filter conditions.
bool operator()(const GeometryObject &geometry_object) const
Returns true if the input obj matches the filter conditions.
JointIndex parentJoint
Index of the parent joint.
Instance filter base class.