devkit_ui.test_f2c_row_metadata
Functions
|
|
Load only the F2C save method, avoiding ui_node's ROS and web-server imports. |
|
|
|
|
|
|
Classes
|
- class devkit_ui.test_f2c_row_metadata.F2CSaveHarness
Bases:
object- save_f2c_rows_to_topo(prefix: str, row_id_start: int, overwrite: bool = False) None
Save the most recently planned F2C swaths as rows in the loaded topology map.
- Parameters:
prefix (str) – Prefix used to name the generated row nodes.
row_id_start (int) – Identifier assigned to the first planned row.
overwrite (bool) – Whether to replace existing nodes with the specified prefix.
- class devkit_ui.test_f2c_row_metadata.TestF2CRowMetadata(methodName='runTest')[source]
Bases:
TestCase
- devkit_ui.test_f2c_row_metadata.latlon_to_xy(lat: float, lon: float, anchor_lat: float, anchor_lon: float) tuple[float, float][source]
- devkit_ui.test_f2c_row_metadata.load_f2c_save_harness()[source]
Load only the F2C save method, avoiding ui_node’s ROS and web-server imports.