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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.log
*.pyc
*.pt
*.md

#ディレクトリで指定
bin/
Expand All @@ -19,6 +20,5 @@ simulator_old/
AGENTS.md
CLAUDE.md
.codex
project.md

#例外ファイルを指定
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[submodule "vectornav"]
path = vectornav
path = sensing/vectornav
url = https://github.com/open-rdc/vectornav
[submodule "socketcan_interface"]
path = socketcan_interface
Expand Down
5 changes: 0 additions & 5 deletions e2e_planner/config/train.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions e2e_planner/data/.gitignore

This file was deleted.

Empty file.
179 changes: 0 additions & 179 deletions e2e_planner/e2e_planner/inference_node.py

This file was deleted.

Loading