# rosdep **Repository Path**: xudangling_admin/rosdep ## Basic Information - **Project Name**: rosdep - **Description**: asdasdasdasdasdasdasda - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-08 - **Last Updated**: 2023-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ubiquity rosdep rosdep overlays for Ubiquity Robotics packages ## What is rosdep? Why do we need an overlay? rosdep is the system ROS uses for defining system dependancies. Many common dependancies are already supported in the [standard rosdep][1]. Some of the raspberry pi deps used by raspicam are not declared there, so we define them in this 'overlay'. You can add this overlay to your system creating the file: `/etc/ros/rosdep/sources.list.d/30-ubiquity.list` and add this to it. ``` yaml https://raw.githubusercontent.com/UbiquityRobotics/rosdep/master/raspberry-pi.yaml ``` Then run `rosdep update`. [1]: https://github.com/ros/rosdistro/tree/master/rosdep