Ignition Physics

API Reference

2.3.0
FreeGroupFrameSemantics Class Reference

This feature provides an interface between the Model and Link classes and the FreeGroup class, which represents a group of links that are not connected to the world with any kinematic constraints. A FreeGroup can represent a single connected group of links that forms a tree with the root of the tree connected to the world with a FreeJoint, but it can also represent a group of other FreeGroups. Each FreeGroup has 1 canonical link, whose frame is used for getting and setting properties like pose and velocity. If the FreeGroup is a single tree of connected links, the canonical link should be the root of that tree. If the FreeGroup contains multiple FreeGroups, the canonical link should be selected from one of the component FreeGroups. More...

#include <FreeGroup.hh>

Public Types

template<typename PolicyT , typename FeaturesT >
using FreeGroup = FrameSemantics::Frame< PolicyT, FeaturesT >
 

Detailed Description

This feature provides an interface between the Model and Link classes and the FreeGroup class, which represents a group of links that are not connected to the world with any kinematic constraints. A FreeGroup can represent a single connected group of links that forms a tree with the root of the tree connected to the world with a FreeJoint, but it can also represent a group of other FreeGroups. Each FreeGroup has 1 canonical link, whose frame is used for getting and setting properties like pose and velocity. If the FreeGroup is a single tree of connected links, the canonical link should be the root of that tree. If the FreeGroup contains multiple FreeGroups, the canonical link should be selected from one of the component FreeGroups.

Member Typedef Documentation

◆ FreeGroup

using FreeGroup = FrameSemantics::Frame<PolicyT, FeaturesT>

The documentation for this class was generated from the following file: