SSU public release comments/bug reports

Status
Not open for further replies.

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,664
Reaction score
2,384
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
Also I was wondering if the grappling could be made to, unattach the OBSS from the MPMs, then grapple with the RMS, without releasing it first.

Could. We just didn't implement it yet.;)
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,925
Reaction score
232
Points
138
Location
Cape
Could it be done with the station arm as well, I mean, hold the object until the station arm grapples it, and vice versa ?
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,664
Reaction score
2,384
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
Could it be done with the station arm as well, I mean, hold the object until the station arm grapples it, and vice versa ?

Would be harder. Inside the orbiter, this should be no problem to tell that an object which we want to grapple is currently child of the orbiter itself.
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,925
Reaction score
232
Points
138
Location
Cape
That was my guess. :(
 

SiameseCat

Addon Developer
Addon Developer
Joined
Feb 9, 2008
Messages
1,699
Reaction score
2
Points
0
Location
Ontario
The attachment points controlled by SSU (the RMS, MPMs and the PLBD latches) can grapple objects already attached to another vessel. There isn't anyway to do this with the station arm without changing the SSRMS code.
 

BenSisko

Donator
Donator
Joined
Feb 18, 2008
Messages
420
Reaction score
45
Points
28
It took a while but here's what I have:
The Columbus would be better attached to the 0:6,Atlantis but you may have to change the direction or rotaion of the attachment point or both. Remember the older payloads were done before the SSU shuttle's attachment points worked.
obssgrapple.png


This is OBSS grapple and demonstrates several things; Misaligned aft MPM, Misplaced Columbus. I used attached 0:6, STS-101 (see below) but how do I get the depth "z" position correctly?

Code:
STS-122\payload:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS -3281645.29 -3341819.47 -4813660.87
  RVEL 3301.887 4455.209 -5348.291
  AROT 14.67 -54.71 84.98
  VROT -0.12 -0.05 -0.04
  ATTACHED 0:6,STS-101
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 2 1.000000
  SEQ 1 -2 0.000133
END
 
In STS-122 launch and De-Orbit scenarios, I could only get the RMS and OBSS on the MPM's in the stowed position by adding:

@SUBSYSTEM RMS
  RMS
  ARM_STATUS 0.500000 0.013600 0.014688 0.500000 0.500000 0.500000
  SHOULDER_BRACE 0.000
  GRAPPLE 1 1.0000
  RIGIDIZE 1 1.0000
  EXTEND 1 1.0000
  RMS_ELBOW_CAM 0.0000 0.0000
  RMS_ROLLOUT 0 0.0000
  RMS_LATCHES 0 0.0000
@ENDSUBSYSTEM  ;RMS
@SUBSYSTEM STBD_MPM
  STBD_MPM_ROLLOUT 0 0.0000
  STBD_MPM_LATCHES 1 1.0000
  STBD_MPM_ATTACHED_PAYLOAD Ultra_OBSS 0
@ENDSUBSYSTEM  ;STBD_MPM
END
 
I'll post the entire scenario. Unless modified as shown, I'd get an immediate CTD with the error log stating there is no vessel "STBD_MPM"
 
 
STS-122 Launch T-9:00
BEGIN_DESC
Launch Space Shuttle Atlantis from Launch Complex 39A at the Kennedy Space Center for mission STS-101.
END_DESC
BEGIN_ENVIRONMENT
  System Sol
  Date MJD 51982.9069682177
  Context SSU
END_ENVIRONMENT
BEGIN_FOCUS
  Ship Atlantis
END_FOCUS
BEGIN_CAMERA
  TARGET Atlantis
  MODE Extern
  POS 2.89 -0.51 -70.39
  TRACKMODE TargetRelative
  FOV 50.00
  BEGIN_PRESET
    Cockpit:STS-101:40.00
    Ground:STS-101:40.00:Earth -80.62339 28.61960 110.00
    Track:STS-101:50.00:RELATIVE 2.890 -0.009 -1.229
    Ground:STS-101:10.00:Earth -80.65298 28.58028 20.00
    Track:ISS:40.00:RELATIVE 1.983 -0.474 -0.522
    Track:Earth:40.00:GLOBAL 2.896 2.132 -0.331
  END_PRESET
END_CAMERA
BEGIN_HUD
  TYPE Surface
END_HUD
BEGIN_MFD Left
  TYPE Surface
END_MFD
BEGIN_MFD Right
  TYPE Orbit
  PROJ Ship
  REF Earth
END_MFD
BEGIN_SHIPS
ISS:ProjectAlpha_ISS
  STATUS Orbiting Earth
  RPOS -3833430.64 5480334.56 -803952.35
  RVEL 6169.424 3967.476 -2315.171
  AROT 110.00 -10.00 80.00
  PRPLEVEL 0:1.000
  IDS 0:1 10 1:2 10 2:3 10 3:4 10 4:5 10
  NAVFREQ 0 0
  XPDR 466
END
MLP-2:Atlantis_MLP
  STATUS Landed Earth
  POS -80.6040620 28.608403
  HEADING 0.00
  NAVFREQ 0 0
  T0_UMB 0 0.0000
END
LCC:SSU_LCC
  STATUS Landed Earth
  POS -80.6040745 28.6083855
  HEADING 270.00
  LAUNCH_MJD 54396.651625
  PAD_NAME LC39A
  SHUTTLE_NAME Discovery
END
LC39A:SSU_Pad
  STATUS Landed Earth
  POS -80.6040720 28.6083850
  HEADING 270.00
  NAVFREQ 0 0
  ACCESS_ARM 1 1.0000
  GVA 1 1.0000
  VENTHOOD 1 1.0000
  FSS_OWP 0 0.0000
  RSS_OWP 0 0.0000
  RSS 1 1.0000
  FSS_GH2 0 0.0000
  FSS_IAA 0 0.0000
  GOX_SEQUENCE 2
END
LC39B:SSU_Pad
  STATUS Landed Earth
  POS -80.6207920 28.6272650
  HEADING 270.00
  NAVFREQ 0 0
  ACCESS_ARM 0 0.0000
  GVA 0 0.0000
  VENTHOOD 0 0.0000
  FSS_OWP 0 0.0000
  RSS_OWP 0 0.0000
  RSS 1 1.0000
  FSS_GH2 0 0.0000
  FSS_IAA 0 0.0000
  GOX_SEQUENCE 2
END
Atlantis:SpaceShuttleUltra
  STATUS Landed Earth
  POS -80.6232502 28.6197342
  HEADING 0.00
  ATTACHED 0:0,MLP-2
  PRPLEVEL 0:1.000 1:1.000 2:1.000 3:1.000 4:1.000 5:1.000 6:1.000 7:1.000 8:1.000
  NAVFREQ 0 0
  CONFIGURATION 0
  ODS
  MET 0.000
  WING_NAME Atlantis
  STBD_MPM
  RMS
  ODS
  MRL 1.000000 1.000000
  GRAPPLE 1 1.0000
  RIGIDIZE 1 1.0000
  EXTEND 1 1.0000
  SAT_OFS_X 0.000
  SAT_OFS_Y 0.000
  SAT_OFS_Z 0.000
  OPS 101
  AUTOPILOT 51.600000 80.500000 105000.000000 7607.601000 0.730000
  ASSIST 133.000000 298.000000
  THROTTLE_BUCKET 1789.0 2094.0 
  HEADS_UP 13214.0
  TGT_ID 2
  BODY_VECT 1
  ROLL 0.000
  PITCH 0.000
  YAW 0.000
  P 0.000
  Y 0.000
  OM -1.000
  GEAR 0 0.0000
  STBD_RMS 1
  EE MODE 1
  CRT_SEL 1 1
  LPROBEARM 1
  LPROBE 2
  RPROBEARM 1
  RPROBE 2
  LOMS 1
  ROMS 1
  AIR_DATA_PROBES 0.000000 0.000000
  BOILERN2SPLY0 0
  BOILERN2SPLY1 0
  BOILERN2SPLY2 0
  BOILERCNTLR0 0
  BOILERCNTLR1 0
  BOILERCNTLR2 0
  BOILERHTR0 0
  BOILERHTR1 0
  BOILERHTR2 0
  APUFUTKVLV0 1
  APUFUTKVLV1 1
  APUFUTKVLV2 1
  APUCNTLRPWR0 1
  APUCNTLRPWR1 1
  APUCNTLRPWR2 1
  HYDCIRCPUMP0 1
  HYDCIRCPUMP1 1
  HYDCIRCPUMP2 1
  APUAUTOSHTDN 0
  APUSPDSEL0 1
  APUSPDSEL1 1
  APUSPDSEL2 1
  APUCNTRL0 1
  APUCNTRL1 1
  APUCNTRL2 1
  HYDMNPMPPRESS0 0
  HYDMNPMPPRESS1 0
  HYDMNPMPPRESS2 0
  MPSENGPWR00 0
  MPSENGPWR01 0
  MPSENGPWR02 0
  MPSENGPWR10 0
  MPSENGPWR11 0
  MPSENGPWR12 0
  HEISOLA0 0
  HEISOLA1 0
  HEISOLA2 0
  HEISOLB0 0
  HEISOLB1 0
  HEISOLB2 0
  APU0 0
  APU1 0
  APU2 0
  HYDRAULIC_PRESS0 0
  HYDRAULIC_PRESS1 0
  HYDRAULIC_PRESS2 0
  FUEL_PRESS0 0
  FUEL_PRESS1 0
  FUEL_PRESS2 0
  MPS0 1
  MPS1 1
  MPS2 1
  L_ET_UMB_DOOR 1.000
  R_ET_UMB_DOOR 1.000
  ET_DOOR_LATCHES 0.000000 1.000000 1.000000
  MTU_MET_RUNNING 0
  MTU_MET0 0.000
  MTU_MET1 0.000
  MTU_MET2 0.000
   EVENT_TIMER0 540.000000 DOWN STOPPED
   EVENT_TIMER1 0.000000 DOWN STOPPED
@SUBSYSTEM RMS
  RMS
  ARM_STATUS 0.500000 0.013600 0.014688 0.500000 0.500000 0.500000
  SHOULDER_BRACE 0.000
  GRAPPLE 1 1.0000
  RIGIDIZE 1 1.0000
  EXTEND 1 1.0000
  RMS_ELBOW_CAM 0.0000 0.0000
  RMS_ROLLOUT 0 0.0000
  RMS_LATCHES 0 0.0000
@ENDSUBSYSTEM  ;RMS
@SUBSYSTEM STBD_MPM
  STBD_MPM_ROLLOUT 0 0.0000
  STBD_MPM_LATCHES 1 1.0000
  STBD_MPM_ATTACHED_PAYLOAD Ultra_OBSS 0
@ENDSUBSYSTEM  ;STBD_MPM
END
STS-122\payload:spacecraft\spacecraft3
  STATUS Landed Earth
  RPOS -3169082.88 -3229089.93 -4970880.29
  RVEL 3472.188 4545.989 -5161.218
  AROT -175.22 14.12 -40.57
  ATTACHED 0:6,Atlantis
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
 CURRENT_PAYLOAD 0
  SEQ 0 -2 0.000000
  SEQ 1 -2 0.000000
  SEQ 2 -2 0.000000
  SEQ 3 -2 0.744333
  SEQ 4 2 0.497979
  SEQ 5 2 0.806975
  SEQ 6 -2 0.717533
  SEQ 7 -2 0.500000
  SEQ 8 -2 0.738610
  SEQ 9 -2 0.500000
END
Ultra_OBSS:spacecraft\spacecraft3
  STATUS Landed Earth
  RPOS -3169082.36 -3229093.49 -4970881.75
  RVEL 3472.188 4545.989 -5161.218
  AROT -175.22 14.12 -40.88
  ATTACHED 0:1,Atlantis
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
Columbus:spacecraft\spacecraft3
  STATUS Landed Earth
  RPOS -3169082.65 -3229090.06 -4970878.35
  RVEL 3472.188 4545.989 -5161.218
  AROT -175.22 14.12 -40.57
  ATTACHED 0:3,STS-122\payload
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
Colex3:spacecraft\spacecraft3
  STATUS Landed Earth
  RPOS -3169082.65 -3229090.06 -4970878.35
  RVEL 3472.188 4545.989 -5161.218
  AROT -175.22 14.12 -40.57
  ATTACHED 0:2,ColESP
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
Colex2:spacecraft\spacecraft3
  STATUS Landed Earth
  RPOS -3169082.65 -3229090.06 -4970878.35
  RVEL 3472.188 4545.989 -5161.218
  AROT -175.22 14.12 -40.57
  ATTACHED 0:1,ColESP
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
Colex1:spacecraft\spacecraft3
  STATUS Landed Earth
  RPOS -3169082.65 -3229090.06 -4970878.35
  RVEL 3472.188 4545.989 -5161.218
  AROT -175.22 14.12 -40.57
  ATTACHED 0:0,ColESP
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
ColESP:spacecraft\spacecraft3
  STATUS Landed Earth
  RPOS -3169083.69 -3229090.15 -4970883.78
  RVEL 3472.188 4545.989 -5161.218
  AROT -175.22 14.12 -40.57
  ATTACHED 0:1,STS-122\payload
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
END_SHIPS

Finally, to Donamy, I was already using the SSU v1.25 Ultra_OBSS config. but it still jumps at the start of the simulation.
 
Last edited by a moderator:

SiameseCat

Addon Developer
Addon Developer
Joined
Feb 9, 2008
Messages
1,699
Reaction score
2
Points
0
Location
Ontario
The easiest way to edit the Z-pos of Columbus is to edit the .ini file and change to z-value of the attachment point.

Another option is to create a mission file in the Missions\SSU folder; you can use the STS-120 file as a template. You also need to add the line MISSION <file name> to the scenario. The PayloadZPos entries determine the Z position of the Orbiter PLBD attachments. If you're using attachment point 6, the Z-pos is set by the PayloadZPos1 entry.
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,925
Reaction score
232
Points
138
Location
Cape
Remember, the Z axis is different for Orbiter and the real shuttle.
 

BenSisko

Donator
Donator
Joined
Feb 18, 2008
Messages
420
Reaction score
45
Points
28
The easiest way to edit the Z-pos of Columbus is to edit the .ini file and change to z-value of the attachment point.
When I look in Config\Spacecraft\Columbus, which is the z value? Or is it in the Columbus entry in Config\Spacecraft\STS-122\payload?

---------- Post added at 08:03 PM ---------- Previous post was at 07:49 PM ----------

Here's another issue. OBSS grappled scenario at T-0:

obss.png


This is what happens when I start the scenario:

obssdrift.png


The scenario is below. Any idea what causes this?

Code:
BEGIN_DESC
END_DESC
BEGIN_ENVIRONMENT
  System Sol
  Date MJD 54479.7587843287
  Context SSU
END_ENVIRONMENT
BEGIN_FOCUS
  Ship Atlantis
END_FOCUS
BEGIN_CAMERA
  TARGET Atlantis
  MODE Extern
  POS 1.15 146.71 -11.74
  TRACKMODE TargetRelative
  FOV 40.00
END_CAMERA
BEGIN_HUD
  TYPE Orbit
  REF AUTO
END_HUD
BEGIN_MFD Left
  TYPE Map
  REF Earth
  TRACK ON
END_MFD
BEGIN_MFD Right
  TYPE Surface
  SPDMODE 1
END_MFD
BEGIN_VC
END_VC

BEGIN_SHIPS
Atlantis:SpaceShuttleUltra
  STATUS Orbiting Earth
  RPOS -3281645.29 -3341819.47 -4813660.87
  RVEL 3301.887 4455.209 -5348.291
  AROT 14.67 -54.71 84.98
  VROT -0.12 -0.05 -0.04
  RCSMODE 2
  PRPLEVEL 0:0.980 1:0.995 2:1.000 3:1.000 4:1.000 5:0.992 6:0.992 7:1.000
  NAVFREQ 0 0
  CONFIGURATION 3
  MET 11003.444
  WING_NAME Atlantis
  STBD_MPM
  RMS
  ARM_STATUS 0.743638 0.500829 0.805948 0.291829 0.499695 0.619030
  ROLLOUT 1 1.000000
  SAT_OFS_X 0.000
  SAT_OFS_Y 0.000
  SAT_OFS_Z 0.000
  OPS 201
  TGT_ID 2
  BODY_VECT 1
  ROLL 0.000
  PITCH 0.000
  YAW 0.000
  P 0.000
  Y 0.000
  OM -1.000
  CARGODOOR 1 1.0000
  GEAR 0 0.0000
  LPROBEARM 1
  LPROBE 2
  RPROBEARM 1
  RPROBE 2
  LOMS 2
  ROMS 2
  AIR_DATA_PROBES 0.000000 0.000000
  BOILERN2SPLY0 1
  BOILERN2SPLY1 1
  BOILERN2SPLY2 1
  BOILERCNTLR0 1
  BOILERCNTLR1 1
  BOILERCNTLR2 1
  BOILERHTR0 1
  BOILERHTR1 1
  BOILERHTR2 1
  APUFUTKVLV0 1
  APUFUTKVLV1 1
  APUFUTKVLV2 1
  APUCNTLRPWR0 1
  APUCNTLRPWR1 1
  APUCNTLRPWR2 1
  HYDCIRCPUMP0 2
  HYDCIRCPUMP1 2
  HYDCIRCPUMP2 2
  APUAUTOSHTDN 0
  APUSPDSEL0 1
  APUSPDSEL1 1
  APUSPDSEL2 1
  APUCNTRL0 1
  APUCNTRL1 1
  APUCNTRL2 1
  HYDMNPMPPRESS0 0
  HYDMNPMPPRESS1 0
  HYDMNPMPPRESS2 0
  MPSENGPWR00 1
  MPSENGPWR01 1
  MPSENGPWR02 1
  MPSENGPWR10 1
  MPSENGPWR11 1
  MPSENGPWR12 1
  HEISOLA0 1
  HEISOLA1 1
  HEISOLA2 1
  HEISOLB0 1
  HEISOLB1 1
  HEISOLB2 1
  APU0 0
  APU1 0
  APU2 0
  HYDRAULIC_PRESS0 0
  HYDRAULIC_PRESS1 0
  HYDRAULIC_PRESS2 0
  FUEL_PRESS0 0
  FUEL_PRESS1 0
  FUEL_PRESS2 0
  MPS0 0
  MPS1 0
  MPS2 0
  L_ET_UMB_DOOR 0.000
  R_ET_UMB_DOOR 0.000
  ET_DOOR_LATCHES 1.000000 0.000000 0.000000
END
STS-122\payload:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS -3281645.29 -3341819.47 -4813660.87
  RVEL 3301.887 4455.209 -5348.291
  AROT 14.67 -54.71 84.98
  VROT -0.12 -0.05 -0.04
  ATTACHED 0:6,Atlantis
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
  SEQ 0 2 1.000000
  SEQ 1 -2 0.000133
END
Ultra_OBSS:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS -3281642.71 -3341822.37 -4813661.06
  RVEL 3301.887 4455.209 -5348.291
  AROT 14.67 -54.71 84.98
  VROT -0.12 -0.05 -0.04
  ATTACHED 0:1,STS-101
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
Columbus:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS -3281642.71 -3341822.37 -4813661.06
  RVEL 3301.887 4455.209 -5348.291
  AROT 14.67 -54.71 84.98
  VROT -0.12 -0.05 -0.04
  ATTACHED 0:3,STS-122\payload
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
Colex3:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS -3281642.71 -3341822.37 -4813661.06
  RVEL 3301.887 4455.209 -5348.291
  AROT 14.67 -54.71 84.98
  VROT -0.12 -0.05 -0.04
  ATTACHED 0:2,ColESP
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
Colex2:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS -3281642.71 -3341822.37 -4813661.06
  RVEL 3301.887 4455.209 -5348.291
  AROT 14.67 -54.71 84.98
  VROT -0.12 -0.05 -0.04
  ATTACHED 0:1,ColESP
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
Colex1:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS -3281642.71 -3341822.37 -4813661.06
  RVEL 3301.887 4455.209 -5348.291
  AROT 14.67 -54.71 84.98
  VROT -0.12 -0.05 -0.04
  ATTACHED 0:0,ColESP
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
ColESP:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS -3281642.71 -3341822.37 -4813661.06
  RVEL 3301.887 4455.209 -5348.291
  AROT 14.67 -54.71 84.98
  VROT -0.12 -0.05 -0.04
  ATTACHED 0:1,STS-122\payload
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END
END_SHIPS
 
Last edited by a moderator:

SiameseCat

Addon Developer
Addon Developer
Joined
Feb 9, 2008
Messages
1,699
Reaction score
2
Points
0
Location
Ontario
The scenario needs to include

Code:
@SUBSYSTEM RMS
ARM_STATUS 0.743638 0.500829 0.805948 0.291829 0.499695 0.619030
SHOULDER_BRACE 0.000
GRAPPLE 1 1.0000
RIGIDIZE 1 1.0000
EXTEND 1 1.0000
RMS_ELBOW_CAM 0.0000 0.0000
RMS_ROLLOUT 1 1.0000
RMS_LATCHES 1 1.0000
@ENDSUBSYSTEM ;RMS
@SUBSYSTEM STBD_MPM
STBD_MPM_ROLLOUT 1 1.0000
STBD_MPM_LATCHES 0 0.0000
STBD_MPM_ATTACHED_PAYLOAD Ultra_OBSS 0
@ENDSUBSYSTEM ;STBD_MPM
END
within the shuttle section. You should also remove the lines
Code:
ARM_STATUS 0.743638 0.500829 0.805948 0.291829 0.499695 0.619030
ROLLOUT 1 1.000000

The problem with the scenario file as posted is that the MPM latches default to the open position, so the OBSS is being released from the shuttle.
 
Last edited:

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,925
Reaction score
232
Points
138
Location
Cape
You also have the OBSS attached to STS-101, the shuttle is named Atlantis.

When I look in Config\Spacecraft\Columbus, which is the z value? Or is it in the Columbus entry in Config\Spacecraft\STS-122\payload?

Attach the Columbus to 0:6 Atlantis

If you mean you want to raise the Columbus in the bay, you want to change the middle number in the Columbus.ini which is the Y direction in Orbiter.

Code:
[COLOR=black][Child_ATTACH_0] [/COLOR]
[COLOR=black]NAME="Fore"[/COLOR]
[COLOR=black]POS=(0[COLOR=red][COLOR=black],[/COLOR]-2.3[/COLOR],1.9)
DIR=(0,-1,0)
ROT=(0,0,1)
LOOSE=0
RANGE=1[/COLOR]
 
Last edited:

BenSisko

Donator
Donator
Joined
Feb 18, 2008
Messages
420
Reaction score
45
Points
28
Gentlemen, thanks!:cheers:

---------- Post added at 07:20 AM ---------- Previous post was Yesterday at 11:11 PM ----------

Its me again. It seems the shuttles vary in their dimensions. Endeavour was used for STS-123. When I place it in the scenario STS-123 Launch, the Ku band antenna sticks through the skin:

endeavourkuerror.png


Here's the scenario:

Code:
BEGIN_DESC
Launch Space Shuttle Endeavour from Launch Complex 39A at the Kennedy Space Center for mission STS-101.
END_DESC
BEGIN_ENVIRONMENT
System Sol
Date MJD 51982.9069682177
Context SSU
END_ENVIRONMENT
BEGIN_FOCUS
Ship Endeavour
END_FOCUS
BEGIN_CAMERA
TARGET Endeavour
MODE Extern
POS 2.89 -0.51 -70.39
TRACKMODE TargetRelative
FOV 50.00
BEGIN_PRESET
Cockpit:STS-101:40.00
Ground:STS-101:40.00:Earth -80.62339 28.61960 110.00
Track:STS-101:50.00:RELATIVE 2.890 -0.009 -1.229
Ground:STS-101:10.00:Earth -80.65298 28.58028 20.00
Track:ISS:40.00:RELATIVE 1.983 -0.474 -0.522
Track:Earth:40.00:GLOBAL 2.896 2.132 -0.331
END_PRESET
END_CAMERA
BEGIN_HUD
TYPE Surface
END_HUD
BEGIN_MFD Left
TYPE Surface
END_MFD
BEGIN_MFD Right
TYPE Orbit
PROJ Ship
REF Earth
END_MFD
BEGIN_SHIPS
ISS:ProjectAlpha_ISS
STATUS Orbiting Earth
RPOS -3833430.64 5480334.56 -803952.35
RVEL 6169.424 3967.476 -2315.171
AROT 110.00 -10.00 80.00
PRPLEVEL 0:1.000
IDS 0:1 10 1:2 10 2:3 10 3:4 10 4:5 10
NAVFREQ 0 0
XPDR 466
END
MLP-2:Atlantis_MLP
STATUS Landed Earth
POS -80.6040620 28.608403
HEADING 0.00
NAVFREQ 0 0
T0_UMB 0 0.0000
END
LCC:SSU_LCC
STATUS Landed Earth
POS -80.6040745 28.6083855
HEADING 270.00
LAUNCH_MJD 54396.651625
PAD_NAME LC39A
SHUTTLE_NAME Discovery
END
LC39A:SSU_Pad
STATUS Landed Earth
POS -80.6040720 28.6083850
HEADING 270.00
NAVFREQ 0 0
ACCESS_ARM 1 1.0000
GVA 1 1.0000
VENTHOOD 1 1.0000
FSS_OWP 0 0.0000
RSS_OWP 0 0.0000
RSS 1 1.0000
FSS_GH2 0 0.0000
FSS_IAA 0 0.0000
GOX_SEQUENCE 2
END
LC39B:SSU_Pad
STATUS Landed Earth
POS -80.6207920 28.6272650
HEADING 270.00
NAVFREQ 0 0
ACCESS_ARM 0 0.0000
GVA 0 0.0000
VENTHOOD 0 0.0000
FSS_OWP 0 0.0000
RSS_OWP 0 0.0000
RSS 1 1.0000
FSS_GH2 0 0.0000
FSS_IAA 0 0.0000
GOX_SEQUENCE 2
END
Endeavour:SpaceShuttleUltra
STATUS Landed Earth
POS -80.6232502 28.6197342
HEADING 0.00
ATTACHED 0:0,MLP-2
PRPLEVEL 0:1.000 1:1.000 2:1.000 3:1.000 4:1.000 5:1.000 6:1.000 7:1.000 8:1.000
NAVFREQ 0 0
CONFIGURATION 0
ODS
MET 0.000
WING_NAME Endeavour
STBD_MPM
RMS
ODS
MRL 1.000000 1.000000
GRAPPLE 1 1.0000
RIGIDIZE 1 1.0000
EXTEND 1 1.0000
SAT_OFS_X 0.000
SAT_OFS_Y 0.000
SAT_OFS_Z 0.000
OPS 101
AUTOPILOT 51.600000 80.500000 105000.000000 7607.601000 0.730000
ASSIST 133.000000 298.000000
THROTTLE_BUCKET 1789.0 2094.0 
HEADS_UP 13214.0
TGT_ID 2
BODY_VECT 1
ROLL 0.000
PITCH 0.000
YAW 0.000
P 0.000
Y 0.000
OM -1.000
GEAR 0 0.0000
STBD_RMS 1
EE MODE 1
CRT_SEL 1 1
LPROBEARM 1
LPROBE 2
RPROBEARM 1
RPROBE 2
LOMS 1
ROMS 1
AIR_DATA_PROBES 0.000000 0.000000
BOILERN2SPLY0 0
BOILERN2SPLY1 0
BOILERN2SPLY2 0
BOILERCNTLR0 0
BOILERCNTLR1 0
BOILERCNTLR2 0
BOILERHTR0 0
BOILERHTR1 0
BOILERHTR2 0
APUFUTKVLV0 1
APUFUTKVLV1 1
APUFUTKVLV2 1
APUCNTLRPWR0 1
APUCNTLRPWR1 1
APUCNTLRPWR2 1
HYDCIRCPUMP0 1
HYDCIRCPUMP1 1
HYDCIRCPUMP2 1
APUAUTOSHTDN 0
APUSPDSEL0 1
APUSPDSEL1 1
APUSPDSEL2 1
APUCNTRL0 1
APUCNTRL1 1
APUCNTRL2 1
HYDMNPMPPRESS0 0
HYDMNPMPPRESS1 0
HYDMNPMPPRESS2 0
MPSENGPWR00 0
MPSENGPWR01 0
MPSENGPWR02 0
MPSENGPWR10 0
MPSENGPWR11 0
MPSENGPWR12 0
HEISOLA0 0
HEISOLA1 0
HEISOLA2 0
HEISOLB0 0
HEISOLB1 0
HEISOLB2 0
APU0 0
APU1 0
APU2 0
HYDRAULIC_PRESS0 0
HYDRAULIC_PRESS1 0
HYDRAULIC_PRESS2 0
FUEL_PRESS0 0
FUEL_PRESS1 0
FUEL_PRESS2 0
MPS0 1
MPS1 1
MPS2 1
L_ET_UMB_DOOR 1.000
R_ET_UMB_DOOR 1.000
ET_DOOR_LATCHES 0.000000 1.000000 1.000000
MTU_MET_RUNNING 0
MTU_MET0 0.000
MTU_MET1 0.000
MTU_MET2 0.000
EVENT_TIMER0 540.000000 DOWN STOPPED
EVENT_TIMER1 0.000000 DOWN STOPPED
@SUBSYSTEM RMS
RMS
ARM_STATUS 0.500000 0.013600 0.014688 0.500000 0.500000 0.500000
SHOULDER_BRACE 0.000
GRAPPLE 1 1.0000
RIGIDIZE 1 1.0000
EXTEND 1 1.0000
RMS_ELBOW_CAM 0.0000 0.0000
RMS_ROLLOUT 0 0.0000
RMS_LATCHES 0 0.0000
@ENDSUBSYSTEM ;RMS
@SUBSYSTEM STBD_MPM
STBD_MPM_ROLLOUT 0 0.0000
STBD_MPM_LATCHES 1 1.0000
STBD_MPM_ATTACHED_PAYLOAD Ultra_OBSS 0
@ENDSUBSYSTEM ;STBD_MPM
END
STS-123\payload:spacecraft\spacecraft3
STATUS Landed Earth
RPOS -3169082.88 -3229089.93 -4970880.29
RVEL 3472.188 4545.989 -5161.218
AROT -175.22 14.12 -40.57
ATTACHED 0:6,Endeavour
NAVFREQ 0 0
RCS 1
CTRL_SURFACE 1
CONFIGURATION 1
CURRENT_PAYLOAD 0
SEQ 0 -2 0.000000
SEQ 1 -2 0.000000
SEQ 2 -2 0.000000
SEQ 3 -2 0.744333
SEQ 4 2 0.497979
SEQ 5 2 0.806975
SEQ 6 -2 0.717533
SEQ 7 -2 0.500000
SEQ 8 -2 0.738610
SEQ 9 -2 0.500000
END
Ultra_OBSS:spacecraft\spacecraft3
STATUS Landed Earth
RPOS -3169082.36 -3229093.49 -4970881.75
RVEL 3472.188 4545.989 -5161.218
AROT -175.22 14.12 -40.88
ATTACHED 0:1,Endeavour
NAVFREQ 0 0
RCS 1
CTRL_SURFACE 1
CONFIGURATION 1
CURRENT_PAYLOAD 0
END
kibo:spacecraft\spacecraft3
STATUS Landed Earth
RPOS -3169082.65 -3229090.06 -4970878.35
RVEL 3472.188 4545.989 -5161.218
AROT -175.22 14.12 -40.57
ATTACHED 0:3,STS-123\payload
NAVFREQ 0 0
RCS 1
CTRL_SURFACE 1
CONFIGURATION 1
CURRENT_PAYLOAD 0
END
dextrepallet:spacecraft\spacecraft3
STATUS Landed Earth
RPOS -3169083.69 -3229090.15 -4970883.78
RVEL 3472.188 4545.989 -5161.218
AROT -175.22 14.12 -40.57
ATTACHED 0:1,STS-123\payload
NAVFREQ 0 0
RCS 1
CTRL_SURFACE 1
CONFIGURATION 1
CURRENT_PAYLOAD 0
END
dextre:spacecraft\spacecraft3
STATUS Orbiting Earth
RPOS -3169083.69 -3229090.15 -4970883.78
RVEL 3472.188 4545.989 -5161.218
AROT -175.22 14.12 -40.57
ATTACHED 0:0,dextrepallet
NAVFREQ 0 0
RCS 1
CTRL_SURFACE 1
CONFIGURATION 1
CURRENT_PAYLOAD 0
END
dextreSTBD:spacecraft\spacecraft3
STATUS Orbiting Earth
RPOS -3169083.69 -3229090.15 -4970883.78
RVEL 3472.188 4545.989 -5161.218
AROT -175.22 14.12 -40.57
ATTACHED 0:1,dextrepallet
NAVFREQ 0 0
RCS 1
CTRL_SURFACE 1
CONFIGURATION 1
CURRENT_PAYLOAD 0
END
dextrePORT:spacecraft\spacecraft3
STATUS Orbiting Earth
RPOS -3169083.69 -3229090.15 -4970883.78
RVEL 3472.188 4545.989 -5161.218
AROT -175.22 14.12 -40.57
ATTACHED 0:2,dextrepallet
NAVFREQ 0 0
RCS 1
CTRL_SURFACE 1
CONFIGURATION 1
CURRENT_PAYLOAD 0
END
END_SHIPS
 
Last edited by a moderator:

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,925
Reaction score
232
Points
138
Location
Cape
Get rid of the STS-123/payload and attach everything to the Orbiter.
 

BenSisko

Donator
Donator
Joined
Feb 18, 2008
Messages
420
Reaction score
45
Points
28
OK. I'll reconfigure the scenarios and configs and let you know what I find.
 

BenSisko

Donator
Donator
Joined
Feb 18, 2008
Messages
420
Reaction score
45
Points
28
I've converted STS-122 & STS-123 to v1.25 without the STS-122/payload, STS-123/payload vessels. If you're interested I can send the edited scenarios and configs. I think I've found another manifestation of the OBSS bug. Starting with OBSS grappled:
obsst0.png


Exiting Orbiter and restarting results in this:

obssafterquickstart.png


I get the same OBSS displacement with the STS-122 and STS-123 launch scenarios after a restart of the scenarios.
 

retro

New member
Joined
Mar 25, 2008
Messages
19
Reaction score
0
Points
0
Hey Ben
You gotton further than i have,id take the scenarios if you dont mind
Retro
 
Last edited:

BenSisko

Donator
Donator
Joined
Feb 18, 2008
Messages
420
Reaction score
45
Points
28
No problem Retro. I've just taken the scenarios from Donamy's STS-122 and STS-123 payloads for Ultra. I haven't gotten to STS-124 and STS-126 yet. Keep in mind, with the changes I've made in the scenarios, you'll need to edit the Config\spacecraft\Columbus, Config\spacecraft\ColEsp, Config\spacecraft\Kibo, and Config\spacecraft\dextrepallet. I'll include them as well.
 

Attachments

  • SSU v1.25 scenarios and configs.zip
    9.2 KB · Views: 386

SiameseCat

Addon Developer
Addon Developer
Joined
Feb 9, 2008
Messages
1,699
Reaction score
2
Points
0
Location
Ontario
BenSisko: This is the same as the RMS bug I described earlier; I thought I'd fixed it for the OBSS as well. I'll try to post a fixed set of modules tomorrow.

---------- Post added at 11:54 PM ---------- Previous post was at 10:44 PM ----------

Updated earlier post (#84, on page 5) with new dlls. This should fix the OBSS problem.
 

LoserSVK

New member
Joined
Apr 26, 2008
Messages
17
Reaction score
0
Points
0
Maybe this is known bug it is just a little visual that rudders arent at good position so if i use rudders brake the angles arent the same. With rudder in normal position u can see the stair its just a little complicating for cam shooting
 
Status
Not open for further replies.
Top