Skip to content

A FWMAV Sim Environment of SJTU Flappy Wing, mainly generate from the C++ re-coding of purdue-biorobotics/flappy.

Notifications You must be signed in to change notification settings

kexin0614/fwmav_sim_sjtu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is dependent on DART. Please make sure a proper version of DART is 
installed before building this project.
Also, some debugging code depends on ROS, so a ROS (>=kinetic) distribution must
be installed.

1. Install DART library & ROS

  Ubuntu (16.04 and later)
  (refer to http://dartsim.github.io/install_dart_on_ubuntu.html)
    $ sudo apt-add-repository ppa:dartsim/ppa
    $ sudo apt-get update
    $ sudo apt-get install libdart6-all-dev
  
  (refer to http://wiki.ros.org/ROS/Installation)

2. Build Instructions

  From this directory:
    $ mkdir build
    $ cd build
    $ cmake ..
    $ make

3. Execute Instructions

  Launch the executable from the build directory above:
    $ ./flappy_dart

About

A FWMAV Sim Environment of SJTU Flappy Wing, mainly generate from the C++ re-coding of purdue-biorobotics/flappy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published