diff --git a/trick_sims/SIM_cannon_integ/README.md b/trick_sims/SIM_cannon_integ/README.md new file mode 100644 index 00000000..cf7abedd --- /dev/null +++ b/trick_sims/SIM_cannon_integ/README.md @@ -0,0 +1,15 @@ +#SIM\_cannon\_integ + +![CannonPicture](images/CannonInit.png) + +###The Simulation + +This is a simulation of a cannon shooting a cannonball. Given the initial position of the cannon ball, the muzzle velocity (speed) of the cannon ball, and the elevation angle of the cannon barrel the simulation computes the cannon ball's trajectory and time of impact with the ground. + +The acceleration of gravity is assumed to be -9.81 m/s2. + + + + + + \ No newline at end of file diff --git a/trick_sims/SIM_cannon_integ/images/CannonInit.png b/trick_sims/SIM_cannon_integ/images/CannonInit.png new file mode 100644 index 00000000..404ff6c7 Binary files /dev/null and b/trick_sims/SIM_cannon_integ/images/CannonInit.png differ