Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
2 changes: 2 additions & 0 deletions riptide_controllers/models/model_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ def assert_path_exists(name, pth):
"Please ensure that the source tree exists, otherwise this script serves no purpose", file=sys.stderr)
exit()

print(f"Controllers root {CONTROLLERS_ROOT_LOCATION}")
assert_path_exists("uwrt root", UWRT_ROOT)
print(f"Detected uwrt root as {UWRT_ROOT}")
print(f"Detected models root as {MODELS_ROOT}")
assert_path_exists("models path", MODELS_ROOT)
print(f"Detected models root as {MODELS_ROOT}")

Expand Down
Binary file modified riptide_controllers/models/referenced_models/PID_Mathmatical.slx
Binary file not shown.