Search found 18 matches

by Connor Stapp
Tue Jun 27, 2017 12:08 pm
Forum: OpenSim
Topic: Question on ContactMesh
Replies: 1
Views: 158

Question on ContactMesh

I was looking at contact geometries and found an example of a ContactMesh at http://simtk-confluence.stanford.edu:8080/display/OpenSim/OpenSim+Models#OpenSimModels-ContactGeometry <ContactMesh name="block"> <body_name> block </body_name> <location> 0 0 0 </location> <orientation> 0 0 0 </orientation...
by Connor Stapp
Fri Jun 23, 2017 9:26 am
Forum: OpenSim
Topic: Constraint Sets
Replies: 2
Views: 412

Constraint Sets

I've been looking at constraint sets and when I was looking at different ways to write a constraint set, I found two different examples seen below: <ConstraintSet> <objects> <CoordinateCouplerConstraint name="sternoclavicular_r2_con"> <isDisabled> false </isDisabled> <dependent_coordinate_name> ster...
by Connor Stapp
Thu Jun 22, 2017 7:24 am
Forum: OpenSim
Topic: ContactSphere vs ContactHalfSpace
Replies: 1
Views: 171

ContactSphere vs ContactHalfSpace

Hello,

I'm looking at ContactGeometrySets. I don't know the difference between ContactHalfSpace and ContactSphere and how they work. Would someone be able to explain the difference between the two?
by Connor Stapp
Tue Jun 13, 2017 9:01 am
Forum: OpenSim
Topic: Muscle Points (Fixed, Via, and Moving)
Replies: 1
Views: 223

Muscle Points (Fixed, Via, and Moving)

I've been working with muscle points (Moving, Via, and Fixed) and to see how they work, I modified the Tug_of_War.osim model so that the block drops and is able to make contact with the floor. First, I placed the box in the "air" with simple point to point muscles without any extra points in the mid...
by Connor Stapp
Fri Jun 09, 2017 8:30 am
Forum: OpenSim
Topic: Muscle Types
Replies: 1
Views: 182

Muscle Types

When looking through some of the models that come with OpenSim, I noticed that there are different types of muscle that can be define (ex. Schutte1993Muscle, Delp1990Muscle, Millard2012EquilibriumMuscle, and Thelen2003Muscle). How do these types of muscles differ and in what circumstances are each o...
by Connor Stapp
Thu Jun 08, 2017 12:41 pm
Forum: OpenSim
Topic: Ellipsoid Wrapping Issue
Replies: 1
Views: 255

Ellipsoid Wrapping Issue

I've been messing around with ellipsoid wrapping algorithms in order to understand how they work. I've been specifically working with the Tug of War model that's already included with OpenSim and been trying to add my own ellipsoid wrapping algorithms. In this simulation, I edited the model so that ...
by Connor Stapp
Wed Jun 07, 2017 12:44 pm
Forum: OpenSim
Topic: Wrapping Algorithms
Replies: 2
Views: 192

Wrapping Algorithms

Hey all!

I'm having issues understanding the different wrapping algorithms (Hybrid, Midpoint, and Axial). Would anybody be willing to explain to me the difference between them and how to implement to implement them within a model?

Regards,

Connor
by Connor Stapp
Fri Jun 02, 2017 11:40 am
Forum: OpenSim
Topic: Path Wrapping Sets in muscles
Replies: 3
Views: 923

Path Wrapping Sets in muscles

Hello! I'm somewhat new to OpenSim and was looking through the code for the arm26.osim model. Within the model under many of the muscles, there are spots where a PathWrapSet is defined. Under the PathWrapSet there's a PathWrap and under there is a <range> . Here is some code from the arm26.osim code...