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

many changes to edge_{velocity,acceleration,jerk} #112

Open
wants to merge 15 commits into
base: melodic-devel
Choose a base branch
from

Commits on Dec 23, 2018

  1. space cleanup

    pingplug committed Dec 23, 2018
    Configuration menu
    Copy the full SHA
    752788e View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2018

  1. add velocity edges

    pingplug committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    2ba6b3c View commit details
    Browse the repository at this point in the history
  2. add acceleration edges

    pingplug committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    c7bae48 View commit details
    Browse the repository at this point in the history
  3. add omni_type option

    pingplug committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    893d5ee View commit details
    Browse the repository at this point in the history
  4. fix typo

    pingplug committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    44c3553 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2018

  1. fix wrong type

    pingplug committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    9b0dec1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aa3071 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2162970 View commit details
    Browse the repository at this point in the history
  4. move out more things

    pingplug committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    9cdab59 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2018

  1. rename variables

    pingplug committed Dec 26, 2018
    Configuration menu
    Copy the full SHA
    4f0c14d View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2018

  1. remove old holonomic edges

    pingplug committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    37056ae View commit details
    Browse the repository at this point in the history
  2. tweaks

    use shorter function name
    add cfg_->trajectory.exact_arc_length to holonomic robot
    use (fabs(dz) > delta) instead of (dz != 0)
    pingplug committed Dec 28, 2018
    Configuration menu
    Copy the full SHA
    7d56cc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdfedf0 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2018

  1. more exact_arc_length

    pingplug committed Dec 29, 2018
    Configuration menu
    Copy the full SHA
    55278db View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2018

  1. add jerk limit

    fix acceleration bug
    tweak comment
    change file mode
    tweak default parameters
    pingplug committed Dec 30, 2018
    Configuration menu
    Copy the full SHA
    c0f8304 View commit details
    Browse the repository at this point in the history