Alberto
Alberto
Hello, I'm using your QR code generator and I notice there were some errors in the example code of the readme. The list below includes the changes I have made....
Fixes issue -. ### Brief summary of changes Removed all BTK dependencies since now we have switched to ezc3d. ### Testing I've completed Github ci workflows passed in my local...
### Error message: ~/opensim-core-source/OpenSim/Auxiliary/catch.hpp:10798:58: error: call no non-'constexpr' funcion 'long int sysconf(int)' 10798 | static constexpr std::size_t sigStackSize = 32768 >= MINSIGSTKSZ ? 32768 : MINSIGSTKSZ; ~/opensim-core-source/Vendors/tropter/external/catch/catch.hpp:8726:58: error: call no...
Fixes issue #2803 #3077 ### Brief summary of changes Removed remaining references to OPENSIM_HOME. ### Testing I've completed Waiting for CI to complete. ### Looking for feedback on... Matlab script...
### Steps to reproduce I was following the tutorial "[Working with static optimization](https://simtk-confluence.stanford.edu:8443/display/OpenSim/Working+with+Static+Optimization)", and when I tried to set a very low value for muscle activation (e.g., -200, -500 or...
### Steps to reproduce Try to run "Inverse Dynamics...", "Forward Dynamics..." or "Reduce Residuals..." tools with a negative time range (e.g., 2 to 1). ### Expected result A message is...
### Steps to reproduce 1. Load the example model "gait2392_simbody.osim" 2. Open Plot Tool by clicking "Tools"->"Plot..." 3. Click on "Y-quantity..." and select "fiber-length" 4. Click on "Muscles..." and check...
Error while performing CreateInvalidation in CloudFront: > An error occurred (AccessDenied) when calling the CreateInvalidation operation: User: is not authorized to perform: cloudfront:CreateInvalidation on resource: because no identity-based policy allows...
Maybe we should automatize deployment through Github Actions so everything merged into main is automatically deployed to dev and everything merged into prod is automatically merged into prod. This would...