-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Callback based API for Implementing Custom Moment of Inertia Calculators for Meshes #1304
Callback based API for Implementing Custom Moment of Inertia Calculators for Meshes #1304
Commits on Jun 13, 2023
-
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93e497e - Browse repository at this point
Copy the full SHA 93e497eView commit details
Commits on Jun 19, 2023
-
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf33df2 - Browse repository at this point
Copy the full SHA bf33df2View commit details
Commits on Jun 30, 2023
-
Update SDF schema version in CMakeLists.txt
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9450574 - Browse repository at this point
Copy the full SHA 9450574View commit details -
Added <material_density> element to <collision
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0841705 - Browse repository at this point
Copy the full SHA 0841705View commit details -
Added auto attribute to <inertia> tag
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c27bfc - Browse repository at this point
Copy the full SHA 1c27bfcView commit details -
Added gz::math::Material member to Collision
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a1f8a7 - Browse repository at this point
Copy the full SHA 8a1f8a7View commit details
Commits on Jul 3, 2023
-
Added MassMatrix() functions to Box, Capsule, Cylinder, Ellipsoid & S…
…phere Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3fc2a3 - Browse repository at this point
Copy the full SHA e3fc2a3View commit details -
Added MassMatrix() functions to sdf::Geometry class
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbe7d3e - Browse repository at this point
Copy the full SHA dbe7d3eView commit details -
Replaced gz::math::Material member of sdf::Collision with double density
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45a67bd - Browse repository at this point
Copy the full SHA 45a67bdView commit details -
Added getter setter functions for density in sdf::Collision
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db76c5f - Browse repository at this point
Copy the full SHA db76c5fView commit details -
Added MassMatrix() function to sdf::Collision class
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7290483 - Browse repository at this point
Copy the full SHA 7290483View commit details -
Update Link::Load() to check for inertia auto attr & call MassMatrix …
…for each collision Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8120ae - Browse repository at this point
Copy the full SHA c8120aeView commit details
Commits on Jul 13, 2023
-
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42a4707 - Browse repository at this point
Copy the full SHA 42a4707View commit details
Commits on Jul 17, 2023
-
Corrected default density value
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bbacbe9 - Browse repository at this point
Copy the full SHA bbacbe9View commit details -
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b092904 - Browse repository at this point
Copy the full SHA b092904View commit details
Commits on Jul 18, 2023
-
Added ParserConfig param to Collision & Geometry MassMatrix()
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6827d9a - Browse repository at this point
Copy the full SHA 6827d9aView commit details
Commits on Jul 21, 2023
-
Added function to register & get CustomMoiCalculator in ParserConfig
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85b3149 - Browse repository at this point
Copy the full SHA 85b3149View commit details -
Added MassMatrix() function to sdf::Mesh
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49c6528 - Browse repository at this point
Copy the full SHA 49c6528View commit details
Commits on Jul 24, 2023
-
Added <moi_calculator_params> to <collision
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b33556 - Browse repository at this point
Copy the full SHA 7b33556View commit details -
Added InterfaceMoiCalculator class
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 408b643 - Browse repository at this point
Copy the full SHA 408b643View commit details -
Update ParserConfig to use InterfaceMoiCalculator
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0bc1cf6 - Browse repository at this point
Copy the full SHA 0bc1cf6View commit details -
Update Geometry::MassMatrix() to pass calculator params sdf element t…
…o Mesh::MassMatrix Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1db03b - Browse repository at this point
Copy the full SHA a1db03bView commit details -
Update Mesh::MassMatrix to pass InterfaceMoiCalculator object to calc…
…ulator callback Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d086d68 - Browse repository at this point
Copy the full SHA d086d68View commit details
Commits on Jul 31, 2023
-
Changed <material_density> tag to <density>
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3c52aa - Browse repository at this point
Copy the full SHA c3c52aaView commit details -
Updated Collision:MassMatrix() to use gz::math::Inertial object as pa…
…rameter Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ff8726 - Browse repository at this point
Copy the full SHA 8ff8726View commit details -
Updated Link::Load() to add inertials from multiple collisions
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0cd267b - Browse repository at this point
Copy the full SHA 0cd267bView commit details
Commits on Aug 7, 2023
-
Shifted auto attribute from <inertia> to <inertial>
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6881c2d - Browse repository at this point
Copy the full SHA 6881c2dView commit details -
Added CalculateInertial() function to sdf::Root
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd0551a - Browse repository at this point
Copy the full SHA dd0551aView commit details -
Added CalculateInertial() function to sdf::Model
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d0c084 - Browse repository at this point
Copy the full SHA 8d0c084View commit details -
Added CalculateInertial() function to sdf::World
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 942bf78 - Browse repository at this point
Copy the full SHA 942bf78View commit details -
Added CalculateInertial() function to sdf::Link to check for auto and…
… set inertials Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1eeed1e - Browse repository at this point
Copy the full SHA 1eeed1eView commit details -
Update Collision::MassMatrix() to set inertial pose using collision p…
…ose in link frame Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6a8a7b - Browse repository at this point
Copy the full SHA b6a8a7bView commit details
Commits on Aug 8, 2023
-
Called World::CalculateInertials() in Root::Load() function
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 33d9979 - Browse repository at this point
Copy the full SHA 33d9979View commit details -
Added check for no collisions when auto is true & return an Element M…
…issing Error Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76842fe - Browse repository at this point
Copy the full SHA 76842feView commit details
Commits on Aug 10, 2023
-
Used enforcePolicyCondition() to print <density> element missing mess…
…age in Collision::Load() Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f486a1b - Browse repository at this point
Copy the full SHA f486a1bView commit details -
Restored original flow of Link::Load() to set inertial values & updat…
…ed CalculateInertials() Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 429eb2f - Browse repository at this point
Copy the full SHA 429eb2fView commit details -
Renamed & changed MassMatrix() functions for all shapes to return gz:…
…:math::Inertial objects Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b349c0d - Browse repository at this point
Copy the full SHA b349c0dView commit details -
Renamed & updated MassMatrix() function for sdf::Geometry to return o…
…pitonal gz::math::Inertiald object Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f11863 - Browse repository at this point
Copy the full SHA 5f11863View commit details -
Renamed & Updated MassMatrix() function of sdf::Collision to use Iner…
…tial object Added check for geometry type before setting inertial pose Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8214ae6 - Browse repository at this point
Copy the full SHA 8214ae6View commit details -
Updated call to collision inertia calculation function with the new name
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d1e1bc - Browse repository at this point
Copy the full SHA 0d1e1bcView commit details -
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1f7a51 - Browse repository at this point
Copy the full SHA b1f7a51View commit details -
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 702dd9f - Browse repository at this point
Copy the full SHA 702dd9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67126dd - Browse repository at this point
Copy the full SHA 67126ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for e90455a - Browse repository at this point
Copy the full SHA e90455aView commit details
Commits on Aug 11, 2023
-
Removed const type qualifier from double density param for CalculateI…
…nertial() functions Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a6a528 - Browse repository at this point
Copy the full SHA 0a6a528View commit details -
Shifted check for density element from Collision::Load() to Collision…
…::CalculateInertials() Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 138bdb4 - Browse repository at this point
Copy the full SHA 138bdb4View commit details -
Shifted CalculateInertials() call to end of Root:Load()
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa1da0b - Browse repository at this point
Copy the full SHA fa1da0bView commit details -
Update CalculateInertials() function in Root, World, Model, Link & Co…
…llision to take ParserConfig as param Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c6f8c5 - Browse repository at this point
Copy the full SHA 9c6f8c5View commit details -
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a483a2 - Browse repository at this point
Copy the full SHA 1a483a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1fdf8a - Browse repository at this point
Copy the full SHA d1fdf8aView commit details -
Removed const specifier for double density from Geometry & Collision
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f0c840 - Browse repository at this point
Copy the full SHA 2f0c840View commit details -
Configuration menu - View commit details
-
Copy full SHA for 414ffd4 - Browse repository at this point
Copy the full SHA 414ffd4View commit details
Commits on Aug 14, 2023
-
Updated CustomMOICalculator function signature to return Inertial object
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d08091 - Browse repository at this point
Copy the full SHA 4d08091View commit details -
Updated Mesh::CalculateInertial() to return inertial objecT
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 373fa3f - Browse repository at this point
Copy the full SHA 373fa3fView commit details -
Updated Geometry::CalculateInertial() to take calculator params Eleme…
…ntPtr as param Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8088f4b - Browse repository at this point
Copy the full SHA 8088f4bView commit details -
Shifted check for moi_calculator_params element to Collision::Calcula…
…teInertials() Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b2e37b - Browse repository at this point
Copy the full SHA 7b2e37bView commit details -
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac943c6 - Browse repository at this point
Copy the full SHA ac943c6View commit details -
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8fef740 - Browse repository at this point
Copy the full SHA 8fef740View commit details -
Renamed <moi_calculator_params> element to <auto_inertia_params>
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f98215 - Browse repository at this point
Copy the full SHA 0f98215View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f16e1f - Browse repository at this point
Copy the full SHA 1f16e1fView commit details
Commits on Aug 16, 2023
-
Renamed CustomMOICalculator std::function alias to CustomInertiaCalcu…
…lator Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17d60e1 - Browse repository at this point
Copy the full SHA 17d60e1View commit details -
Added check for empty mesh filePath before calling custom calculator
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9a6698 - Browse repository at this point
Copy the full SHA b9a6698View commit details -
Renamed InterfaceMOICalculator class to CustomInertiaCalcProperties
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00c1496 - Browse repository at this point
Copy the full SHA 00c1496View commit details -
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b23abc6 - Browse repository at this point
Copy the full SHA b23abc6View commit details -
Removed const specifier for double density
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c44ff0 - Browse repository at this point
Copy the full SHA 5c44ff0View commit details -
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e3d708 - Browse repository at this point
Copy the full SHA 5e3d708View commit details -
Added default values for density & calculatorParams ElementPtr
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a929478 - Browse repository at this point
Copy the full SHA a929478View commit details -
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 746d86e - Browse repository at this point
Copy the full SHA 746d86eView commit details
Commits on Aug 17, 2023
-
Removed warning for missing <inertial> element
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80e321c - Browse repository at this point
Copy the full SHA 80e321cView commit details -
Added warning for overwritting of user given inertial value sif auto …
…is true Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3041e4 - Browse repository at this point
Copy the full SHA e3041e4View commit details -
Removed call to CalculateInertial() from Root::Load()
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc9849c - Browse repository at this point
Copy the full SHA cc9849cView commit details
Commits on Aug 21, 2023
-
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e41116 - Browse repository at this point
Copy the full SHA 0e41116View commit details
Commits on Aug 22, 2023
-
Added unit tests for CalculateInertial() function in Box, Capsule, Cy…
…linder, Ellipsoid & Sphere Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4731e21 - Browse repository at this point
Copy the full SHA 4731e21View commit details -
Added unit tests for CalculateInertial() in Geometry
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3aefdc3 - Browse repository at this point
Copy the full SHA 3aefdc3View commit details -
Updated construction unit test of Collision with checks for density v…
…alue Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2836be9 - Browse repository at this point
Copy the full SHA 2836be9View commit details -
Updated CalculateInertial() unit test to test for std::nullopt return…
… in case of invalid inertial Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbe543f - Browse repository at this point
Copy the full SHA dbe543fView commit details -
Added unit tests for CalculateInertial() in sdf::Collision
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d459c7 - Browse repository at this point
Copy the full SHA 8d459c7View commit details -
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 464f7de - Browse repository at this point
Copy the full SHA 464f7deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5af78f7 - Browse repository at this point
Copy the full SHA 5af78f7View commit details
Commits on Aug 24, 2023
-
Added enum class for CalculateInertial() configuration
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 485dd84 - Browse repository at this point
Copy the full SHA 485dd84View commit details -
Added check for CalculateInertialConfiguration in Root::Load()
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca78026 - Browse repository at this point
Copy the full SHA ca78026View commit details -
Renamed CALCULATE_AND_SAVE value to SAVE_CALCULATION in COnfigureCalc…
…ulateInertial enum Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 002c643 - Browse repository at this point
Copy the full SHA 002c643View commit details -
Added boolean autoInertiaSaved member to link
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1688522 - Browse repository at this point
Copy the full SHA 1688522View commit details -
Added check for autoInertiaSaved & SAVE_CALCULATION configuration in …
…CalculateInertial() function Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 230bde2 - Browse repository at this point
Copy the full SHA 230bde2View commit details -
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0df7eae - Browse repository at this point
Copy the full SHA 0df7eaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b58b11 - Browse repository at this point
Copy the full SHA 5b58b11View commit details -
Added //inertial/density to the spec
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd06f08 - Browse repository at this point
Copy the full SHA dd06f08View commit details -
Updated Geometry::CalculateInertial() to accept density & parser conf…
…ig as parameter Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 325854c - Browse repository at this point
Copy the full SHA 325854cView commit details -
Updated Geometry::CalculateInertial() to give warning when a not supp…
…orted geometry type is used Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fc01633 - Browse repository at this point
Copy the full SHA fc01633View commit details -
Updated Geometry unit test for not supported geom type
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1e7484 - Browse repository at this point
Copy the full SHA d1e7484View commit details -
Updated Collision::ToElement() to set density
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88d5eeb - Browse repository at this point
Copy the full SHA 88d5eebView commit details -
Added unit tests for collision pose relative to some other frame test…
… case Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ec1aac - Browse repository at this point
Copy the full SHA 0ec1aacView commit details -
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc30cf9 - Browse repository at this point
Copy the full SHA dc30cf9View commit details -
Added unit tests for ParserConfig
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40811cf - Browse repository at this point
Copy the full SHA 40811cfView commit details -
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01c49c4 - Browse repository at this point
Copy the full SHA 01c49c4View commit details -
Replaced tabs with spaces in sdf string in Link_Test
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5648ff - Browse repository at this point
Copy the full SHA b5648ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a65644 - Browse repository at this point
Copy the full SHA 6a65644View commit details -
Updated ParserConfig Unit test to test SetCalculateInertialConfigurat…
…ion() Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a2357a - Browse repository at this point
Copy the full SHA 4a2357aView commit details -
Added test for CalculateInertial() called with auto set to false
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60131dd - Browse repository at this point
Copy the full SHA 60131ddView commit details -
Added unit test for World::CalculateInertial()
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3cb221 - Browse repository at this point
Copy the full SHA a3cb221View commit details -
Added unit test for CalculateInertial() call with SAVE_CALCULATION co…
…nfiguration Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7483b89 - Browse repository at this point
Copy the full SHA 7483b89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aa5e42 - Browse repository at this point
Copy the full SHA 5aa5e42View commit details -
Updated CalculateInertial() calls in Geometry Unit tests
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd72ac8 - Browse repository at this point
Copy the full SHA bd72ac8View commit details
Commits on Aug 25, 2023
-
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e772c24 - Browse repository at this point
Copy the full SHA e772c24View commit details -
Configuration menu - View commit details
-
Copy full SHA for f108330 - Browse repository at this point
Copy the full SHA f108330View commit details -
Included missing header files in Mesh and CustomInertiCalcProperties
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c1f29e - Browse repository at this point
Copy the full SHA 3c1f29eView commit details -
Made model member in CustomInertiaCalcProperties as optional
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c22811 - Browse repository at this point
Copy the full SHA 3c22811View commit details -
Added unit test for CustomInertiaCalcProperties
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55d5ef1 - Browse repository at this point
Copy the full SHA 55d5ef1View commit details -
Added default nullptr value for autoInertiaParams elementptr
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c503112 - Browse repository at this point
Copy the full SHA c503112View commit details -
Added unit test for the use of <auto_inertia_params> element
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e2371d - Browse repository at this point
Copy the full SHA 4e2371dView commit details -
Added sdf::Errors object as parameter for Mesh::CalculateInertial()
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db5a4e2 - Browse repository at this point
Copy the full SHA db5a4e2View commit details -
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70d9576 - Browse repository at this point
Copy the full SHA 70d9576View commit details -
Updated Geometry CalculateInertial() Unit test for mesh geom type
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7850bb2 - Browse repository at this point
Copy the full SHA 7850bb2View commit details -
Added unit tests for Mesh::CalculateInertial()
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c65a0a5 - Browse repository at this point
Copy the full SHA c65a0a5View commit details -
Added <auto_inertia_params> element to <inertial> element
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1112607 - Browse repository at this point
Copy the full SHA 1112607View commit details
Commits on Aug 26, 2023
-
Removed redundant sdf/Model.hh include from Collision_TEST
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3cd3be - Browse repository at this point
Copy the full SHA f3cd3beView commit details
Commits on Aug 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c5e181e - Browse repository at this point
Copy the full SHA c5e181eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef8ae18 - Browse repository at this point
Copy the full SHA ef8ae18View commit details
Commits on Aug 28, 2023
-
Updated CalculateInertial() documentation for Box, Capsule, Cylinder,…
… Ellipsoid & Sphere Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16ce852 - Browse repository at this point
Copy the full SHA 16ce852View commit details -
Updated Collision::Density() & Collision::SetDensity() docs
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65c3703 - Browse repository at this point
Copy the full SHA 65c3703View commit details -
Updated Root::CalculateInertial() docs
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fee0d90 - Browse repository at this point
Copy the full SHA fee0d90View commit details -
Updated description for <density> element in <inertial>
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff88720 - Browse repository at this point
Copy the full SHA ff88720View commit details -
Added doc for autoInertiaSaved variable in sdf::Link
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af8052e - Browse repository at this point
Copy the full SHA af8052eView commit details -
- Updated all functions returning Errors object to take errors object as an output param - Updated function params to take errors as a first params Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 943b886 - Browse repository at this point
Copy the full SHA 943b886View commit details -
Added flag to track if density was set at load
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a658c25 - Browse repository at this point
Copy the full SHA a658c25View commit details -
Added separate variable to track if auto inertia is enabled or not
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d652717 - Browse repository at this point
Copy the full SHA d652717View commit details -
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec62766 - Browse repository at this point
Copy the full SHA ec62766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6818408 - Browse repository at this point
Copy the full SHA 6818408View commit details
Commits on Aug 29, 2023
-
Corrected function docs in Mesh & Geometry class
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for adc2813 - Browse repository at this point
Copy the full SHA adc2813View commit details -
Updated Collision::CalculateInertial() API
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8f9fc4 - Browse repository at this point
Copy the full SHA c8f9fc4View commit details -
Updated check for geometry type before resolving inertial pose
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b05e267 - Browse repository at this point
Copy the full SHA b05e267View commit details -
Updated Root::CalculateInertial() docs
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a21b69 - Browse repository at this point
Copy the full SHA 3a21b69View commit details -
Added const specifier to variables where needed
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91c828a - Browse repository at this point
Copy the full SHA 91c828aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 563da4b - Browse repository at this point
Copy the full SHA 563da4bView commit details
Commits on Aug 30, 2023
-
Rename CalculateInertials() API in Root, World, Model & Link
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1986cfd - Browse repository at this point
Copy the full SHA 1986cfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8953e10 - Browse repository at this point
Copy the full SHA 8953e10View commit details -
Rename function call in Collision_TEST
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cb9f54e - Browse repository at this point
Copy the full SHA cb9f54eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf9bfe9 - Browse repository at this point
Copy the full SHA bf9bfe9View commit details -
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a414168 - Browse repository at this point
Copy the full SHA a414168View commit details -
Updated //inertial/auto_inertia_params element description
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e921982 - Browse repository at this point
Copy the full SHA e921982View commit details -
Updated Mesh::CalculateInertial() API to take errors as first param
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4de7035 - Browse repository at this point
Copy the full SHA 4de7035View commit details -
Signed-off-by: Jasmeet Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a49998 - Browse repository at this point
Copy the full SHA 9a49998View commit details