Skip to content

Commit

Permalink
add contributing in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardegroot committed Oct 14, 2024
1 parent f512d3f commit 02f34a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Standalone example with randomized obstacles | [T-MPC](https://github.com/tud-a
4. [Configuration](#configuration)
5. [License](#license)
6. [Citing](#citing)
7. [Contributing](#contributing)

## Features
This package is a fast C++ implementation of Visibility-PRM with topology comparison. It takes obstacle predictions, the robot state and a set of goals as input and provides several distinct guidance trajectories as output.
Expand Down Expand Up @@ -118,4 +119,7 @@ This repository was developed at the Cognitive Robotics group of Delft Universit

If you found this repository useful, please cite our paper!

- [1] **Journal Paper:** O. de Groot, L. Ferranti, D. M. Gavrila, and J. Alonso-Mora, *Topology-Driven Parallel Trajectory Optimization in Dynamic Environments.* **IEEE Transactions on Robotics (T-RO)** 2024. Available: https://doi.org/10.1109/TRO.2024.3475047
- [1] **Journal Paper:** O. de Groot, L. Ferranti, D. M. Gavrila, and J. Alonso-Mora, *Topology-Driven Parallel Trajectory Optimization in Dynamic Environments.* **IEEE Transactions on Robotics (T-RO)** 2024. Available: https://doi.org/10.1109/TRO.2024.3475047

## Contributing
We welcome issues and contributions! If you encounter any bugs, have suggestions for new features, or want to propose improvements, feel free to open an issue or pull request.

0 comments on commit 02f34a4

Please sign in to comment.