# rosdistro **Repository Path**: soil-lentil/rosdistro ## Basic Information - **Project Name**: rosdistro - **Description**: ROS2 rosdep - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-21 - **Last Updated**: 2024-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This repo maintains the lists of repositories defining ROS distributions. It is the implementation of [REP 143](http://ros.org/reps/rep-0143.html) It also the home of the rosdep rules. Guide to Contributing --------------------- Please see [CONTRIBUTING.md](CONTRIBUTING.md) Review guidelines ----------------- Please see the [review guidelines](REVIEW_GUIDELINES.md) to look at the criteria to get a pull request merged into this repository. 修改相关文件,主要有: ./rosdistro/__init__.py、./rosdep2/gbpdistro_support.py、./rosdep2/sources_list.py 、./rosdep2/rep3.py。可以使用sudo gedit命令修改文件: 文件中涉及的 URL 内容,如果是:raw.githubusercontent.com/ros/rosdistro/master都替换成步骤1中准备的gitee.com/soil-lentil/rosdistro/raw/master即可。 修改完毕,再重新执行命令: sudo rosdep init rosdep update