Recent content by gattispilot

  1. gattispilot

    Programming Question Touchdown and eva

    So looking at UACS. the cargo is always landed. the guy picked it up and it still shows landed. So how to make it landed always?
  2. gattispilot

    Programming Question Touchdown and eva

    I used the UACS mass of 50. But if a guy picks up a cargo and drops it. The cargo is a landed vessel
  3. gattispilot

    Programming Question Touchdown and eva

    cargoInfo.frontPos = { 0, -0.65, 0.65 }; cargoInfo.rightPos = { 0.65, -0.65, -0.65 }; cargoInfo.leftPos = { -0.65, -0.65, -0.65 }; double stiffness = 100 * GetMass(); double damping = 2 * sqrt(GetMass() * stiffness)...
  4. gattispilot

    Request Artemis landers

    So there are 2 mk2. crew and cargo.? but most images show mk1 with cargo
  5. gattispilot

    Request Artemis landers

    from the drawing the mk2 cargo is different. Wider base.,..... but from most images it is the mk1 that uses that cargo system on top
  6. gattispilot

    Request Artemis landers

    Interesting. All the images I have seen is the MK1 had the cargo system on top.
  7. gattispilot

    Updates Blue Origin announces the New Glenn Orbital Launch Vehicle

    Did we ever the reason for the explosion?
  8. gattispilot

    Programming Question Touchdown and eva

    I am not sure how UACS does it. When the cargo is released it is landed.
  9. gattispilot

    Discussion Mesh making with Blender

    Yes. I have looked at it. There is a lot of editting to do.
  10. gattispilot

    Programming Question Touchdown and eva

    I see that UACS Cargo does what I want. You drop the package and it lands. the UACS code is here: https://github.com/abdullah-radwan/UACS/tree/master The best I can tell if ground contact??? then set the vs state to 1 landed. if (!GetFlightStatus() && GroundContact()) {...
  11. gattispilot

    Base Artemis 4 landing sites

    Thanks. Some are dark. This one looks good. This looks good. BUT now questions. Not sure why my mk2 lander is not conforming with the slope. One bad thing is I apply hover to land it, it moves all over and goes upside down Here is another orbiter problem. You can have only 8 light...
  12. gattispilot

    Programming Question Touchdown and eva

    How to do this? I have a vessel of a box I can pick it up and move it. But drop it and it goes under the surface, What I would really like is a cheat where if not attached then forced landed Melissa_Lewis:2016SEVASOLIDRED STATUS Landed Moon POS -6.8116090 -80.3592728 HEADING 66.56 ALT...
  13. gattispilot

    Request Artemis landers

    Adjusted the dock. But I think the docking target would now need to be on the strut? I still got to do work on the moveable dock. It draws the ship to far into the ship. on reload it is good.
  14. gattispilot

    OHM STS-110 Space Shuttle Vessel(SSV) Mission

    Sc3/4 does not work in 2024.
Back
Top