Support for the Pinocchio rigid-body algorithms library and the Coal collision detection library.
Definition Components.h:5
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:16
static const Float3 DEFAULT_TRIAD_SCALE
Definition RobotDebug.h:14
void update(DebugScene &scene)
Update the visualization of the frame placements and their velocities.
Definition RobotDebug.h:30