Support for the Pinocchio rigid-body algorithms library and the Coal collision detection library.
Definition LoadPinocchioGeometry.h:8
entt::entity addFrameVelocityArrow(DebugScene &scene, pin::FrameIndex frame_id)
entt::entity addFrameTriad(DebugScene &scene, pin::FrameIndex frame_id, const Float3 &scale=DEFAULT_TRIAD_SCALE)
RobotDebugSystem(const pin::Model &model, const pin::Data &data)
Definition RobotDebug.h:15
static const Float3 DEFAULT_TRIAD_SCALE
Definition RobotDebug.h:13
void update(DebugScene &scene)
Update the transform components for the debug visual entities, according to their frame placements an...
Definition RobotDebug.h:29