From 7160ce68096ed355e519d1baab50c37c5499a37e Mon Sep 17 00:00:00 2001 From: "ly.pechvattana" Date: Tue, 29 Aug 2023 05:23:09 -0700 Subject: [PATCH] adding gazebo.launch --- .catkin_workspace | 1 + .vscode/c_cpp_properties.json | 21 +++++++++++++++++++ .vscode/settings.json | 8 +++++++ .../launch/gazebo.launch | 21 +++++++++++++++++++ .../urdf/turtlebot.urdf.xacro | 4 ++-- 5 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 .catkin_workspace create mode 100644 .vscode/c_cpp_properties.json create mode 100644 .vscode/settings.json diff --git a/.catkin_workspace b/.catkin_workspace new file mode 100644 index 0000000..52fd97e --- /dev/null +++ b/.catkin_workspace @@ -0,0 +1 @@ +# This file currently only serves to mark the location of a catkin workspace for tool integration diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..eea29b3 --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -0,0 +1,21 @@ +{ + "configurations": [ + { + "browse": { + "databaseFilename": "${default}", + "limitSymbolsToIncludedHeaders": false + }, + "includePath": [ + "/opt/ros/noetic/include/**", + "/home/sasu/kubot_ws/src/kubot_description/include/**", + "/usr/include/**" + ], + "name": "ROS", + "intelliSenseMode": "gcc-x64", + "compilerPath": "/usr/bin/gcc", + "cStandard": "gnu11", + "cppStandard": "c++14" + } + ], + "version": 4 +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..d1fc194 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "python.autoComplete.extraPaths": [ + "/opt/ros/noetic/lib/python3/dist-packages" + ], + "python.analysis.extraPaths": [ + "/opt/ros/noetic/lib/python3/dist-packages" + ] +} \ No newline at end of file diff --git a/src/turtlebot_description/launch/gazebo.launch b/src/turtlebot_description/launch/gazebo.launch index e69de29..dd06c02 100644 --- a/src/turtlebot_description/launch/gazebo.launch +++ b/src/turtlebot_description/launch/gazebo.launch @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/turtlebot_description/urdf/turtlebot.urdf.xacro b/src/turtlebot_description/urdf/turtlebot.urdf.xacro index 50b7bd5..7a52a97 100644 --- a/src/turtlebot_description/urdf/turtlebot.urdf.xacro +++ b/src/turtlebot_description/urdf/turtlebot.urdf.xacro @@ -19,7 +19,7 @@ - + @@ -44,7 +44,7 @@ - +