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

Sim launch position arg #43

Merged
merged 14 commits into from
Feb 26, 2024
Merged

Sim launch position arg #43

merged 14 commits into from
Feb 26, 2024

Commits on Feb 17, 2024

  1. Setup system to get starting pose from start dist

    Code still not tested, could not figure out how to import world and trajectory into engine.py
    PatXue committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    f364b7f View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Copy trajectory and dependencies into 2d_sim

    Ideally would figure out how to not have to do this and just import them directly from auton directory
    PatXue committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    0f3faa1 View commit details
    Browse the repository at this point in the history
  2. Do world to utm conversion without world.py

    Rather than dealing with the two different Pose classes (from pose.py and rospy), just do the conversion directly in engine.oy
    PatXue committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    619d327 View commit details
    Browse the repository at this point in the history
  3. Start auton from start_dist as well

    The sim now seems to start the buggy at the correct place, but auton doesn't seem to take it well and causes buggy to steer in very tight circles (buggy appears static on map)
    PatXue committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    dda9bb1 View commit details
    Browse the repository at this point in the history
  4. Fix pylint complaint

    PatXue committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    bc4aae4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b93e163 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25e8eb7 View commit details
    Browse the repository at this point in the history
  7. Fix merge issues

    gzaragoza314 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    39fb84a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    5b97a20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0fedbb View commit details
    Browse the repository at this point in the history
  3. Fix pylint complaint

    PatXue committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    0fc5a93 View commit details
    Browse the repository at this point in the history
  4. Add ability to use start_pos as dict key

    Uses start_pos arg as dict key if valid key, and as distance otherwise
    PatXue committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    71d63f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    622216c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3fb74e View commit details
    Browse the repository at this point in the history