Simple UAV System using ROS. This created primarily for my Final Project on Bachelor Degree
- Ardupilot & MAVProxy
- Gazebo & ArduPilot Plugin
- ROS Melodic/Neotic & MAVROS
- OpenCV
- JetsonGPIO (Jetson) or WiringPI (Rasberry Pi)
- Boost
- JSON C++
- Curses
- Curl
cd ~/catkin_ws/src
sudo apt install ncurses-dev libnotify-dev -y
git clone https://github.com/Balisa16/UAV-System.git emiro
cd emiro
echo "export EMIRO_PATH=$(pwd)" >> ~/.bashrc
echo "source $(pwd)/shell/emiro.sh" >> ~/.bashrc
source ~/.bashrc
git submodule update --init
catkin build emiro
pip3 install pyautogui
- If there an error like this
src/emiro/release/manual: error while loading shared libraries: libLogger.so: cannot open shared object file: No such file or directory
then execute this in top of workspace in this case in~/catkin_ws
cp src/emiro/release/lib/* devel/lib/