diff --git a/streamlit_main.py b/streamlit_main.py index 3191656..c81154e 100644 --- a/streamlit_main.py +++ b/streamlit_main.py @@ -7,9 +7,9 @@ from fsd_path_planning.demo.streamlit_demo.path_calculation import ( run as run_path_calculation, ) -from fsd_path_planning.demo.streamlit_demo.skidpad_relocalization import ( - run as run_skidpad, -) +# from fsd_path_planning.demo.streamlit_demo.skidpad_relocalization import ( +# run as run_skidpad, +# ) st.set_page_config(page_title="FT Path Planning", page_icon="🏎️") @@ -65,7 +65,7 @@ def run_welcome() -> None: "Corner Missing Blue Alt", "Hairpin", "Hairpin Extreme", - "Skidpad", + # "Skidpad", # "FS Spain 19 Full", # "Wrong sort", "Custom",