# fcu_core **Repository Path**: fancinnov/fcu_core ## Basic Information - **Project Name**: fcu_core - **Description**: Mcontroller ROS工程 - **Primary Language**: C - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2023-02-13 - **Last Updated**: 2025-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 1. Prerequisites ### 1.1 **Ubuntu** and **ROS** Ubuntu 64-bit 20.04. ROS Noetic. [ROS Installation](http://wiki.ros.org/ROS/Installation) ### 1.2. **serial** sudo apt-get install ros-noetic-serial ### 1.3. **eigen** sudo apt-get install libeigen3-dev ## 2. Build 在工作空间的src文件夹中:git clone https://github.com/fancinnov/quadrotor_msgs.git 或者 git clone https://gitee.com/fancinnov/quadrotor_msgs.git 在工作空间:catkin_make ## 3. Source source devel/setup.bash ## 4. 如果用到串口需要配置权限 sudo chmod 777 /dev/ttyACM0 ## 5. 运行node roslaunch fcu_core fcu_core.launch