[b5db22]: / Application / Examples / BikeSpring / Model / BikeLegConnection.any

Download this file

14 lines (12 with data), 426 Bytes

// This folder contains the joints and drivers that connects the lower extremity 
// model with the bike model.
// Furthermore it defines the positions and orientations of the segments 

AnyFolder BikeLegConnection = {
  
  AnyFolder &ModelFolder = .HumanFolder;
  AnyFolder InitialPositions = {
    #include "InitialPositions.any"
  };
  AnyFolder JointsAndDrivers = {
    #include "JointsAndDrivers.any"
  };
};