7 Star 21 Fork 14

飞行器智能感知与控制/FastGCS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Pilot Intelligence Library (PIL)

  1. Introduction

The PIL is a library for smart robot and UAV. It includes some usefull tools for C++ programming espesially in the areas of moblile robotics and computer vision.

  1. Modules

PI_BASE - basic of the PIL, including types, Svar, utils, system, osa, debug tools PI_CV - computer vision utils PI_GUI - GUI components, including Win3D, controls, etc. PI_HARDWARE - hardware component, drivers, including camera, GPS, IMU, Joystick, UART PI_LUA - Lua engine and utils PI_NETWORK - Network utils, including Socket++, MessagePassing, NetTransfer_UDP, utils PI_UAV - UAV utils

  1. Dependency

Please install the list of required package list below.

  1. Demo application

You can find the demonstration at './apps/DemoApp'. After the build, you can run the program by ../../bin/DemoApp

################################################################################

Required package:

################################################################################

sudo apt-get install -y build-essential sudo apt-get install -y bin86 kernel-package sudo apt-get install -y g++ gcc sudo apt-get install -y libboost1.54-all-dev sudo apt-get install -y exuberant-ctags cscope sudo apt-get install -y ack-grep sudo apt-get install -y cmake cmake-gui sudo apt-get install -y git

sudo apt-get install -y libncurses5 libncurses5-dev sudo apt-get install -y mesa-utils libglu1-mesa freeglut3 freeglut3-dev sudo apt-get install -y libxmu-dev libxmu-headers sudo apt-get install -y libcairo2 libcairo2-dev sudo apt-get install -y libqt4-core libqt4-dev libqt4-gui qt4-doc qt4-designer sudo apt-get install -y libqt4-opengl-dev libqtwebkit-dev sudo apt-get install -y libqt4-qt3support libqwtplot3d-qt4-0 libqwtplot3d-qt4-dev sudo apt-get install -y qt4-dev-tools qt4-qtconfig libqt4-opengl-dev sudo apt-get install -y qtcreator sudo apt-get install -y libqglviewer-dev libqglviewer2 sudo apt-get install -y lib3ds-dev sudo apt-get install -y libsdl2-dev sudo apt-get install -y libeigen3-dev libeigen3-doc sudo apt-get install -y libsuitesparse-dev sudo apt-get install -y libgtk2.0-dev libgtkglext1 libgtkglext1-dev sudo apt-get install -y libgstreamer1.0-dev libdc1394-22-dev libv4l-dev sudo apt-get install -y libjpeg-dev libpng12-dev sudo apt-get install -y ffmpeg sudo apt-get install -y libavcodec54 libavcodec-dev libavdevice53 libavdevice-dev sudo apt-get install -y libavfilter3 libavfilter-dev libavformat54 libavformat-dev sudo apt-get install -y libavutil-dev libavutil52 libswscale-dev libswscale2 libavresample-dev

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pi-lab/FastGCS.git
git@gitee.com:pi-lab/FastGCS.git
pi-lab
FastGCS
FastGCS
master

搜索帮助