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

Acceleration and Skidpad Tracks Added #266

Merged
merged 7 commits into from
Mar 9, 2021

Commits on Feb 28, 2021

  1. Acceleration Track Added

    Created an Acceleration map. Very simple map with no decorations.
    
    - Required creation of small orange cone assets including small orange cone splines.
    - Created a finish line which stops the time of the startfinish line.
    - Known Bug: All orange cones are being printed as large Orange
    sgirouar5 committed Feb 28, 2021
    Configuration menu
    Copy the full SHA
    d7dae1d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Skidpad Track Added

    Added Skidpad track with no decorations. Track is based on EUFS Implementation found here: https://gitlab.com/eufs/eufs_sim/-/blob/ros2/eufs_gazebo/tracks
    
    Required multiple splines so edited refereeBP.uasset to print out all the splines required. It should not break when doing other tracks and those references do not exist due to the ifvalid check. If there is a better way of doing it, that should be done!
    
    Some fixes to acceleration with better cone distances  (5m)
    
    Bug that all small orange cones are printed to ros as big orange still exists.
    sgirouar5 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    729c85f View commit details
    Browse the repository at this point in the history
  2. Update Competition Maps and Training Map to new Referee

    My changes for the referee to incorporate accel and skidpad tracks broke some references in the existing tracks. Cones were not being output to ros. Updated them so that the blue/yelow cones and start/finish line cones on all maps are now being output.
    sgirouar5 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    9dd49ee View commit details
    Browse the repository at this point in the history
  3. Map Building Tutorial Started (issue FS-Driverless#46)

    Started the documentation for map building tutorial. Please correct me if any information is wrong! Or make edits if more information should be included!
    
    I do not know how to change the weather or daytime cycles so that section needs to be updated.
    sgirouar5 committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    08f7a22 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. Added small orange cone printout

    - Added AppendSmallOrangeCone to Airsim plugin so that cones are now properly being output to ros.
    - Fixed the refereeebp to reflect above.
    sgirouar5 committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    4b21559 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2021

  1. Clean Up Skidpad and Accel

    Added some fence/wall decoration and timers on the walls.
    sgirouar5 committed Mar 7, 2021
    Configuration menu
    Copy the full SHA
    fe57cad View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

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