Skip to content

Commit

Permalink
Minor changes to readme and folder restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushgaud committed Aug 14, 2018
1 parent 6a680a3 commit 90bb0f4
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions readme.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.. _arduplanner-gazebo-sitl:
.. _octomapplanner-gazebo-sitl:

============
ArduPlanner
OctomapPlanner
============

This article explains how to set up and use ArduPlanner to work with Gazebo SITL

Overview
===============

Arduplanner is a library for autonomous mapping and planning specifically designed for ArduPilot Copter. It uses Octomap for 3D occupancy mapping and OMPL and FCL for goal-directed planning with collision avoidance.
OctomapPlanner is a library for autonomous mapping and planning specifically designed for ArduPilot Copter. It uses Octomap for 3D occupancy mapping and OMPL and FCL for goal-directed planning with collision avoidance.

.. warning::

Expand Down Expand Up @@ -85,12 +85,12 @@ OMPL

sudo apt install ros-kinetic-ompl

Finally, build ArduPlanner and copy the iris model for gazebo to find
Finally, build OctomapPlanner and copy the iris model for gazebo to find

::

git clone https://github.com/ayushgaud/arduplanner
cd arduplanner
git clone https://github.com/ardupilot/OctomapPlanner
cd OctomapPlanner
mkdir build
cd build
cmake ..
Expand All @@ -112,11 +112,13 @@ On a seperate terminal start ArduCopter SITL

sim_vehicle.py -v ArduCopter -f gazebo-iris

Switch the copter to guided mode and takeoff

Before launching the code you may want to edit a few parameters like start and goal location
This can be done by editing the planner_params.yaml file inside the config folder

Finally, launch the planner code by executing this from the arduplanner folder
Finally, launch the planner code by executing this from the OctomapPlanner root folder

::

./build/main_node
./build/main_node

0 comments on commit 90bb0f4

Please sign in to comment.