Multiple ground locations targets #188
Replies: 2 comments 3 replies
-
You would need to create your own BSK module to update the ground location target message that feeds |
Beta Was this translation helpful? Give feedback.
-
Within the sim loop, you need to follow @schaubh's guidance and write a separate module to handle target switching. If you're willing to exit the simulation loop, the bsk-gym-interface repo has some examples of ground pointing with multiple targets. It works by creating a fake 'pointing objective' target, connecting |
Beta Was this translation helpful? Give feedback.
-
Hello!
I am using Basilisk as part of my master thesis, I want to start by expressing my gratitude for this great tool!
I am looking to develop a simulation in which a satellite observes a series of targets within a certain region during an orbital pass. I am using the locationPointing module together with the groundLocation module to set a specific location on Earth as the target. I would like to set multiple locations (and therefore targets) in order to perform a series of pointing manoeuvres and point at one target after the other during the same pass. Could you advise the simplest way to do so?
Cheers,
Renato
Beta Was this translation helpful? Give feedback.
All reactions