You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to simulate a mission conops with multiple flight modes and I was hoping for advice on whether this is possible to do in one simTask or if I'll have to split it up.
Flight Mode 1: Stabilize
I'm trying to create a scenario where a satellite is orbiting earth and is unstable. Reaction Wheels using MRP Feedback() stabilize the satellite.
Flight Mode 2: Ground Station Pointing
The satellite enters a coverage zone of a ground station and using MRP Feedback() and the Reaction Wheels again, it points towards the ground station.
The issue I'm running into is that a few subscriptions have to change as one flight mode transitions to another (shown below).
Is this possible to code in a single Basilisk sim? To my understanding this is not but I wanted a second opinion
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm trying to simulate a mission conops with multiple flight modes and I was hoping for advice on whether this is possible to do in one simTask or if I'll have to split it up.
Flight Mode 1: Stabilize
I'm trying to create a scenario where a satellite is orbiting earth and is unstable. Reaction Wheels using MRP Feedback() stabilize the satellite.
Flight Mode 2: Ground Station Pointing
The satellite enters a coverage zone of a ground station and using MRP Feedback() and the Reaction Wheels again, it points towards the ground station.
The issue I'm running into is that a few subscriptions have to change as one flight mode transitions to another (shown below).
Is this possible to code in a single Basilisk sim? To my understanding this is not but I wanted a second opinion
Beta Was this translation helpful? Give feedback.
All reactions