-
Maytheewat Aramrattana authoredUnverified334d8019
Readme.md 830 B
Pre-requisite
- Ubuntu 16.04 LTS
- ROS Kinetic
- Gazebo 7.14
- You can use this script here:
- Download or save it somewhere
- Go to the location that you saved it
- source ubuntu_sim_ros_gazebo.sh
OpenUAV
This simulation is based on OpenUAV project.
- In your home directory create a
src
folder by typingmkdir src
in your terminal cd src
- Clone all git repositories in OpenUAV to this folder by
git clone
command - Go to the
Firmware
repository by typingcd Firmware
-
source setup-install.sh
(press Return to continue when asked) - When it finishes, type
make posix_sitl_default
- Then try to run Gazebo by typing
gazebo
in your terminal