Skip to content

Commit

Permalink
added OMPL installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlaskey committed Mar 31, 2018
1 parent e5cb4a1 commit 5f0d1bf
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,32 @@
Installation
============

Install FLUIDS
^^^^^^^^^^^^^^^^
These commands install gym-urbandriving and its requirements in the current Python environment.
::
git clone https://github.com/jerryz123/gym-urbandriving.git
git clone https://github.com/BerkeleyAutomation/Urban_Driving_Simulator.git
cd gym-urbandriving
pip3 install -e .


These commands install gym-urbandriving and its requirements in the current Python environment.
Optional OMPL Install
^^^^^^^^^^^^^^^^^^^^^

Additional trajecotry generation features are available if OMPL (Open Motion Planning Library) is installed. The following is the installation instructino for Mac users.

Install Macports https://www.macports.org/install.php (Note macports is very heavily tied to xcode to guarantee this to work you will need to have xcode installed)
With macports installed perform the following three lines of code
::
sudo port sync
sudo port clean castxml
sudo port install ompl +app

Macport will download its own version of python2.7 that everything will work off of. To link the command line python type the following:
::
sudo port select python2 python2.7




0 comments on commit 5f0d1bf

Please sign in to comment.