Skip to content

Commit

Permalink
Merge pull request #3308 from keenon/master
Browse files Browse the repository at this point in the history
Porting the ConstantCurvatureJoint into the OpenSim codebase.
  • Loading branch information
nickbianco committed Jun 23, 2023
2 parents 7efd946 + a2cd1cd commit 37b3360
Show file tree
Hide file tree
Showing 7 changed files with 1,602 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OpenSim/Simulation/RegisterTypes_osimSimulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
#include "SimbodyEngine/CustomJoint.h"
#include "SimbodyEngine/WeldJoint.h"
#include "SimbodyEngine/ScapulothoracicJoint.h"
#include "OpenSim/Simulation/SimbodyEngine/ConstantCurvatureJoint.h"
#include "SimbodyEngine/TransformAxis.h"
#include "SimbodyEngine/Coordinate.h"
#include "SimbodyEngine/SpatialTransform.h"
Expand Down Expand Up @@ -225,6 +226,7 @@ OSIMSIMULATION_API void RegisterTypes_osimSimulation()
Object::registerType( PinJoint() );
Object::registerType( SliderJoint() );
Object::registerType( PlanarJoint() );
Object::registerType( ConstantCurvatureJoint() );
Object::registerType( TransformAxis() );
Object::registerType( Coordinate() );
Object::registerType( SpatialTransform() );
Expand Down
Loading

0 comments on commit 37b3360

Please sign in to comment.