Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove kinematics_for_external_loads property (#2770)
* Remove kinematics_for_external_loads property from ExternalLoads object and remove usage in AbstractTool and DynamicsTool. Also update XMLDocument version number * Update externalForces file to latest format and remove reference to external_loads_kinematics * Fix IAA to handle externalForce.expressedInBody being "ground" which is not in the BodySet * Remove kinematics_for_external_loads property from ExternalLoads object and remove usage in AbstractTool and DynamicsTool. Also update XMLDocument version number * Update externalForces file to latest format and remove reference to external_loads_kinematics * Fix IAA to handle externalForce.expressedInBody being "ground" which is not in the BodySet * Remove kinematics_for_external_loads property from ExternalLoads object and remove usage in AbstractTool and DynamicsTool. Also update XMLDocument version number * Update externalForces file to latest format and remove reference to external_loads_kinematics * Fix IAA to handle externalForce.expressedInBody being "ground" which is not in the BodySet * Use log methods instead of cout * Port bugfix to IAA from already reviewed PR 2691 * Fix comment * log_warn instead of cout * Update standard for SO test case to account for removal of Kinematics of external loads option * Update std for InducedAcceleration test case * Fix testCMCWithControlConstraintsGait2354 by updating standard and using a dedicated std file rather than a file shared with other tests * Fix indentation that failed ci build on linux * Undo XMLDocument version upgrade to keep backward compatibility of Model files Co-authored-by: Christopher Dembia <cld72@cornell.edu>
- Loading branch information