Skip to content

omershalev/experiments_framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

experiments_framework

This repository concentrates the experiments related to the research thesis titled Top View Aided Navigation in Orchards which was submitted to the Senate of the Technion - Israel Institute of Technology in May 2019.

Author: Omer Shalev

Advisor: Assistant Professor Amir Degani

Installation

The experiments were tested on Ubuntu 16.04 with ROS Kinetic.

Follow the instructions below to install all dependencies:

# Create catkin workspace
mkdir -p ~/orchards_ws/src
cd ~/orchards_ws
catkin_init_workspace

# Clone dependencies
git clone https://github.com/omershalev/air_ground_orchard_navigation
git clone https://github.com/omershalev/nelder_mead
git clone https://github.com/omershalev/astar
git clone https://github.com/omershalev/navigation -b kinetic-devel

# Clone this repository
git clone https://github.com/omershalev/experiments_framework

# Build
catkin_make

Global configuration is in the config file. Pointers to the data is configured in data_pointers (see Lavi-April for reference).

How to run an experiment

All experiments have an associated runner model under runners. Experiment configuration is done in the runner file.

Below are the runners related to the main experiments and methods presented in the work:

  1. Canopies Extraction
  2. Trunks Approximation and Semantic Labeling
  3. Canopy-based AMCL
  4. Canopy-based ICP
  5. UGV Periodic State Update
  6. Semantic Global Path Planning
  7. Path Update

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages