BSK_mujocoMasters
- class BSK_mujocoMasters.BSKSim(fswRate=0.01, dynRate=0.01)[source]
Bases:
SimBaseClassMain bskSim simulation class
- property DynModels
Return the configured dynamics model.
- Raises:
RuntimeError – If a dynamics model has not been added.
- property FSWModels
Return the configured flight software model.
- Raises:
RuntimeError – If a flight software model has not been added.
- get_DynModel()[source]
Return the configured dynamics model.
- Raises:
RuntimeError – If a dynamics model has not been added.
- get_FswModel()[source]
Return the configured flight software model.
- Raises:
RuntimeError – If a flight software model has not been added.