Penn, John M 047828115
7ccdade441
Fix S_overrides.mk #756
2019-04-24 18:50:08 -05:00
Penn, John M 047828115
cebfc174ae
Don't compile and link HTTP server by default Ref #756
2019-04-24 18:29:50 -05:00
Penn, John M 047828115
b029fae692
Add an experimental mongoose-based embedded web server to SIM_cannon_numeric #756
2019-04-17 17:26:48 -05:00
jmpenn
024cf2eb5f
Update Readme.md
2019-01-15 16:27:11 -06:00
jmpenn
6ba9fbb9cd
Update Readme.md
2019-01-15 16:26:21 -06:00
jmpenn
06002b3f4d
Update Readme.md
2019-01-15 16:25:18 -06:00
Penn, John M 047828115
d76d0e289f
Model Rocket Simulation. Ref #726
2019-01-15 16:23:12 -06:00
Scott Fennell
f0537efb0f
example sim SIM_msd add init body
2018-12-21 14:01:48 -06:00
Scott Fennell
5408b5bc44
refactor example sim SIM_msd
2018-12-21 13:48:38 -06:00
Pappy Van Winkle
121fa84081
Use correct format specifiers.
...
Used http://www.cplusplus.com/reference/cstdio/printf/ as a reference.
2018-10-11 22:52:04 -05:00
Pappy Van Winkle
af2575da5b
Remove all unused variables (style warning).
2018-10-11 22:05:50 -05:00
jmpenn
8c97db25f4
Cleanup the Cannon Readme's and Sim Tweaks of Clarity ( #659 )
...
* Delete a bunch of old png's.
* Make g (acceleration of gravity at sea-level) a parameter rather to make doc cleaner.
* Update Cannon READMEs to be more informative.
2018-08-17 17:07:06 -05:00
jmpenn
6790b27330
Fix heading
2018-07-31 19:05:23 -05:00
jmpenn
d90a979b36
Updates for Example Sims ( #655 )
...
* Move integloop initialization from input file to S_defines create_connections routine
* Add README.md to describe the ball sims.
2018-07-31 19:01:47 -05:00
John M. Penn
e8525ac796
Improved Explosion sound effect. Ref #550
2018-02-05 11:06:14 -06:00
Scott Fennell
aa36c31231
added new mass-spring-damper sim and graphics client ( #555 )
...
* added new mass-spring-damper sim and graphics client
* changed math model image for README.md
* updated math model image for README.md
2018-01-31 13:37:14 -06:00
John M. Penn
054356ec7c
Added sound effects to Cannon variable server client. Ref #550
2018-01-23 11:44:48 -06:00
John M. Penn
bac90aac14
Fix cannon_impact, by updating it to the version in the tutorial. Oops. Ref #439
2017-11-08 14:13:40 -06:00
John M. Penn
9335b9cff8
Fix variable server config in java clients. Ref #474
2017-09-12 12:52:59 -05:00
John M. Penn
0a6e1bbc64
Create a simple Java graphics client for the Ball sims. Ref #472
2017-09-08 16:33:56 -05:00
John M. Penn
821907cd73
Updated units specifications in SIM_sun and SIM_wheelbot.
2017-08-04 18:37:16 -05:00
Thadeus Fleming
bf2759c5c0
Remove deprecated dynamic exception specifiers.
...
Resolves #461
2017-07-28 20:49:42 -05:00
Christopher LaChance
2a79c4a3cd
Sim monte freeze fix. ( #451 )
...
* Extended the size of the character array to fully fit the string.
* Changed to sizeof().
2017-07-05 08:51:56 -05:00
John M. Penn
6aad66646f
Update cannon_impact function for tutorial. Ref #439
2017-06-13 15:53:44 -05:00
John M. Penn
6c73951488
fix path to SunDisplay.jar in SIM_sun/RUN_test/input.py
2017-06-06 14:28:22 -05:00
John M. Penn
11aa54d4a4
Updates for SIM_wheelbot. Ref #438
2017-06-06 14:20:12 -05:00
John M. Penn
876075e325
Use include paths relative to TRICK_HOME/include in Cannon sims. Ref #438
2017-06-06 13:04:12 -05:00
John M. Penn
f9c0b16451
More heading fixes in various README.md files
2017-05-11 17:44:43 -05:00
John M. Penn
135d49c4eb
Fix heading in SIM_parachute README.md
2017-05-11 17:27:35 -05:00
John M. Penn
02a2536a9f
Fix minor typo in SIM_wheelbot README.md
2017-05-11 17:24:45 -05:00
John M. Penn
a74282bd64
Update trick_sims gitignore to ignore the build dir, and remove gitignore file in SIM_sat2d. Ref #419
2017-05-11 16:48:01 -05:00
John M. Penn
9f7ab75a6b
Fixed gitignore rules, added SatDisplay.java, and uncapitalized SIM_sun graphics directory. Ref #419
2017-05-11 16:18:42 -05:00
Derek Bankieris
2335f6bb69
Correct Monte Carlo compiler error on CentOS 7
...
Also change the Cannon sim monte_post jobs to use mc_read/write instead
of tc_read/write
Refs #396
2017-03-24 08:11:32 -05:00
John M. Penn
1b1490a972
Add 2D Satellite Simulation. Ref #387
2017-02-28 15:49:35 -06:00
Derek Bankieris
c3b5da975a
Oops
...
Refs #369
2017-01-09 08:40:27 -06:00
Derek Bankieris
7a08829d3d
Introduce makefile variable TRICK_SYSTEM_LDFLAGS
...
Like other TRICK_SYSTEM variables, users should not modify this.
This renders TRICK_LDFLAGS and TRICK_USER_LINK_LIBS redundant. While we
would like to eventually remove TRICK_USER_LINK_LIBS, it's not likely to
ever actually happen.
Refs #369
2016-12-14 12:36:21 -06:00
John M. Penn
9ac0f64f10
Organize model functions and prototypes. Refs #338
2016-11-17 16:04:07 -06:00
Michael Vetter
18f0d7e871
Remove trailing whitespaces
...
Makes it easier to edit the files. So if we press 'end of line' we are
really at the end of line.
2016-11-08 10:25:07 +01:00
John M. Penn
8ad462cd1c
Improve organization of Cannon sim files. Ref #338
2016-11-01 18:16:26 -05:00
John M. Penn
e66fc2bbd5
Update test target because SIM_cannon_integ renamed to Sim_cannon_numeric
2016-10-27 18:11:15 -05:00
John M. Penn
906a92db66
update trick_sims test target for deleted Cannon sims
2016-10-27 17:38:14 -05:00
John M. Penn
0c5a4a07c2
Add RUN_graphics scenario to SIM_cannon_numeric
2016-10-27 14:37:14 -05:00
John M. Penn
11f52b9274
Update impact time calculation in canon analytic
2016-10-27 13:19:27 -05:00
John M. Penn
37a75bc34e
Update SIM_cannon_numeric
2016-10-20 19:12:31 -05:00
John M. Penn
8b89bac5ad
Update cannon headers
2016-10-20 19:10:58 -05:00
John M. Penn
c1a60f3c8f
Moved README.md and images from SIM_cannon_integ to SIM_cannon_numeric
2016-10-20 19:08:41 -05:00
John M. Penn
8e7285f116
Add modelTime integration to SIM_cannon_numeric
2016-10-20 17:39:32 -05:00
John M. Penn
4f9c1cdc0b
Get rid of SIM_cannon_dt and combine Sim_cannon_contact and SIM_cannon_integ
2016-10-20 17:35:27 -05:00
John M. Penn
8f585baae2
Worked out a design for the Cannonball Variable server client that I'm happy with. Ref#320
2016-10-19 18:20:32 -05:00
John M. Penn
9b1ef5404a
Update SIM_cannon_analytic and add ability to launch new graphics client. Ref #320
2016-10-19 17:39:47 -05:00