├── .gitattributes ├── AttitudeError.m ├── HN_t.m ├── LICENSE ├── MAVERICK.m ├── PD.m ├── PD_controller_gains.m ├── PosVelOrbit.m ├── PosVelOrbit_test.m ├── RK4.m ├── RK4_tests.m ├── RcN_t.m ├── RnN_t.m ├── RsN.m ├── angle_between_two_vec.m ├── dcm2mrp.m ├── full_simulation.m ├── mars_orbiter_project_definition.pdf ├── mrp2dcm.m ├── spacecraft_sim_test_1.m ├── spacecraft_sim_test_gmo_pointing.m ├── spacecraft_sim_test_nadir_pointing.m ├── spacecraft_sim_test_sun_pointing.m ├── tilde_matrix.m ├── wN_RcN.m ├── wN_RnN.m └── ydot_rk4_test.m /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/.gitattributes -------------------------------------------------------------------------------- /AttitudeError.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/AttitudeError.m -------------------------------------------------------------------------------- /HN_t.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/HN_t.m -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/LICENSE -------------------------------------------------------------------------------- /MAVERICK.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/MAVERICK.m -------------------------------------------------------------------------------- /PD.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/PD.m -------------------------------------------------------------------------------- /PD_controller_gains.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/PD_controller_gains.m -------------------------------------------------------------------------------- /PosVelOrbit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/PosVelOrbit.m -------------------------------------------------------------------------------- /PosVelOrbit_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/PosVelOrbit_test.m -------------------------------------------------------------------------------- /RK4.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/RK4.m -------------------------------------------------------------------------------- /RK4_tests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/RK4_tests.m -------------------------------------------------------------------------------- /RcN_t.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/RcN_t.m -------------------------------------------------------------------------------- /RnN_t.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/RnN_t.m -------------------------------------------------------------------------------- /RsN.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/RsN.m -------------------------------------------------------------------------------- /angle_between_two_vec.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/angle_between_two_vec.m -------------------------------------------------------------------------------- /dcm2mrp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/dcm2mrp.m -------------------------------------------------------------------------------- /full_simulation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/full_simulation.m -------------------------------------------------------------------------------- /mars_orbiter_project_definition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/mars_orbiter_project_definition.pdf -------------------------------------------------------------------------------- /mrp2dcm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/mrp2dcm.m -------------------------------------------------------------------------------- /spacecraft_sim_test_1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/spacecraft_sim_test_1.m -------------------------------------------------------------------------------- /spacecraft_sim_test_gmo_pointing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/spacecraft_sim_test_gmo_pointing.m -------------------------------------------------------------------------------- /spacecraft_sim_test_nadir_pointing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/spacecraft_sim_test_nadir_pointing.m -------------------------------------------------------------------------------- /spacecraft_sim_test_sun_pointing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/spacecraft_sim_test_sun_pointing.m -------------------------------------------------------------------------------- /tilde_matrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/tilde_matrix.m -------------------------------------------------------------------------------- /wN_RcN.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/wN_RcN.m -------------------------------------------------------------------------------- /wN_RnN.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/wN_RnN.m -------------------------------------------------------------------------------- /ydot_rk4_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/parthp08/MAVERICK/HEAD/ydot_rk4_test.m --------------------------------------------------------------------------------