-
Notifications
You must be signed in to change notification settings - Fork 70
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
Collection of fixes - velocity limits, trajopt, mimic joints, error handling, geometry shapes, CI, bug fixes, etc. #756
Commits on Jan 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5df7ac4 - Browse repository at this point
Copy the full SHA 5df7ac4View commit details
Commits on Jan 21, 2022
-
Failed with some Eigen issues. We aren't using Conda right now.
Configuration menu - View commit details
-
Copy full SHA for 39f72fb - Browse repository at this point
Copy the full SHA 39f72fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa01283 - Browse repository at this point
Copy the full SHA fa01283View commit details -
Configuration menu - View commit details
-
Copy full SHA for adbfabf - Browse repository at this point
Copy the full SHA adbfabfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6972b53 - Browse repository at this point
Copy the full SHA 6972b53View commit details -
[exotica_core] Change "inf" constant to 1e20
Fixes bugs with JointLimit task
Configuration menu - View commit details
-
Copy full SHA for a89a26c - Browse repository at this point
Copy the full SHA a89a26cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0370d8 - Browse repository at this point
Copy the full SHA d0370d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 522bad0 - Browse repository at this point
Copy the full SHA 522bad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8fc83a - Browse repository at this point
Copy the full SHA e8fc83aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fbefcb - Browse repository at this point
Copy the full SHA 7fbefcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ae0402 - Browse repository at this point
Copy the full SHA 0ae0402View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0375370 - Browse repository at this point
Copy the full SHA 0375370View commit details
Commits on Jan 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d6b5558 - Browse repository at this point
Copy the full SHA d6b5558View commit details -
Merge branch 'topic/add-mesh-loader' of github.com:ori-drs/exotica in…
…to topic/add-mesh-loader
Configuration menu - View commit details
-
Copy full SHA for 1b42d07 - Browse repository at this point
Copy the full SHA 1b42d07View commit details -
[exotica_python] Rename function from test_ to validate_ to avoid tri…
…ggering nosetests Nosetests runs any function with "test_" in the name. The validation function should of course be excluded.
Configuration menu - View commit details
-
Copy full SHA for a25380d - Browse repository at this point
Copy the full SHA a25380dView commit details -
Merge pull request #1 from ori-drs/topic/add-mesh-loader
Add methods for mesh creation in Python
Configuration menu - View commit details
-
Copy full SHA for 3c25779 - Browse repository at this point
Copy the full SHA 3c25779View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a7e665 - Browse repository at this point
Copy the full SHA 1a7e665View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffa80cd - Browse repository at this point
Copy the full SHA ffa80cdView commit details
Commits on Mar 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9d7f8e2 - Browse repository at this point
Copy the full SHA 9d7f8e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e18f21 - Browse repository at this point
Copy the full SHA 4e18f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68086a3 - Browse repository at this point
Copy the full SHA 68086a3View commit details
Commits on Mar 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3a89c8b - Browse repository at this point
Copy the full SHA 3a89c8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7804717 - Browse repository at this point
Copy the full SHA 7804717View commit details
Commits on Mar 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 64a3a7f - Browse repository at this point
Copy the full SHA 64a3a7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a59aa33 - Browse repository at this point
Copy the full SHA a59aa33View commit details -
[exotica_ddp_solver] Add ascent direction fix to avoid blowing up whe…
…n feasible Noticed the following problem where in iteration 99, after already having reached feasibility, it accepts a large ascent step: 98 2.28141e-01 2.66446e-03 3.87063e+03 1.00000e-03 1.00000e-03 0.0010 1 6.24123e+02 -9.65938e+02 99 1.55556e+07 6.67014e+10 3.26809e+08 1.00000e-02 1.00000e-02 1.0000 1 -1.62977e+08 -1.55556e+07 iter cost stop grad xreg ureg step feas dV-exp dV 100 7.12945e+06 1.52536e+10 1.79564e+03 1.00000e-03 1.00000e-03 0.5012 1 -1.96396e+06 8.42617e+06 This check no longer allows to open gaps once feasibility has first been reached.
Configuration menu - View commit details
-
Copy full SHA for 9f301a7 - Browse repository at this point
Copy the full SHA 9f301a7View commit details -
[exotica_core] Do not hard-coded C++14 since all modern compilers are…
… C++14 by default
Configuration menu - View commit details
-
Copy full SHA for d4dc7bb - Browse repository at this point
Copy the full SHA d4dc7bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ad5d4a - Browse repository at this point
Copy the full SHA 0ad5d4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb646cf - Browse repository at this point
Copy the full SHA eb646cfView commit details -
Merge pull request #2 from ori-drs/topic/anymal-kinova-aligned-path-e…
…xample [exotica_examples] Add surface alignment trajectory example
Configuration menu - View commit details
-
Copy full SHA for ead8987 - Browse repository at this point
Copy the full SHA ead8987View commit details
Commits on Aug 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bafa990 - Browse repository at this point
Copy the full SHA bafa990View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc8f437 - Browse repository at this point
Copy the full SHA dc8f437View commit details
Commits on Aug 2, 2022
-
Merge pull request #3 from ori-drs/topic/relative-trajectory-example
Add example for relative trajectory motion
Configuration menu - View commit details
-
Copy full SHA for 31cd4b5 - Browse repository at this point
Copy the full SHA 31cd4b5View commit details
Commits on Oct 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2d7b7a1 - Browse repository at this point
Copy the full SHA 2d7b7a1View commit details -
[exotica_core] KinematicTree: Fix early return of SetModelState case …
…without updating FK
Configuration menu - View commit details
-
Copy full SHA for 3d5faff - Browse repository at this point
Copy the full SHA 3d5faffView commit details -
Configuration menu - View commit details
-
Copy full SHA for b31b86f - Browse repository at this point
Copy the full SHA b31b86fView commit details -
Merge pull request #4 from ori-drs/topic/mimic-joint-support
Add support for mimic joints
Configuration menu - View commit details
-
Copy full SHA for 83d4592 - Browse repository at this point
Copy the full SHA 83d4592View commit details
Commits on Dec 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d5f8e73 - Browse repository at this point
Copy the full SHA d5f8e73View commit details -
Configuration menu - View commit details
-
Copy full SHA for deb8292 - Browse repository at this point
Copy the full SHA deb8292View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74bbb06 - Browse repository at this point
Copy the full SHA 74bbb06View commit details
Commits on Jan 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8c782ce - Browse repository at this point
Copy the full SHA 8c782ceView commit details
Commits on Feb 17, 2023
-
[exotica_core] Make parsing of boolean values from initializers more …
…intuitive Adds support for parsing strings such as true/false or True/False to the boolean parsing logic. Checks and reports on parsing issues. Reduces redundancy of bool parsing between single value and vector
Configuration menu - View commit details
-
Copy full SHA for 48b4214 - Browse repository at this point
Copy the full SHA 48b4214View commit details -
Revert "[exotica_core] Remove unused Server::GetModel signature"
This reverts commit d5f8e73.
Configuration menu - View commit details
-
Copy full SHA for c628bed - Browse repository at this point
Copy the full SHA c628bedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dad1a1 - Browse repository at this point
Copy the full SHA 8dad1a1View commit details -
[exotica_core] AbstractTimeIndexedProblem: Note that internal velocit…
…y limit copy is deprecated
Configuration menu - View commit details
-
Copy full SHA for c193a0c - Browse repository at this point
Copy the full SHA c193a0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f36fd0e - Browse repository at this point
Copy the full SHA f36fd0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61cb641 - Browse repository at this point
Copy the full SHA 61cb641View commit details -
[exotica_core] TimeIndexedSamplingProblem: Add notes on deprecated in…
…ternal copy of velocity limits
Configuration menu - View commit details
-
Copy full SHA for ddbdd13 - Browse repository at this point
Copy the full SHA ddbdd13View commit details -
[exotica_core] AbstractTimeIndexedProblem: Transparently forward Kine…
…maticTree velocity limits
Configuration menu - View commit details
-
Copy full SHA for e98cbfc - Browse repository at this point
Copy the full SHA e98cbfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebdc455 - Browse repository at this point
Copy the full SHA ebdc455View commit details -
[exotica_core] Add JointVelocityLimits/JopintAccelerationLimits to Sc…
…ene initializer Allows to set or override the velocity and acceleration limits stored in the KinematicTree directly from the Scene initializer. In the future, this is meant to replace manually defined bounds in problems to unify the place they are being defined.
Configuration menu - View commit details
-
Copy full SHA for a8a3c59 - Browse repository at this point
Copy the full SHA a8a3c59View commit details -
Configuration menu - View commit details
-
Copy full SHA for da11315 - Browse repository at this point
Copy the full SHA da11315View commit details -
Merge pull request #7 from ori-drs/topic/scene-velocity-limits-initia…
…lizer Define JointVelocityLimits / JointAccelerationLimits in the Scene initializer
Configuration menu - View commit details
-
Copy full SHA for b0ec72c - Browse repository at this point
Copy the full SHA b0ec72cView commit details
Commits on Mar 8, 2023
-
[exotica_core] AbstractTimeIndexedProblem: Support start time
This commit adds support for a problem start time. It assumes that the entire trajectory's time indexing is shifted by the start time
Configuration menu - View commit details
-
Copy full SHA for c880be0 - Browse repository at this point
Copy the full SHA c880be0View commit details -
[exotica_core] BoundedTimeIndexedProblem: Add support for start time
This commit adds support for a problem start time. It assumes that the entire trajectory's time indexing is shifted by the start time
Configuration menu - View commit details
-
Copy full SHA for acf54c5 - Browse repository at this point
Copy the full SHA acf54c5View commit details -
[exotica_core] DynamicTimeIndexedShootingProblem: Add support for sta…
…rt time This commit adds support for a problem start time. It assumes that the entire trajectory's time indexing is shifted by the start time
Configuration menu - View commit details
-
Copy full SHA for 3f369fd - Browse repository at this point
Copy the full SHA 3f369fdView commit details -
[exotica_core] UnconstrainedTimeIndexedProblem: Add support for start…
… time This commit adds support for a problem start time. It assumes that the entire trajectory's time indexing is shifted by the start time
Configuration menu - View commit details
-
Copy full SHA for 31acbb1 - Browse repository at this point
Copy the full SHA 31acbb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56fa5ee - Browse repository at this point
Copy the full SHA 56fa5eeView commit details -
[exotica_core] PlanningProblem: Make t_start private
There are getters and setters already exposed
Configuration menu - View commit details
-
Copy full SHA for 59b29d5 - Browse repository at this point
Copy the full SHA 59b29d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bd877a - Browse repository at this point
Copy the full SHA 4bd877aView commit details -
Merge pull request #8 from ori-drs/topic/support-for-start-time-for-t…
…rajectories Support for start time of scene state for trajectories
Configuration menu - View commit details
-
Copy full SHA for f418aa1 - Browse repository at this point
Copy the full SHA f418aa1View commit details
Commits on Mar 9, 2023
-
[exotica_core_task_maps] JointLimit: Add ability to limit velocities …
…for DynamicTimeIndexedShootingProblem
Configuration menu - View commit details
-
Copy full SHA for f3230c8 - Browse repository at this point
Copy the full SHA f3230c8View commit details -
[exotica_examples] Update SparseDDP Valkyrie L2 example to showcase h…
…ow to use velocity limits
Configuration menu - View commit details
-
Copy full SHA for 2d54087 - Browse repository at this point
Copy the full SHA 2d54087View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3c754b - Browse repository at this point
Copy the full SHA f3c754bView commit details -
Merge pull request #9 from ori-drs/topic/joint-limit-with-velocity-fo…
…r-dynamic-time-indexed-shooting-problem Extend JointLimit to limit joint velocities
Configuration menu - View commit details
-
Copy full SHA for c3e866d - Browse repository at this point
Copy the full SHA c3e866dView commit details -
[exotica_core] Add ability to override position limits in Scene initi…
…alizer Adds optional JointPositionLimitsLower and JointPositionLimitsUpper parameters to the Scene initializer to override the configuration limits directly. In the future, this will replace the LowerBound/UpperBound currently exposed in some of the problems.
Configuration menu - View commit details
-
Copy full SHA for 6d9e57f - Browse repository at this point
Copy the full SHA 6d9e57fView commit details -
Merge pull request #10 from ori-drs/topic/add-joint-position-limit-ov…
…errides [exotica_core] Add ability to override position limits in Scene initializer
Configuration menu - View commit details
-
Copy full SHA for c199b37 - Browse repository at this point
Copy the full SHA c199b37View commit details
Commits on Apr 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 11c07f0 - Browse repository at this point
Copy the full SHA 11c07f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a86680 - Browse repository at this point
Copy the full SHA 4a86680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a2601e - Browse repository at this point
Copy the full SHA 9a2601eView commit details -
Merge pull request #11 from ori-drs/topic/deprecate-vel-limits
Deprecate TimeIndexedSamplingProblem::vel_limits
Configuration menu - View commit details
-
Copy full SHA for 89d6df3 - Browse repository at this point
Copy the full SHA 89d6df3View commit details
Commits on Oct 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8a2982f - Browse repository at this point
Copy the full SHA 8a2982fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c239a4f - Browse repository at this point
Copy the full SHA c239a4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd675ae - Browse repository at this point
Copy the full SHA fd675aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3456eac - Browse repository at this point
Copy the full SHA 3456eacView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b1378 - Browse repository at this point
Copy the full SHA f9b1378View commit details -
Configuration menu - View commit details
-
Copy full SHA for 141b963 - Browse repository at this point
Copy the full SHA 141b963View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4761e3 - Browse repository at this point
Copy the full SHA b4761e3View commit details
Commits on Oct 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fa9b721 - Browse repository at this point
Copy the full SHA fa9b721View commit details
Commits on May 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8c4269 - Browse repository at this point
Copy the full SHA c8c4269View commit details