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

Sw/update velocity #34

Merged
merged 14 commits into from
Nov 18, 2023
Merged

Sw/update velocity #34

merged 14 commits into from
Nov 18, 2023

Commits on Oct 27, 2023

  1. Create velocity_updater.py

    Basic framework of VelocityUpdater class, just applies constant acceleration to the buggy
    PatXue committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    9f00e35 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Add velocity_updater node

    Added velocity_updater node to launch file
    PatXue committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    265eada View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Comment out mpc node

    Removed mpc_calculator node from launch file to remove terminal error message when running simulation
    PatXue committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1ed910c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    f358928 View commit details
    Browse the repository at this point in the history
  2. Method to vary acceleration w/ time

    Added calculate_accel function to vary velocity over time (currently accelerates for 20s and then stops)
    PatXue committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    2fc429a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

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

Commits on Nov 8, 2023

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

Commits on Nov 13, 2023

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

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    80539b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    268105e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Configuration menu
    Copy the full SHA
    e725236 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    843bb26 View commit details
    Browse the repository at this point in the history
  3. Fixed some small errors

    Velocity updater code now works for both simulating single buggies and 2 buggies
    PatXue committed Nov 18, 2023
    Configuration menu
    Copy the full SHA
    ab66ca4 View commit details
    Browse the repository at this point in the history