Skip to content

Commit 0a92c68

Browse files
committed
Release version 2 of open car dynamics
1 parent 7df07ca commit 0a92c68

305 files changed

Lines changed: 20760 additions & 8077 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
build
22
install
3-
log
3+
log
4+
dependencies
5+
ocd_test

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[submodule "src/ros_integration/msgs/autoware_auto_msgs"]
2-
path = src/ros_integration/msgs/autoware_auto_msgs
3-
url = https://github.com/tier4/autoware_auto_msgs.git
1+
[submodule "submodules/tam__common"]
2+
path = submodules/tam__common
3+
url = https://github.com/tUMFTM/tam__common

.vscode/c_cpp_properties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"configurations": [
33
{
44
"name": "Linux",
5-
"includePath": ["${workspaceFolder}/**", "/opt/ros/${ROS_DISTRO}/include", "/usr/include/python3.10/"],
5+
"includePath": ["${workspaceFolder}/**", "/opt/ros/${ROS_DISTRO}/include", "/usr/include/python3.10/", "/usr/include/python3.12/"],
66
"defines": [],
77
"compilerPath": "/usr/bin/gcc",
88
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
99
"cStandard": "c11",
10-
"cppStandard": "c++17",
10+
"cppStandard": "c++20",
1111
"intelliSenseMode": "clang-x64"
1212
}
1313
],

.vscode/extensions.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

.vscode/launch.json

Lines changed: 0 additions & 147 deletions
This file was deleted.

.vscode/launch_template.jsonc

Lines changed: 0 additions & 74 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 0 additions & 149 deletions
This file was deleted.

.vscode/settings_template.jsonc

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)