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

Linear acceleration for strafing and rotating #18

Open
wants to merge 8 commits into
base: 6460-main-dev
Choose a base branch
from

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    9c66e0c View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    05ed8b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Implemented getRobotSpeed method to calculate speed of robot using th…

    …e strafe angle, strafing speed, wheel speeds, and speed factor; implemented getMinStrafeSpeed and getMaxStrafeSpeed methods to, respectively, get minimum and maximum strafing speeds of robot using getRobotSpeed method with minimum and maximum strafing power constants; set min_strafe_speed and max_strafe_speed variables to minimum and maximum strafing speeds, respectively
    smyansengupta committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    8d36a8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2344924 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Configuration menu
    Copy the full SHA
    a9e8aac View commit details
    Browse the repository at this point in the history
  2. Removed getMinStrafeSpeed and getMaxStrafeSpeed methods, instead call…

    …ing getRobotSpeed directly from getHalfStrafeTime
    smyansengupta committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    62aab9a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Implemented getHalfRotateTime to calculate half the time it takes to …

    …do a rotation based on the angle and the speed; added ROTATION_RADIUS constant which will be used for the calculations of the angular velocity
    6460 committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    ad0dd19 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Configuration menu
    Copy the full SHA
    f82938f View commit details
    Browse the repository at this point in the history