Space Shuttle Ultra 1.25 Revision B development

Need a little help: the position of the ET vent and the LOX dump aren't correct anymore (mesh change?), so if somebody could get me the correct values for the SSMEs and the ET vent it would be very helpful. Thanks! :tiphat:
SSME vents are OK, and only the GH2 venting has been implemented. Here's the new coordinates for the GH2 vent:

Code:
-3.12321 -2.36732 13.4955
0.788011 0.615661 0


---------- Post added at 01:41 AM ---------- Previous post was at 01:34 AM ----------

Checked in the fix.

---------- Post added at 01:58 AM ---------- Previous post was at 01:41 AM ----------

Checked a fix for the oversized SRB exhaust. Cut the GROWTHRATE in half (30 to 15).
 
Thanks! But about the SSMEs, I'm making the post MECO LOX dump (not the pad stuff) so....
 
Thanks! But about the SSMEs, I'm making the post MECO LOX dump (not the pad stuff) so....
LOX is dumped through the SSMEs right? Then you should be able to use the position and vectors of the SSME exhaust renderings.

Position for the LH2 dump port on the aft engine compartment:

Code:
-3.33 -1.31 -7.02
 
LOX is dumped through the SSMEs right? Then you should be able to use the position and vectors of the SSME exhaust renderings.

Position for the LH2 dump port on the aft engine compartment:

Code:
-3.33 -1.31 -7.02

Ok, I'll try that! I'm going to leave the LH2 dump for later, when I find the right place to put all the dump start/stop commands.
Another thing, the long throw igniters on the TSMs are also off by a bit (too much to the north).
Sorry to bother and thanks very much!:cheers:
 
Would be nice to stow the SSMEs after SEP

---------- Post added at 05:45 PM ---------- Previous post was at 01:09 AM ----------

Committed new KU mesh, but I can't seem to commit the new KU.dds:shrug:

Here is the .ini
Code:
=== Vessel class payload ===

[CONFIG]
MESHNAME="SSU/KU"
SIZE=4
EMPTY_MASS=10
 



[CHILD_ATTACH_0]	; attachment point in bay
NAME="Attach"
POS=(2.59,1.155,11.785)
DIR=(0,-1,0)
ROT=(0,0,1)
ID="XS"


[ROBOTIC_ARM]
JOINT_0_NAME="KU Deploy"
JOINT_0_SEQ=0
JOINT_0_RANGE=(-10,10)
JOINT_1_NAME="KU ROLL"
JOINT_1_SEQ=1
JOINT_1_RANGE=(0,130)
JOINT_2_NAME="KU Yaw"
JOINT_2_SEQ=2
JOINT_2_RANGE=(-180,180)




[ANIM_SEQ_0]
; KU swing out
INIT_POS=0
DURATION=3


[ANIM_SEQ_1]
; KU roll
INIT_POS=0.5
DURATION=3

[ANIM_SEQ_2]
; KU yaw
INIT_POS=0.5
DURATION=3


[ANIM_COMP_0]
; KU swing out
SEQ=0
GROUPS=0
RANGE=(0.0,1.0)
ROT_PNT=(2.59,1.155,11.785)
ROT_AXIS=(0,1,0)
ANGLE=-113


[ANIM_COMP_1]
; KU roll 
SEQ=1
GROUPS=1
RANGE=(0.0,1.0)
ROT_PNT=(2.327,1.979,10.784)
ROT_AXIS=(0.504249,0,0.863558)
ANGLE=-360
PARENT=0

[ANIM_COMP_2]
; KU yaw
SEQ=2
GROUPS=2,3,4,5
RANGE=(0.0,1.0)
ROT_PNT=(2.275,1.966,10.676)
ROT_AXIS=(0.460305,-0.866073,-0.195029)
ANGLE=-120
PARENT=1
 
Committed new KU mesh, but I can't seem to commit the new KU.dds:shrug:

If it is a new file, you need to add it to the version management.
 
No, it is a modified file.
 
If it is a new file, you need to add it to the version management.
Considering all the other Ku band DA meshes have used it, there shouldn't be a problem. Updated the code to use the new updated DA mesh.

---------- Post added at 08:23 PM ---------- Previous post was at 08:22 PM ----------

No, it is a modified file.
What is the error message when you try to commit the file?
 
It just doesn't do anything.

---------- Post added at 07:32 PM ---------- Previous post was at 07:14 PM ----------

New KU.dds committed.
 
Any chance to have simple tool that calculates speed needed to beat RInc down? As we can't burn OMS by hand, it's quite difficult to do that. Or I just need equation, and I'll do such app. I only (I think) figured out simple equation to beat inclination difference, not LAN. It looks like x = v*tg(a) where x is velcotiy needed to beat inclination difference of 'a' when travelling with speed of v.

Shoot me if I'm wrong :)
 
The data you enter is simply the difference between your velocity vector now and the velocity vector for the new orbit. ;)
 
I have this problem. The grapple point iss too far into the EE.
 

Attachments

  • Grappleerror.jpg
    Grappleerror.jpg
    271.3 KB · Views: 469
Why page of SSU from sourceforge closed? An Exception Has Occurred

Python Traceback

Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/viewvc/lib/viewvc.py", line 4337, in main
request.run_viewvc()
File "/usr/lib/python2.4/site-packages/viewvc/lib/viewvc.py", line 301, in run_viewvc
self.pathtype = _repos_pathtype(self.repos, path_parts, pathrev)
File "/usr/lib/python2.4/site-packages/viewvc/lib/viewvc.py", line 748, in _repos_pathtype
return repos.itemtype(path_parts, rev)
File "/usr/lib/python2.4/site-packages/viewvc/lib/vclib/svn/svn_repos.py", line 422, in itemtype
rev = self._getrev(rev)
File "/usr/lib/python2.4/site-packages/viewvc/lib/vclib/svn/svn_repos.py", line 735, in _getrev
raise vclib.InvalidRevision(rev)
InvalidRevision: Invalid revision 1357
 
Last edited:
An Exception Has Occurred

Python Traceback

Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/viewvc/lib/viewvc.py", line 4337, in main
request.run_viewvc()
File "/usr/lib/python2.4/site-packages/viewvc/lib/viewvc.py", line 301, in run_viewvc
self.pathtype = _repos_pathtype(self.repos, path_parts, pathrev)
File "/usr/lib/python2.4/site-packages/viewvc/lib/viewvc.py", line 748, in _repos_pathtype
return repos.itemtype(path_parts, rev)
File "/usr/lib/python2.4/site-packages/viewvc/lib/vclib/svn/svn_repos.py", line 422, in itemtype
rev = self._getrev(rev)
File "/usr/lib/python2.4/site-packages/viewvc/lib/vclib/svn/svn_repos.py", line 735, in _getrev
raise vclib.InvalidRevision(rev)
InvalidRevision: Invalid revision 1357
 
No idea what went wrong with sourceforge, but here it works well.
 
I have found some pre-launch sound clips from STS-100/6A in April 2001. Could these be implemented if I check them in?
 
Back
Top