Rigid Body Dynamics Library
Model_formatted.cc File Reference

Go to the source code of this file.

Functions

unsigned int AddBodyFixedJoint (Model &model, const unsigned int parent_id, const SpatialTransform &joint_frame, const Joint &UNUSED(joint), const Body &body, std::string body_name)
 
unsigned int AddBodyMultiDofJoint (Model &model, const unsigned int parent_id, const SpatialTransform &joint_frame, const Joint &joint, const Body &body, std::string body_name)
 

Function Documentation

◆ AddBodyFixedJoint()

unsigned int AddBodyFixedJoint ( Model model,
const unsigned int  parent_id,
const SpatialTransform joint_frame,
const Joint UNUSEDjoint,
const Body body,
std::string  body_name 
)

◆ AddBodyMultiDofJoint()