What problem does it solve? Connecting D-Robotics official accessories (GS130W/GS130Wi binocular cameras, the RDK IMU Module, S100/S600 expansion boards) involves model-specific wiring orientations, two easily-confused IMU chips, and per-board support matrices that are easy to get wrong from memory — this Skill grounds every answer in the official documentation. ## Core Features & Use Cases - Accessory bring-up workflows: Step-by-step TROS launch procedures for GS130W/GS130Wi stereo cameras and C/Python/ROS2 SDK or IIO driver paths for the BMI088 IMU Module. - Compatibility and spec lookup: A deterministic script answers which accessory works on which board (X3/X5/S100/S600), what chip it contains, and what interface it uses. - Use Case: A developer asks whether the GS130Wi's built-in IMU is a BMI088; the Skill correctly identifies it as an ICM-42688-P over the right-eye MIPI shared I2C and routes them to the correct driver instead of the wrong one. ## Quick Start Ask the agent how to connect and read the RDK IMU Module on an RDK X5 board.