Skip to content
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

Remove (redundant) random seeding and #attempts from RobotState::setFromIK #1288

Merged
merged 11 commits into from
Jan 31, 2019

Commits on Jan 23, 2019

  1. setFromIK(): remove 'attempts' argument

    randomized seeding happens in the kinematics solvers and shouldn't repeated in setFromIK()
    rhaschke committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    eebfe9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80a5dc2 View commit details
    Browse the repository at this point in the history
  3. remove attempts from callees

    rhaschke committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    7fdd51e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8b9a63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b1d207 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51bbcfd View commit details
    Browse the repository at this point in the history
  7. remove attempts from MSA

    rhaschke committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    293a8db View commit details
    Browse the repository at this point in the history
  8. clang-format

    rhaschke committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    1686c32 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. add MIGRATION note

    rhaschke committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    8c8c7a1 View commit details
    Browse the repository at this point in the history
  2. setFromIKSubgroups(): improve timeout handling

    Distribute the remaining time equally to all sub group solvers.
    Also allow random seeding after first loop, by setting first_seed=false.
    rhaschke committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    7b27fe7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8b15e3 View commit details
    Browse the repository at this point in the history