# 蘑菇云AI小车 **Repository Path**: question_h/mushroom_cloud_ai_car ## Basic Information - **Project Name**: 蘑菇云AI小车 - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-08 - **Last Updated**: 2023-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 蘑菇云AI小车 #### 介绍 catkin_ws 为测试用工作空间 #### 软件架构 软件架构说明 #### 安装教程 1. ln -s mushroom_cloud_ai_car/catkin_ws ~/ 2. echo "source ~/catkin_ws/devel/setup.bash" >> ~/.bashrc 3. source ~/.bashrc #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request note: 创建工作区: 1.mkdir -p ~/工作区名称/src 2.cd ~/工作区名称/src 3.catkin_init_workspace 4.echo "source ~/工作区名称/devel/setup.bash" >> ~/.bashrc 5. cd ~/工作区名称/ 6. catkin_make