Trick Simulation Environment. Trick provides a common set of simulation capabilities and utilities to build simulations automatically.
Go to file
Alex Lin 24a081a32b Event messages not printing
After further discussion, it was revealed that the event printouts would stop
coming out if a new event was created.  Found that the constructor of the
event was clearing out the static info_msg flag all events used to test
for printing.  Removed the assignment in the constructor and set the
initial value of the info_msg flag to false at the declaration point.

Fixes #38
2015-04-06 08:19:16 -05:00
bin Revert "Remove dependency on perl Digest::MD5" 2015-04-06 08:00:51 -05:00
docs Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
doxygen Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
makefiles Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
man/man1 Initial commit of everything. 2015-02-26 09:02:31 -06:00
trick_models Wrote a README file that clearly describes the simulation. Also updated the simulation code to be clear and consistent with the documentation. Fixes #36 2015-03-27 15:56:15 -05:00
trick_sims A few touchups to SIM_parachute README. Fix #36 2015-03-27 16:59:30 -05:00
trick_source Event messages not printing 2015-04-06 08:19:16 -05:00
.gitignore Clean up once include variables 2015-03-23 17:01:40 -05:00
configure Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
LICENSE Adding license. 2015-02-25 08:47:59 -06:00
Makefile Cleaning up once include variables and copyright cleanup. 2015-03-23 16:03:14 -05:00
README.md Update README.md 2015-03-04 10:29:59 -06:00
trick-0.png Added coming soon sign. 2015-02-17 11:06:12 -06:00

trick_logo

The Trick Simulation Environment is developed at the NASA Johnson Space Center. Tricks flexible feature set enables users to build applications for all phases of space vehicle development including early vehicle design and performance evaluation, flight software development and testing, flight vehicle dynamic loads analysis, and virtual and hardware in the loop training. Tricks purpose is to provide a common set of simulation capabilities allowing the domain experts to concentrate on their domain specific models, rather than simulation-specific functions like an job ordering, input file processing, or data recording.

Installing Trick

The Installing Trick wiki page includes instructions to install Trick.

User's Guide

The full User's Guide is in the wiki pages.

Tutorial

The Trick tutorial explaining how to start using Trick can be found in the docs directory.

License

Trick is released under the NASA Open Source Agreement Version 1.3 license.