Skip to content

Commit

Permalink
remove skidpad demo
Browse files Browse the repository at this point in the history
  • Loading branch information
papalotis authored Aug 11, 2024
1 parent 4e87624 commit ee8b606
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions streamlit_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="🏎️")

Expand Down Expand Up @@ -65,7 +65,7 @@ def run_welcome() -> None:
"Corner Missing Blue Alt",
"Hairpin",
"Hairpin Extreme",
"Skidpad",
# "Skidpad",
# "FS Spain 19 Full",
# "Wrong sort",
"Custom",
Expand Down

0 comments on commit ee8b606

Please sign in to comment.