Trick Simulation Environment. Trick provides a common set of simulation capabilities and utilities to build simulations automatically.
Go to file
Derek Bankieris 1682a0d3c5 Add udunits custom install directory to rpath
Other things I tried:

1. Pass the full path of the library directly to the linker.
Doesn't work for 32-bit builds because ICG needs the 64-bit version.

2. Use -static to have the linker statically link in the library.
Doesn't work because there is no 64-bit static library on default
installs.

Fixes #525
2017-12-05 09:16:53 -06:00
autoconf Add udunits custom install directory to rpath 2017-12-05 09:16:53 -06:00
bin Fixed typo in trick-units. 2017-08-01 15:39:12 -05:00
doxygen Generate Doxygen files for Trick headers 2017-03-20 10:57:34 -05:00
include/trick Implemented a fix for multiple concurrent file handles. 2017-10-27 14:35:54 -05:00
libexec/trick Restore (module="sim_services") to Trick %imports 2017-11-03 10:22:38 -05:00
pymods/trick Fix Pylint issues 2017-03-28 16:16:34 -05:00
share Add --with-udunits path to TRICK_EXCLUDE 2017-12-04 11:02:03 -06:00
test Some unit test warnings addressed. (#515) 2017-11-29 15:35:16 -06:00
trick_sims Fix cannon_impact, by updating it to the version in the tutorial. Oops. Ref #439 2017-11-08 14:13:40 -06:00
trick_source Some unit test warnings addressed. (#515) 2017-11-29 15:35:16 -06:00
.gitattributes Fix #52 : Created a python script to generate the changelog 2015-05-05 11:19:48 -05:00
.gitignore Separate ICG & SWIG exclusion constructs 2017-03-27 15:19:43 -05:00
configure Add udunits custom install directory to rpath 2017-12-05 09:16:53 -06:00
LICENSE Adding license. 2015-02-25 08:47:59 -06:00
Makefile Removed accidental addition to clean_doxygen. 2017-11-28 09:05:07 -06:00
README.md Updated Trick Logo and increased size. 2017-10-05 14:55:31 -05:00
TrickLogo.png Renamed trick logo file. 2017-10-05 14:54:39 -05:00

Trick Logo

The Trick Simulation Environment, developed at the NASA Johnson Space Center, is a powerful simulation development framework that enables users to build applications for all phases of space vehicle development. Trick expedites the creation of simulations for early vehicle design, performance evaluation, flight software development, flight vehicle dynamic load analysis, and virtual/hardware in the loop training. Trick's purpose is to provide a common set of simulation capabilities that allow users to concentrate on their domain specific models, rather than simulation-specific functions like job ordering, input file processing, or data recording.

Install Guide Tutorial Documentation
Follow the installation guide to properly configure Trick on your operating system. Complete the tutorial to become familiar with the basics. Visit the documentation for a more complete understanding of Trick.
Related Projects Frequently Asked Questions How-To Guides
View some of the many projects that use Trick. Read some of the most frequently asked questions pertaining to Trick. See a collection of how-to guides detailing common Trick processes.

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