Search found 14 matches

by Andrea Braschi
Thu Sep 19, 2024 4:23 am
Forum: OpenSim Moco
Topic: Contact Geometry Parameter Optimisation
Replies: 3
Views: 521

Re: Contact Geometry Parameter Optimisation

Hi Nick, many thanks for getting back to mem and apologies if it took me a long time to pick this back up. So, just to give you a better idea of what I am doing: I am prescribing the ground reaction forces via the ModOpAddExternalLoads method, providing a an .xml file that directs to a .mot file tha...
by Andrea Braschi
Tue Sep 03, 2024 2:28 am
Forum: OpenSim Moco
Topic: Contact Geometry Parameter Optimisation
Replies: 3
Views: 521

Contact Geometry Parameter Optimisation

Hi all, I have a questiong regarding Contact Geometry parameter optimisation using the SmoothSphereHalfSpaceForce. I was wondering if a MocoContactTrackingGoal is required to optimise the contact parameters (ie stiffness and damping) in a MocoStudy ? At the moment, I am trying to run a contact param...
by Andrea Braschi
Thu Jul 11, 2024 2:44 am
Forum: Simbody: SimTK multibody dynamics API
Topic: GeneralContactSubsystem
Replies: 2
Views: 2815

Re: GeneralContactSubsystem

Hi Sherm, many thanks for getting back to me and apologies for my slow reply. The main reason why I was playing around with the GeneralContactSubsystem is because I saw that implemented in the HuntCrossleyForce source code. Furthermore, I liked the getContacts method that I could potentially use to ...
by Andrea Braschi
Wed Jun 19, 2024 10:05 am
Forum: Simbody: SimTK multibody dynamics API
Topic: GeneralContactSubsystem
Replies: 2
Views: 2815

GeneralContactSubsystem

Hi all, I have posted the following post on the OpenSim forum, before realising that this migh be the appropriate forum: I am trying to write a custom HuntCrossleyForce class that can potentially output the location of the different points of contact between 2 ContactGeometry objects. I have seen in...
by Andrea Braschi
Wed Jun 19, 2024 9:13 am
Forum: OpenSim
Topic: GeneralContactSubsystem
Replies: 1
Views: 1631

GeneralContactSubsystem

Hi all, I have a Simbody question: I am trying to write a custom HuntCrossleyForce class that can potentially output the location of the different points of contact between 2 ContactGeometry objects. I have seen in the Simbody implementation of the HuntCrossleyForce (https://github.com/simbody/simbo...
by Andrea Braschi
Wed Jun 12, 2024 11:03 am
Forum: OpenSim Moco
Topic: Elastic Foundation Parameter Optimisation
Replies: 4
Views: 975

Re: Elastic Foundation Parameter Optimisation

Hi Nick,

many thanks for sharing it.

Best wishes,
Andrea
by Andrea Braschi
Wed Jun 12, 2024 2:45 am
Forum: OpenSim
Topic: Issue in finalizing connections
Replies: 3
Views: 2283

Re: Issue in finalizing connections

Hi Tom, many thanks for sharing the API example. The example is very similar to the code I had written. I implemented the differences that were there, hoping that I made a mistake, but I get the same error: OpenSim::ConnecteeNotSpecified Maybe it's related to how I built the environment? All the bes...
by Andrea Braschi
Tue Jun 11, 2024 8:57 am
Forum: OpenSim
Topic: Issue in finalizing connections
Replies: 3
Views: 2283

Issue in finalizing connections

Hi all, I have been trying to implement some custom classes using the cpp API. As a starting point, I am trying to do the "build_simple_arm_model.py" example in cpp. I was having some issue with adding components (ie bodies, joints, etc.) to the model, but I solved those using the advice that I foun...
by Andrea Braschi
Mon Jun 03, 2024 4:06 am
Forum: OpenSim Moco
Topic: Elastic Foundation Parameter Optimisation
Replies: 4
Views: 975

Re: Elastic Foundation Parameter Optimisation

Hi Nick,

many thanks for letting me know.

If you could please share the link to the GitHub issue once you create it, that'd be very appreciated. I can keep up with the developments in that case.

All the best,
Andrea
by Andrea Braschi
Fri May 31, 2024 10:21 am
Forum: OpenSim Moco
Topic: Elastic Foundation Parameter Optimisation
Replies: 4
Views: 975

Elastic Foundation Parameter Optimisation

Hi all, I have been trying to solve a tracking problem as a MocoStudy problem. In doing so, I am wanting to optimise the Elastic Foundation Force parameters that I have created between 2 contact geometries. However, I have met an issue that I haven't figured out yet and I was hoping to get some advi...