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

Run batch simulations over set of startup params in yaml file #125

Merged
merged 32 commits into from
Jan 31, 2023

Commits on Jan 24, 2023

  1. proof of concept for looping over simulation parameters

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    f3270ac View commit details
    Browse the repository at this point in the history
  2. try to fix

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    7bd9088 View commit details
    Browse the repository at this point in the history
  3. set on_exit shutdown in launch files

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d78e16e View commit details
    Browse the repository at this point in the history
  4. install script and example batch sim params; add launch file; set def…

    …ault to use example sim params
    
    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    93866dc View commit details
    Browse the repository at this point in the history
  5. add rosbag and a log file; rename some things

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    c2cf6ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    326197f View commit details
    Browse the repository at this point in the history
  7. fix max scale in example yaml

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    a2203b6 View commit details
    Browse the repository at this point in the history
  8. typo

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e393454 View commit details
    Browse the repository at this point in the history
  9. remove noisy prints; get tests passing

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    94fce17 View commit details
    Browse the repository at this point in the history
  10. use argparse

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    48667fd View commit details
    Browse the repository at this point in the history
  11. mbari_wec/model.sdf is now generated by empy

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    7001355 View commit details
    Browse the repository at this point in the history
  12. try to debug pc commands test

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    0ce6b71 View commit details
    Browse the repository at this point in the history
  13. debug pc commands test

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    e0c211b View commit details
    Browse the repository at this point in the history
  14. increase timeout; remove debugging prints

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    b1c274c View commit details
    Browse the repository at this point in the history
  15. keep debugging

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    78ed18a View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. keep debugging

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b800a3a View commit details
    Browse the repository at this point in the history
  2. keep debugging

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    469aca9 View commit details
    Browse the repository at this point in the history
  3. remove debugging code

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    c45d4ea View commit details
    Browse the repository at this point in the history
  4. set z_ww for doors open/closed -- unused until #115

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    d990b32 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. fix argparse

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    862308c View commit details
    Browse the repository at this point in the history
  2. cleanup prints; remove default arg for batch launch

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    b384e19 View commit details
    Browse the repository at this point in the history
  3. change iterations to duration in batch params yaml

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    8ccb07d View commit details
    Browse the repository at this point in the history
  4. clean up

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    780e53a View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. clean up

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    20d3f06 View commit details
    Browse the repository at this point in the history
  2. added plumbing for random seed but not yet supported by our version o…

    …f gz sim
    
    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    9e318a1 View commit details
    Browse the repository at this point in the history
  3. make new directory for batch results; copy params yaml to results; ti…

    …mestamp everything; put rosbag names in log
    
    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    1fda8d9 View commit details
    Browse the repository at this point in the history
  4. add some info prints

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    f387c0a View commit details
    Browse the repository at this point in the history
  5. flake8

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    363c37f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. error checking; let --seed be optional and other params default; dura…

    …tion required
    
    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    4fbe16c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    5ee531c View commit details
    Browse the repository at this point in the history
  2. connect batching template to viscous drag plugin

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    da98f2c View commit details
    Browse the repository at this point in the history
  3. retest until pass

    Signed-off-by: Michael Anderson <[email protected]>
    andermi committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    8176ac5 View commit details
    Browse the repository at this point in the history