The inertial navigation computer

Joined
Jan 29, 2021
Messages
1
#1
The inertial navigation system is the system that replaces the GPS. Instead of using triangulation the transmitters to determine its position. We use the xyz acceleration forces and the 3 gyroscopes to measure our position in real time. The system would allow you to leave the GPS covered area without losing it.

The variables that the inertial navigation computer would use:
x -> starting and result variable
y -> start and result variable
z -> start and result variable
force-x -> measure the acceleration and deceleration of this axis
force-y -> measure the acceleration and deceleration of this axis
force-z -> measure the acceleration and deceleration of this axis
giro-roll -> measure the roll angle
giro-pitch -> measure the roll angle
giro-yam -> measure the roll angle

The computer will take care of the calculation to determine the new position x y z in real time.

The idea came while watching this documentary. that would give more autonomy to the spacecraft:
 
Top