reposition lidar and add tooling to devcontainer

This commit is contained in:
2026-04-30 12:56:56 +00:00
parent 9cb6be7103
commit d64e1c24c8
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
"donjayamanne.python-extension-pack", "donjayamanne.python-extension-pack",
"eamodio.gitlens", "eamodio.gitlens",
"ms-iot.vscode-ros", "ms-iot.vscode-ros",
"anthropic.claude-code" "anthropic.claude-code",
"Ranch-Hand-Robotics.urdf-editor"
] ]
} }
}, },
+2 -1
View File
@@ -5,5 +5,6 @@
"ROS2.distro": "kilted", "ROS2.distro": "kilted",
"python.autoComplete.extraPaths": [ "python.autoComplete.extraPaths": [
"/opt/ros/kilted/lib/python3.12/site-packages" "/opt/ros/kilted/lib/python3.12/site-packages"
] ],
"github.copilot.chat.codeGeneration.useInstructionFiles": true
} }
@@ -64,7 +64,7 @@
<parent link="base_link"/> <parent link="base_link"/>
<child link="laser"/> <child link="laser"/>
<!-- Adjust x/y/z: x=forward, y=left, z=up from base_link centre --> <!-- Adjust x/y/z: x=forward, y=left, z=up from base_link centre -->
<origin xyz="0.0 0.0 0.07" rpy="0 0 0"/> <origin xyz="-0.03 0.0 0.09" rpy="0 0 0"/>
</joint> </joint>
<!-- ── Ultrasonic sensor ──────────────────────────────────────── --> <!-- ── Ultrasonic sensor ──────────────────────────────────────── -->