From ce7ce685f7c5b34baa4b04d6a5afc8916e2b16fd Mon Sep 17 00:00:00 2001 From: Mark Suder Date: Wed, 17 Jul 2024 14:06:09 -0400 Subject: [PATCH] https://github.com/nasa/nos3/issues/227 - Add thrusters to 42 spacecraft file. Submodule update. --- cfg/InOut/SC_NOS3.txt | 18 +++++++++++++++--- components/generic_thruster | 2 +- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/cfg/InOut/SC_NOS3.txt b/cfg/InOut/SC_NOS3.txt index 442e8e95..10bf7654 100644 --- a/cfg/InOut/SC_NOS3.txt +++ b/cfg/InOut/SC_NOS3.txt @@ -99,11 +99,23 @@ NONE ! Drag/Jitter Input File Name 0.0 0.0 1.0 ! MTB Axis Components, [X, Y, Z] 0 ! Flex Node Index ************************* Thruster Parameters ************************** -0 ! Number of Thrusters +3 ! Number of Thrusters ============================== Thr 0 ================================= -PULSED ! Mode (PULSED or PROPORTIONAL) +PROPORTIONAL ! Mode (PULSED or PROPORTIONAL) 1.0 ! Thrust Force (N) --1.0 0.0 0.0 ! Thrust Axis +1.0 0.0 0.0 ! Thrust Axis +0 ! Body +0 ! Node +============================== Thr 0 ================================= +PROPORTIONAL ! Mode (PULSED or PROPORTIONAL) + 1.0 ! Thrust Force (N) +0.0 1.0 0.0 ! Thrust Axis +0 ! Body +0 ! Node +============================== Thr 0 ================================= +PROPORTIONAL ! Mode (PULSED or PROPORTIONAL) + 1.0 ! Thrust Force (N) +0.0 0.0 1.0 ! Thrust Axis 0 ! Body 0 ! Node ******************************* Gyro ************************************ diff --git a/components/generic_thruster b/components/generic_thruster index 6af599bd..6d5a1a4c 160000 --- a/components/generic_thruster +++ b/components/generic_thruster @@ -1 +1 @@ -Subproject commit 6af599bd339aabc065ea209ee9a377296e151e3c +Subproject commit 6d5a1a4c3a5d19d5a1051143d823781c53336d18