Skip to content

Trick Simulation Environment 19.6.0

Compare
Choose a tag to compare
@jdeans289 jdeans289 released this 23 Jun 17:23
· 162 commits to master since this release
  • Support for LLVM/clang 15
  • Support for Python 3.11
  • Add new MonteCarloGenerate capability from EG CML
  • Significant TrickOps enhancements
    • For more information, see the documentation on TrickOps
  • New example sims - SIM_aircraft and SIM_robot
  • Add input file command to terminate a sim if a Python event errors out:
    trick.terminate_on_event_parse_error(<True|False>)
  • Add a command line flag to S_main to move all runtime file changes into the output directory, allowing for a read only sim directory:
    --read-only-sim
  • Add a compilation flag to allow ICG to parse to a specific C++ standard
    TRICK_ICGFLAGS += -icg-std=c++11
  • Add a make spotless target at the root makefile. This is recommended before building the upgraded version of Trick.
  • Improved testing
  • Various stability improvements and bugfixes
  • Documentation improvements (thanks to @Codym48 and @garshaam for their contributions!)