Skip to content

Commit

Permalink
Merge pull request #24 from columbiaspace/navdisplay
Browse files Browse the repository at this point in the history
Navdisplay
  • Loading branch information
adenjonah authored May 19, 2024
2 parents 6d6b669 + dcf98b8 commit bc7c5a7
Show file tree
Hide file tree
Showing 14 changed files with 388 additions and 458 deletions.
123 changes: 122 additions & 1 deletion server/json_databases/equipment_repair.json
Original file line number Diff line number Diff line change
@@ -1 +1,122 @@
{"procedures": [{"id": 1, "title": "Structural Damage Repair", "steps": [{"step": "Comm Tower Base 1", "role": "EV1", "description": "Collect structural repair materials including metal patches, welding tools, and adhesives."}, {"step": "Comm Tower Base 2", "role": "EV2", "description": "Assemble safety gear for climbing and securing both crew members."}, {"step": "Comm Tower 3", "role": "EV1", "description": "Assess tower for visible structural damage."}, {"step": "Comm Tower 4", "role": "EV2", "description": "Assist in removing debris and damaged components."}, {"step": "Comm Tower 5", "role": "EV1", "description": "Apply metal patches over holes or tears using welding tools."}, {"step": "Comm Tower 6", "role": "EV2", "description": "Provide support in applying patches or adhesives."}, {"step": "Comm Tower 7", "role": "EV1", "description": "Secure larger structural issues with adhesives and temporary supports."}, {"step": "Comm Tower 8", "role": "EV2", "description": "Ensure safety protocols are followed during high or difficult access points."}]}, {"id": 2, "title": "Power System Troubleshooting and Repair", "steps": [{"step": "Tower Base PSU 1", "role": "EV1", "description": "Assemble diagnostic kit, spare batteries, solar cells, and electrical repair tools."}, {"step": "Tower Base PSU 2", "role": "EV2", "description": "Carry additional spare parts and protective equipment."}, {"step": "Tower Base PSU 3", "role": "EV1", "description": "Perform diagnostics to identify power supply issues."}, {"step": "Tower Base PSU 4", "role": "EV2", "description": "Assist in identifying damaged components."}, {"step": "Tower Base PSU 5", "role": "EV1", "description": "Replace faulty batteries or solar cells."}, {"step": "Tower Base PSU 6", "role": "EV2", "description": "Help in repairing or replacing wiring, ensuring secure connections."}, {"step": "Tower Base PSU 7", "role": "EV1", "description": "Verify power system functionality post-repair."}]}, {"id": 3, "title": "Antenna Alignment and Calibration", "steps": [{"step": "Comm Tower Antenna 1", "role": "EV1", "description": "Prepare alignment tools and calibration software on a portable device."}, {"step": "Comm Tower Antenna 2", "role": "EV2", "description": "Assemble securing gear and safety equipment for both crew members."}, {"step": "Comm Tower Antenna 3", "role": "EV1", "description": "Adjust the antenna to correct orientation using tools."}, {"step": "Comm Tower Antenna 4", "role": "EV2", "description": "Assist in antenna inspection for misalignment or damage."}, {"step": "Comm Tower Antenna 5", "role": "EV1", "description": "Secure antenna position; perform calibration test."}, {"step": "Comm Tower Antenna 6", "role": "EV2", "description": "Support in adjustment and calibration process; maintain communication with mission control."}]}, {"id": 4, "title": "Transceiver Module Replacement", "steps": [{"step": "Comm Tower Transceiver 1", "role": "EV1", "description": "Collect replacement transceiver module and non-conductive tools."}, {"step": "Comm Tower Transceiver 2", "role": "EV2", "description": "Prepare electrostatic discharge safety equipment."}, {"step": "Comm Tower Transceiver 3", "role": "EV1", "description": "Remove the faulty module."}, {"step": "Comm Tower Transceiver 4", "role": "EV2", "description": "Assist in isolating power supply."}, {"step": "Comm Tower Transceiver 5", "role": "EV1", "description": "Install the new module ensuring all connections are secure."}, {"step": "Comm Tower Transceiver 6", "role": "EV2", "description": "Ensure module installation is correctly performed; conduct systems check to verify functionality."}]}]}
{
"procedures": [
{
"id": 1,
"title": "Structural Damage Repair",
"steps": [
{
"step": "Comm Tower Base 1",
"role": "EV1",
"description": "Collect structural repair materials including metal patches, welding tools, and adhesives."
},
{
"step": "Comm Tower Base 2",
"role": "EV2",
"description": "Assemble safety gear for climbing and securing both crew members."
},
{
"step": "Comm Tower 3",
"role": "EV1",
"description": "Assess tower for visible structural damage."
},
{
"step": "Comm Tower 4",
"role": "EV2",
"description": "Assist in removing debris and damaged components."
},
{
"step": "Comm Tower 5",
"role": "EV1",
"description": "Apply metal patches over holes or tears using welding tools."
},
{
"step": "Comm Tower 6",
"role": "EV2",
"description": "Provide support in applying patches or adhesives."
},
{
"step": "Comm Tower 7",
"role": "EV1",
"description": "Secure larger structural issues with adhesives and temporary supports."
},
{
"step": "Comm Tower 8",
"role": "EV2",
"description": "Ensure safety protocols are followed during high or difficult access points."
}
]
},
{
"id": 3,
"title": "Antenna Alignment and Calibration",
"steps": [
{
"step": "Comm Tower Antenna 1",
"role": "EV1",
"description": "Prepare alignment tools and calibration software on a portable device."
},
{
"step": "Comm Tower Antenna 2",
"role": "EV2",
"description": "Assemble securing gear and safety equipment for both crew members."
},
{
"step": "Comm Tower Antenna 3",
"role": "EV1",
"description": "Adjust the antenna to correct orientation using tools."
},
{
"step": "Comm Tower Antenna 4",
"role": "EV2",
"description": "Assist in antenna inspection for misalignment or damage."
},
{
"step": "Comm Tower Antenna 5",
"role": "EV1",
"description": "Secure antenna position; perform calibration test."
},
{
"step": "Comm Tower Antenna 6",
"role": "EV2",
"description": "Support in adjustment and calibration process; maintain communication with mission control."
}
]
},
{
"id": 4,
"title": "Transceiver Module Replacement",
"steps": [
{
"step": "Comm Tower Transceiver 1",
"role": "EV1",
"description": "Collect replacement transceiver module and non-conductive tools."
},
{
"step": "Comm Tower Transceiver 2",
"role": "EV2",
"description": "Prepare electrostatic discharge safety equipment."
},
{
"step": "Comm Tower Transceiver 3",
"role": "EV1",
"description": "Remove the faulty module."
},
{
"step": "Comm Tower Transceiver 4",
"role": "EV2",
"description": "Assist in isolating power supply."
},
{
"step": "Comm Tower Transceiver 5",
"role": "EV1",
"description": "Install the new module ensuring all connections are secure."
},
{
"step": "Comm Tower Transceiver 6",
"role": "EV2",
"description": "Ensure module installation is correctly performed; conduct systems check to verify functionality."
}
]
}
]
}
2 changes: 1 addition & 1 deletion server/json_databases/geojson/nav_path.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "LineString", "coordinates": [[-95.08171731249612, 29.564801074268402], [-95.0817141067597, 29.564811937283455], [-95.08171086272411, 29.564820933377636], [-95.08170758295314, 29.564828187529002], [-95.08170427001075, 29.564833824715617], [-95.08170092646077, 29.564837969915533], [-95.08169755486712, 29.56484074810683], [-95.08169415779363, 29.56484228426754], [-95.08169073780422, 29.564842703375746], [-95.08168729746276, 29.564842130409495], [-95.08168383933314, 29.56484069034686], [-95.0816803659792, 29.564838508165884], [-95.08167687996485, 29.564835708844644], [-95.08167338385395, 29.56483241736119], [-95.08166988021043, 29.564828758693587], [-95.08166637159812, 29.564824857819886], [-95.08166286058089, 29.564820839718163], [-95.08165934972266, 29.564816829366464], [-95.08165584158729, 29.564812951742855], [-95.08165233873865, 29.564809331825398], [-95.08164884374064, 29.564806094592146], [-95.08164535915712, 29.564803365021174], [-95.08164188746349, 29.5648012637773], [-95.08163842910004, 29.564799812321272], [-95.08163498247184, 29.564798932909703], [-95.08163154589556, 29.56479854348599], [-95.08162811768784, 29.56479856199354], [-95.0816246961653, 29.56479890637575], [-95.08162127964461, 29.56479949457602], [-95.08161786644239, 29.564800244537746], [-95.08161445487525, 29.564801074204336], [-95.08161104325988, 29.564801901519186], [-95.08160762991291, 29.56480264442569], [-95.08160421330149, 29.5648032282051], [-95.081600793203, 29.564803642005018], [-95.0815973700694, 29.564803907857442], [-95.08159394435826, 29.56480404806616], [-95.08159051652716, 29.564804084934934], [-95.0815870870336, 29.56480404076754], [-95.08158365633514, 29.56480393786775], [-95.08158022488936, 29.56480379853934], [-95.08157679315381, 29.564803645086087], [-95.08157336158604, 29.564803499811756], [-95.08156993064358, 29.564803385020124], [-95.08156650068327, 29.564803318104588], [-95.081563071659, 29.56480329681703], [-95.08155964342389, 29.564803313998958], [-95.08155621583113, 29.564803362491872], [-95.08155278873383, 29.564803435137296], [-95.08154936198517, 29.56480352477672], [-95.08154593543829, 29.564803624251667], [-95.08154250894631, 29.56480372640363], [-95.08153908236244, 29.564803824074122], [-95.08153565553978, 29.564803910104647], [-95.08153222833222, 29.56480397737184], [-95.08152880068081, 29.56480402300268], [-95.08152537269598, 29.564804052378943], [-95.08152194450751, 29.56480407183082], [-95.0815185162453, 29.564804087688522], [-95.0815150880392, 29.564804106282235], [-95.08151166001902, 29.564804133942168], [-95.08150823231462, 29.564804176998514], [-95.0815048050559, 29.564804241781466], [-95.08150137837265, 29.56480433462124], [-95.08149795239473, 29.56480446184802], [-95.08149452724155, 29.56480462928175], [-95.08149110279173, 29.564804831006377], [-95.0814876786832, 29.56480504936986], [-95.08148425454343, 29.56480526620989], [-95.08148082999986, 29.56480546336418], [-95.08147740467994, 29.56480562267042], [-95.08147397821116, 29.564805725966306], [-95.08147055022096, 29.564805755089537], [-95.08146712033678, 29.564805691877815], [-95.08146368818609, 29.564805518168832], [-95.08146025339634, 29.56480521580029], [-95.08145681571682, 29.56480477254998], [-95.08145337595734, 29.564804227896495], [-95.08144993547367, 29.56480364793884], [-95.08144649562618, 29.56480309899602], [-95.08144305777519, 29.564802647387044], [-95.08143962328101, 29.56480235943093], [-95.08143619350398, 29.564802301446676], [-95.08143276980441, 29.56480253975329], [-95.08142935354266, 29.5648031406698], [-95.08142594607902, 29.564804170515192], [-95.08142254877386, 29.564805695608484], [-95.08141916253454, 29.56480776018733], [-95.08141578645672, 29.56481032016395], [-95.08141241918314, 29.564813309369217], [-95.08140905935649, 29.564816661633987], [-95.0814057056195, 29.56482031078914], [-95.08140235661493, 29.564824190665533], [-95.08139901098544, 29.564828235094037], [-95.08139566737378, 29.564832377905525], [-95.0813923244227, 29.56483655293085], [-95.08138898077485, 29.56484069400089], [-95.08138563507747, 29.564844735164172], [-95.08138228651798, 29.564848636806275], [-95.08137893533296, 29.564852410463267], [-95.08137558187964, 29.564856073548086], [-95.08137222651519, 29.564859643473653], [-95.08136886959676, 29.5648631376529], [-95.08136551148156, 29.564866573498758], [-95.08136215252676, 29.564869968424155], [-95.08135879308954, 29.564873339842023], [-95.08135543352707, 29.564876705165286], [-95.08135207419654, 29.56488008180688], [-95.0813487154462, 29.564883486744414], [-95.0813453574189, 29.56488692694305], [-95.08134200005216, 29.564890399355534], [-95.08133864327453, 29.564893900499282], [-95.08133528701458, 29.564897426891697], [-95.08133193120086, 29.5649009750502], [-95.08132857576196, 29.564904541492204], [-95.08132522062643, 29.564908122735122], [-95.08132186572283, 29.564911715296372], [-95.08131851097971, 29.564915315693366], [-95.08131515632567, 29.564918920443514], [-95.08131180168927, 29.564922526064233], [-95.08130844699906, 29.564926129072944], [-95.08130509218358, 29.56492972598705], [-95.08130173717144, 29.56493331332397], [-95.08129838189119, 29.564936887601114], [-95.08129502627136, 29.564940445335903], [-95.08129167024057, 29.564943983045747], [-95.08128831372734, 29.56494749724806], [-95.08128495666026, 29.564950984460257], [-95.08128159896788, 29.564954441199756], [-95.08127824057877, 29.56495786398396]]}, "properties": {"name": "Rover Path"}}]}
37 changes: 16 additions & 21 deletions server/json_databases/golden_er_procedure.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,41 @@
{
"id": 1,
"title": "Structural Damage Repair",
"id": 2,
"title": "Power System Troubleshooting and Repair",
"steps": [
{
"step": "Comm Tower Base 1",
"step": "Tower Base PSU 1",
"role": "EV1",
"description": "Collect structural repair materials including metal patches, welding tools, and adhesives."
"description": "Assemble diagnostic kit, spare batteries, solar cells, and electrical repair tools."
},
{
"step": "Comm Tower Base 2",
"step": "Tower Base PSU 2",
"role": "EV2",
"description": "Assemble safety gear for climbing and securing both crew members."
"description": "Carry additional spare parts and protective equipment."
},
{
"step": "Comm Tower 3",
"step": "Tower Base PSU 3",
"role": "EV1",
"description": "Assess tower for visible structural damage."
"description": "Perform diagnostics to identify power supply issues."
},
{
"step": "Comm Tower 4",
"step": "Tower Base PSU 4",
"role": "EV2",
"description": "Assist in removing debris and damaged components."
"description": "Assist in identifying damaged components."
},
{
"step": "Comm Tower 5",
"step": "Tower Base PSU 5",
"role": "EV1",
"description": "Apply metal patches over holes or tears using welding tools."
"description": "Replace faulty batteries or solar cells."
},
{
"step": "Comm Tower 6",
"step": "Tower Base PSU 6",
"role": "EV2",
"description": "Provide support in applying patches or adhesives."
"description": "Help in repairing or replacing wiring, ensuring secure connections."
},
{
"step": "Comm Tower 7",
"step": "Tower Base PSU 7",
"role": "EV1",
"description": "Secure larger structural issues with adhesives and temporary supports."
},
{
"step": "Comm Tower 8",
"role": "EV2",
"description": "Ensure safety protocols are followed during high or difficult access points."
"description": "Verify power system functionality post-repair."
}
]
}
Loading

0 comments on commit bc7c5a7

Please sign in to comment.