Platform Release v0.28.0 #86
connorjak
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is copy pasted from the SimDynamX internal repository, so most or all of the links here direct to non-public sites.
This new Space Teams PRO version has been released and will be available for download on spaceteamspro.com.
Space Teams PRO releases that start with
0.
are all Beta releases, meaning we have relaxed standards for stability, performance, and backwards compatibility as we quickly introduce new features. Please contact us directly (support@SimDynamX.com) if you are interested in using Space Teams in an environment where software stability is critical.Most notable changes since 0.27.6:
ParamArray
functionsW_CameraControl_Physical
gadget, a drop-in replacement forW_CameraControl
on the TopRight gadget slot.W_CameraControl
is still usable, and is still used on many sims.Camera
Entity Type)st_camera::CaptureImage()
andst_camera::OnImageReceived()
in C++,st.CaptureImage()
andst::OnImageReceived()
in PythonCaptureImageProperties
to include physical effects mode (properties.is_physical = true
)Tags
ParamArray of typestring
, addPlanet
to have an object act as a planet for Planet GPS purposesGraphics
/VisualRadius_m
param needs to be set on the entity"Tags": ["array", "string", "Planet"],
-firstRole
bypasses Role Picker, choosing the first option in the role selection.-quitOnStop
closes the application upon sim stopping externally, instead of presenting a pop-up message.LogCSV
, making it much more robustRigidBodyPropagator
changesFramedRot::Quat_WRT()
positivizes the quat (if w is negative, flip all component signs)Entity_Base
setRotation()
positivize quatsetAngAcceleration()
implementedAssembly
type entities create"Ref"
EntityRef parameters to refer to their created edges"#Assembly"/"Edges"/"EDGE_NAME_HERE"/"Ref"
"#Assembly"/"Edges"/"EDGE_NAME_HERE"
are only the INITIAL values of those parameters. The real values that are updated by the sim are in the parameters of theEdge
-type Entity referred to by"Ref"
.rv_struct
andrva_struct
python bindings addedFramedLoc
,FramedRot
,FramedLocVel
,FramedLocVelAcc
get python constructors binded, allowing the user to construct these from one or more numpy arrays and aFrame
. LocVel takes arv_struct
, LocVelAcc takes arva_struct
.Framed_
typesCaptureImageProperties
edited to match C++ changescvxpy
pip package added (convex optimization)Changes on included sims
GNCLunarLander/sims/LL_TerminalDescent.json
- Highly realistic Lunar Lander terminal descent to lunar south poleKey Known Issues
FirstTimeSetup.bat
#61).W_CameraControl_Physical
https://github.com/SimDynamX/SC_Platform/issues/2570Automated Git Changelog:
What's Changed
Do not download the "Assets" files below; they are just a copy of this repository and are not used for Space Teams Pro. Space Teams Pro can be downloaded after making an account at spaceteamspro.com.
Full Changelog: https://github.com/SimDynamX/SC_Platform/compare/v0.27.6...v0.28.0
This discussion was created from the release Platform Release v0.28.0.
Beta Was this translation helpful? Give feedback.
All reactions