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 want to know why inter-orbits function will add the current_orbit_id and intra-orbits function will add the current_sat_id. They maybe have been confused.
I think the satellites in same orbit should not have same id.
The text was updated successfully, but these errors were encountered:
Hi, sn_get_down_satellite() is used for intra-orbits ISLs. That's right. And they have the same orbit_id.
It is the same for sn_get_right_satellite(). The adjacent satellites have the same intra_orbit_id ("current_sat_id") but different orbit_id.
When orchestrater establishes the intra-orbits ISLs, it will use function "sn_get_down_satellite()" as follow to find the adjacency node.
And it will use "sn_get right_satellite()" as follow to establish the inter-orbits ISLs.
I want to know why inter-orbits function will add the current_orbit_id and intra-orbits function will add the current_sat_id. They maybe have been confused.
I think the satellites in same orbit should not have same id.
The text was updated successfully, but these errors were encountered: