Coder Social home page Coder Social logo

multi-robot-informative-path-planning's Introduction

Multi-Robot Informative Path Planning

Code for thesis on Multi-Robot Informative Path Planning for mapping unkown spatial fields, with a focus on managing exploration versus exploitation.

Path Planning Strategies

This project explores various path planning strategies to navigate scenarios within a budget, balancing exploration and exploitation based on the scenario's needs. It includes implementations of Boustrophedon, Informative Path Planning, Naive RRT, Strategic RRT, Bias RRT, Bias Beta RRT, and Adaptive RRT.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python 3.6+
  • requeriments.txt

Installing

  1. Clone the repository to your local machine.
  2. Ensure you have Python 3.6+ installed.
  3. Install the required Python packages:
pip install -r requirements.txt

Running the code

Running the code To run the simulations, use the following command with the necessary arguments:

python main.py -config example_setup.json

Where example_setup.json should be replaced with the path to your JSON configuration file. The JSON configuration allows you to easily specify the scenarios and strategies you want to test, along with any other parameters for the simulation. Check the example JSON configuration file for more information on how to set up your own.

Key Components of the Configuration:

  • Scenarios: Define the simulation scenarios. Each scenario has params for general parameters like number of sources and workspace size. specific_params allows you to specify the location and strength of specific sources.

  • Strategies: List of strategy class names you wish to test. Ensure the strategy names match the class names in the code.

  • Args: General arguments for the simulation such as the number of rounds, beta value for trade-off, whether to save/show the results, seed for randomness, budget for path planning, waypoint distance, and budget iterations for RRT strategies:

    • rounds: Number of rounds to run the simulation.
    • beta_t: Beta value for the Bias Beta RRT strategy.
    • save: Flag to save the results to a file.
    • show: Flag to show the results in a plot.
    • seed: Seed for random number generation.
    • budget: Budget for path planning.
    • d_waypoint_distance: Waypoint distance.
    • budget_iter: Budget iterations for RRT strategies.
    • run_number: Number of the run to control the folder name for saving the results.

Note

This code is in active development and may change frequently. If you have any questions or suggestions, please feel free to reach out.

CodeFactor

multi-robot-informative-path-planning's People

Contributors

franfrancisco9 avatar

Stargazers

 avatar yady avatar Zheyu avatar Tiago Teles avatar WPA avatar  avatar Ana Isabel Silva Martins avatar  avatar joaom2a0r0i1a avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.