TrajAllocPy is a Python library that provides functionality for trajectory task Allocaition using Consensus based bundle algorithm
Project description
TrajAllocPy: Decentralized multi-robot/agent task allocation for area coverage problems
TrajAllocPy is a Python library that provides functionality for trajectory task allocation based on CBBA (Consensus Based Bundle Algorithm).
Coverage task dataset
This repository uses dataset format given in: https://github.com/kasperg3/CoverageTasks
Installation
The package is regularly updated and new releases are created when significant changes to the main branch has happened.
pip install trajallocpy
Build from source
You can install TrajAllocPy using pip. Simply navigate to your projects root directory and run:
pip install -r requirements.txt
pip install -e .
The "-e" argument for pip is to enable the developer to edit the python source code and perform tests without having to rebuild everything.
Usage
To use TrajAllocPy in your Python project, you can import it as follows:
import TrajAllocPy
You can then use the provided functions and classes to perform trajectory allocaion and task planning based on the consensus based bundle algorithm algorithm. See the examples in exmaples.md
Contributing & Development
Install the bindings in dev mode:
pip install -e .
To contribute to TrajAllocPy, start by forking the repository on GitHub. Create a new branch for your changes, make the necessary code edits, commit your changes with clear messages, and push them to your fork. Create a pull request from your branch to the original repository, describing your changes and addressing any related issues. Once your pull request is approved, a project maintainer will merge it into the main branch.
Citation
If you use TrajAllocPy in your work, please cite the following paper:
@inproceedings{grontved2022icar,
title={Decentralized Multi-UAV Trajectory Task Allocation in Search and Rescue Applications},
author={Gr{\o}ntved, Kasper Andreas R{\o}mer and Schultz, Ulrik Pagh and Christensen, Anders Lyhne},
booktitle={21st International Conference on Advanced Robotics},
year={2023},
organization={IEEE}
}
License
This library is released under the MIT License. Feel free to use, modify, and distribute it in your projects.
Issues and Contributions
If you encounter any issues or have ideas for improvements, please open an issue on the GitHub repository. Contributions in the form of pull requests are also welcome.
Support
For support and inquiries, you can contact the maintainers of this library at kaspergrontved@gmail.com.
Thank you for using TrajAllocPy! We hope it proves to be a valuable tool for your trajectory generation and task planning needs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file trajallocpy-0.0.14.tar.gz.
File metadata
- Download URL: trajallocpy-0.0.14.tar.gz
- Upload date:
- Size: 20.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98df31e9493482788609ef3a4d1247fb51d0789b009704622fd3d91465f13dba
|
|
| MD5 |
496baf17b2b4edb657a7a3b04a21c161
|
|
| BLAKE2b-256 |
858749c5622ddca17cc26dc7c6e8d1cfb0092907bb136c2375725e454e00f6bc
|
File details
Details for the file trajallocpy-0.0.14-py3-none-any.whl.
File metadata
- Download URL: trajallocpy-0.0.14-py3-none-any.whl
- Upload date:
- Size: 26.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c94233d7a56c1cf06a17ea5365ceccfeefaa9ad29c2b5d6ffef1fd6ce8a256c
|
|
| MD5 |
6488ef54e3453b5e13fca4f2c12310ad
|
|
| BLAKE2b-256 |
8e41630d8bb250d4953af1cb44053febff95b7a7ce90d25e7d9c0c153c65a5d8
|