Skip to content

Commit

Permalink
WSU tutorial update
Browse files Browse the repository at this point in the history
  • Loading branch information
sytelus committed Dec 19, 2017
1 parent 459382b commit 8d5a262
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,12 @@ Yet another way to use AirSim is so-called "Computer Vision" mode. In this mode,

### Tutorials

- [Video - Setting up AirSim with Pixhawk Tutorial](https://youtu.be/1oY8Qu5maQQ)
- [Video - Using AirSim with Pixhawk Tutorial](https://youtu.be/HNWdYrtw3f0)
- [Video - Using off-the-self environments with AirSim](https://www.youtube.com/watch?v=y09VbdQWvQY)
- [Reinforcement Learning with AirSim](docs/reinforcement_learning.md)
- [Video - Setting up AirSim with Pixhawk Tutorial](https://youtu.be/1oY8Qu5maQQ) by Chris Lovett
- [Video - Using AirSim with Pixhawk Tutorial](https://youtu.be/HNWdYrtw3f0) by Chris Lovett
- [Video - Using off-the-self environments with AirSim](https://www.youtube.com/watch?v=y09VbdQWvQY) by Jim Piavis
- [Reinforcement Learning with AirSim](docs/reinforcement_learning.md) by Ashish Kapoor
- [The Autonomous Driving Cookbook](https://aka.ms/AutonomousDrivingCookbook) by Microsoft Deep Learning and Robotics Garage Chapter
- [Using TensorFlow for simple collision avoidance](https://github.com/simondlevy/AirSimTensorFlow) by Simon Levy and WLU team


## What's New
Expand Down
2 changes: 1 addition & 1 deletion docs/apis.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#AirSim APIs
# AirSim APIs
## Introduction
AirSim exposes APIs so you can interact with vehicle in the simulation programmatically. You can use these APIs to retrieve images, get state, control the vehicle and so on. The APIs use [msgpack-rpc protocol](https://github.com/msgpack-rpc/msgpack-rpc) over TCP/IP which allows you to use variety of programming languages including C++, C#, Python, Java etc.

Expand Down
25 changes: 14 additions & 11 deletions docs/who_is_using.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@
Just add a [GitHub issue](https://github.com/microsoft/airsim/issues) with quick details and link to your website or paper or send us email at msrair at microsoft.com.

* [NASA Ames Research Center – Systems Analysis Office](https://www.nasa.gov/ames)
* [Astrobotic](https://www.astrobotic.com/technology) - [Kerry Snyder](http://www.ohscope.com/)
* [GRASP Lab, Univ of Pennsylvania](https://www.grasp.upenn.edu/) - [Dr. Giuseppe Loianno](http://wpage.unina.it/giuseppe.loianno/)
* [Department of Aeronautics and Astronautics, Stanford University](https://aa.stanford.edu/) - [Prof. Mykel J. Kochenderfer](http://mykel.kochenderfer.com/)
* [Formula Technion](https://formula-technion.weebly.com/) - Dean Zadok
* [Ghent University](https://www.ugent.be) - [Nils Tijtgat](https://timebutt.github.io/static/author/nils/)
* [ICARUS](http://icarus.upc.edu) - [Kjell Kersandt](https://github.com/kjell-k)
* [UC, Santa Barbara](https://www.ucsb.edu/) - [Rodger Luo](http://www.rodgerluo.com/) and Sam Green
* [WISE Lab, Univ of Waterloo](https://uwaterloo.ca/waterloo-intelligent-systems-engineering-lab/) - [Nick Fox-Gieg](https://uwaterloo.ca/waterloo-intelligent-systems-engineering-lab/about/people/nafoxgie)
* [HAMS project](https://www.microsoft.com/en-us/research/project/hams/), MSR India -[Venkat Padmanabhan](https://www.microsoft.com/en-us/research/people/padmanab/) and [Akshay Uttama Nambi](https://www.microsoft.com/en-us/research/people/t-snaksh/)
* [Texas A&M](https://www.tamu.edu/) - [Sai Vemprala](http://www.saihv.com/)
* [Robotics and Perception Group, University of Zurich](http://rpg.ifi.uzh.ch/) - [Davide Scaramuzza](http://rpg.ifi.uzh.ch/people_scaramuzza.html)
* [Astrobotic](https://www.astrobotic.com/technology)
* [GRASP Lab, Univ of Pennsylvania](https://www.grasp.upenn.edu/)
* [Department of Aeronautics and Astronautics, Stanford University](https://aa.stanford.edu/)
* [Formula Technion](https://formula-technion.weebly.com/)
* [Ghent University](https://www.ugent.be)
* [ICARUS](http://icarus.upc.edu)
* [UC, Santa Barbara](https://www.ucsb.edu/)
* [WISE Lab, Univ of Waterloo](https://uwaterloo.ca/waterloo-intelligent-systems-engineering-lab/)
* [HAMS project, MSR India](https://www.microsoft.com/en-us/research/project/hams/)
* [Washington and Lee University](https://www.wlu.edu/)
* [University of Oklahoma](https://www.ou.edu/)
* [Robotics Institute, Carnegie Mellon University](https://www.ri.cmu.edu/)
* [Texas A&M](https://www.tamu.edu/)
* [Robotics and Perception Group, University of Zurich](http://rpg.ifi.uzh.ch/)

0 comments on commit 8d5a262

Please sign in to comment.