reposition lidar and add tooling to devcontainer
This commit is contained in:
@@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Vendored
+2
-1
@@ -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 ──────────────────────────────────────── -->
|
||||||
|
|||||||
Reference in New Issue
Block a user