Hi all,
I am using BSK to model a formation with 4 satellites. I've successfully modeled the formation:
The primary goal of the formation is to have the followers form a chain of links by pointing cameras at each other:
F1 → F4 F4
→ F3 F3
→ F2 F2 → F1
So far, I've been able to satisfy two links using the 'spacecraftPointing()' module. I haven't been able to find the module(s) that will perform the two other links. I've solved this problem on MATLAB using a specific reference frame for attitude control, but I have not found a module that can input a reference frame for attitude control in BSK. Also, the multi-target pointing module I've found, celestialTwoBodyPoint(), is limited to pointing at celestial objects and not spacecraft.
Also, I know I will need a non-body fixed sensor (like a gimbal) to maintain links throughout the orbit. However, I have not found a module that can do this. The closest module I've found is the nHingedRigidBodyStateEffector module, but this module seems limited to solar panels.
Any pointers on which modules to use to solve these two problems would be much appreciated.
-------------------
I have another question regarded visualization. I'd like to show the links in Vizard like this (note that the lines in the image below are drawn in and not actually displayed in Vizard):
I've gotten this to work to an extent. The 'createPointLine' tool does exactly what I'm looking for. However, the line created by this tool is small and does not span from one spacecraft to the other. It is only visible when I zoom in on one spacecraft:
The documentation states that the only three args for this tool are 'fromBodyName', 'toBodyName', and 'lineColor'. Therefore, I don't know how to extend these lines.
Also, I don't know how to make any line in Vizard thicker (orbit trajectory, coordinate frame, relative orbit, etc)
I am new to BSK, so apologies if the implementation of these tools is trivial.
Thanks,
Raj