gazebo sim added

This commit is contained in:
Ray
2025-08-02 12:07:02 +08:00
parent 7060c424c8
commit 80a06ef898
306 changed files with 22706 additions and 2008 deletions

17
.vscode/c_cpp_properties.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/opt/ros/humble/include/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}

14
.vscode/settings.json vendored
View File

@@ -1,3 +1,15 @@
{
"cmake.sourceDirectory": "/home/ray/ROS2Workspace/softwaresystem/RobotOS1"
"cmake.sourceDirectory": "/home/hivecore/ros2_ws/softwaresystem/RobotOS1",
"files.associations": {
"*.launch": "python",
"*.world": "xml",
"*.xacro": "xml",
"array": "cpp",
"bitset": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
"regex": "cpp",
"utility": "cpp",
"valarray": "cpp"
}
}