Search results

  1. W

    Problem simulation of canard wing for A-003 and A-004 Little Joe apollo capsule any idea ?

    I'm trying to simulate the canard wing for post deployment of the chute (early landing system) for Little Joe capsule (BP23 and SC-002) to get a correct angle of deployment of the chute, It is possible to get a wing whit an "angle" or something that can simulate this ? any idea :hailprobe...
  2. W

    Problem Orbiter crash whene i reload a scenario for 2em time ?

    I d'ont know why, and that long time I have this problem in my module, But Whene I start a scenario whit my module, heach time i terminate a scenario (whit CTRL-Q) and start a new scenario i got a crash to destop or an Orbiter freeze, and I have to restart Orbiter. Look like a bad cleanup...
  3. W

    SDK Question Little joe autopilot not fallowing is route when focusing on launchpad ?

    I have some problem whit my Little Joe autopilot. I have 2 vessel, a launch pad, and little joe rocket attached to this launch pad. At begining of the scenary the focus was in launch pad cockpit, 15 seconde after "lift off" then the focus change to Little Joe Booster external view. The...
  4. W

    C++ Question Projet Apollo "Little Joe" autopilot problem !

    I have some problem whit my Little Joe autopilot. I have 2 vessel, a launch pad and little joe rocket attached to the launch pad that At begining the focus was in launch pad cockpit after 15 seconde after "lift off" then the focus change to Little Joe Booster external view. The problem is...
  5. W

    C++ Question warning C4244 problem Pylon

    I'm trying to compile an oldy 2003 C++ program and I got this error warning C4244: 'argument': conversion of 'time_t' in 'unsigned int', possible lost of data from this line in my RAMDOM.H header file inline void randomize(void) { srand(time(NULL)); } time_t is a h file include in...
  6. W

    C++ Question How to link 1 .h file in 2 different projet ?

    I was compiling 2 projet in same programme, and both projet get the same .h file. it is possible like shuttle atlantis to get only 1 h.file that acomodate the two programme.:rolleyes:?
  7. W

    Problem error LNK2005:

    Hi all I was trying to recompile the famous pilon from Juan J.Luna(Camelopardis) But I get some little probleme ? Whene I recompile I get this error 1>Compilation en cours... 2>Compilation en cours... 1>PYLONSEQUENCE.CPP 2>CPYLON.CPP 1>..\pylon\PYLON\PYLONSEQUENCE.CPP(56) : warning C4996...
  8. W

    Problem Mesh transparency problem

    Hi all I have a Little probleme whit mesh rendering I have creat a Launch pad for my Booster but the mesch of the launch pad pass thru the mesh of the booster (the tower from the picture its behind the rocket and not suposed to be visible) any idea on what I'm doing wrong ? the problem seem...
  9. W

    SDK Question Little Joe II Launch pad view probleme

    Hi all here so news from my Little Joe projet ! I'm finishing my "Launch pad" for my Littles Joes II rockets this launchpad rotate from 0 to 360 degre and rotate 15 degre as elevation. I have made my Launch pad (as vessel) and have creat an attachment as parent on the launch pad and...
  10. W

    API Question What the api to switch external ground camera to cockpit external camera ?

    Hi all I recreat White sand (LC36) in 1963 period whit Little Joe II launch pad and rocket I want to switch the focus from the Launch pad to Little Joe II after 10 second My question is, what is the api to switch the camera from 1 vessel to an other one ?
  11. W

    SDK Question CreateControlSurface (45 degree) problem

    Hi all I'm working on my Little JoeII Rocket update whit all the mission flow in the 60 area (A-001,A-002,A-003,A_004, and PA-1,PA-2) autopilot and surface animation was made ;) But I have some trouble whit the CreateControlSurface for my A-002 rocket :idk: (A-002 rocket have control rudder...
  12. W

    SDK Question third PropellantResource tank alway emty error

    Hi all I have trouble whene i creat propelant tank The probleme is If I put more than 2 propelant resource in same stage, the third one was alway emty ? Does somebody experience the same trouble ? and how to resolve that ?:idk: Thank in advence for your reply. Here my tank configuration and...
  13. W

    SDK Question clbkLoadVC how to set camera after a change of the center of gravity ?

    I have add 4 VC Camera in my 2 stage rocket but when a stage separation occur and the center of gravity change (whit ShiftCG) the Vc Camera do not fallow the mesh position ? I have read that the camera was supposed to fallow the mesh position when I use ShiftCG is this true ? what I have to do...
  14. W

    API Question What the api to get vessel aceleration ?

    Hi all What is the api to get the acceleration of a vessel ? thank.
  15. W

    SDK Question how to delete a vessel

    I have a mainchute on my little joe boiler plate and I want it to desapear to be replaced by a new chute on the ground the new chute on the ground work ok but I got a cdt whene I try to delete the oldy one ? oapiDeleteVessel ("Mainchute", "LittleJoeII/LJ_mainchute"); how to delete this...
  16. W

    SDK Question How to calculate PMI and inertia tensor from real data ?

    I have some real moment of inertia data take from a nasa pdf exp... Ixx=28971 slug/feet Iyy=828113 slug/feet Izz=826797 slug/feet I have converted all the data to kg/meter^2 I= Inertia x,y,z vector Ixx=39279.402173991 kg/meter^2 Iyy=1122770.47987677 kg/meter^2 Izz=1120986.22343892...
  17. W

    How to add drag on a body whit airfoild

    Hi all I'm working on a sery of new Little Joe projet whit capsule, animated chute and all simulated animation that I'm working for a cople of years now ! Can somebody can explain to me (and other Orbinaute) how profil drag work, and how to calculate it ? pd = 0.110 + 0.3*saoa*saoa; //...
  18. W

    SDK Question create airfoild lift coeficient CL calculation ?

    static const double AOA[HUIT] = {-180*RAD,-135*RAD,-90*RAD,-45*RAD,45*RAD,90*RAD,135*RAD,180*RAD static const double CL[HUIT] = { 0, +0.3, 0, -0.3, +0.3, 0, -0.3, 0};//LIFT COEF I have some trouble to enderstand CL ? CL = L/(Q*A) L= LIFT FORCE IN NEWTON Q= DYNAMIC PRESSURE = (.5*P*(V^2))...
Back
Top