Skip to content

Commit

Permalink
Merge pull request #149 from cmower/update-doc-cite
Browse files Browse the repository at this point in the history
Update links and citation
  • Loading branch information
cmower committed Aug 4, 2023
2 parents dbb6e95 + 547acc4 commit ef18f1e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ OpTaS is an OPtimization-based TAsk Specification library for trajectory optimiz
- Documentation: [https://cmower.github.io/optas/](https://cmower.github.io/optas/)
- PyPI: [https://pypi.org/project/pyoptas/](https://pypi.org/project/pyoptas/)
- Issues: [https://github.com/cmower/optas/issues](https://github.com/cmower/optas/issues)
- ICRA 2023 paper (arXiv): [https://arxiv.org/abs/2301.13512](https://arxiv.org/abs/2301.13512)
- ICRA 2023 paper:
- (arXiv) [https://arxiv.org/abs/2301.13512](https://arxiv.org/abs/2301.13512)
- (ieee) [https://ieeexplore.ieee.org/document/10161272](https://ieeexplore.ieee.org/document/10161272)
- Video: [https://youtu.be/gCMNOenFngU](https://youtu.be/gCMNOenFngU)
- Presentation: [https://vimeo.com/824802366](https://vimeo.com/824802366)

Expand Down Expand Up @@ -201,12 +203,15 @@ $ python -m pip install 'optas @ git+https://github.com/cmower/optas.git'
If you use OpTaS in your work, please consider including the following citation.

```bibtex
@inproceedings{Mower2023,
author={Mower, Christopher E. and Moura, João and Zamani Behabadi, Nazanin and Vijayakumar, Sethu and Vercauteren, Tom and Bergeles, Christos},
booktitle={2023 International Conference on Robotics and Automation (ICRA)},
@inproceedings{mower23optas,
author={Mower, Christopher E. and Moura, João and Behabadi, Nazanin Zamani and Vijayakumar, Sethu and Vercauteren, Tom and Bergeles, Christos},
booktitle={2023 IEEE International Conference on Robotics and Automation (ICRA)},
title={OpTaS: An Optimization-based Task Specification Library for Trajectory Optimization and Model Predictive Control},
year={2023},
url = {https://github.com/cmower/optas},
volume={},
number={},
pages={9118-9124},
doi={10.1109/ICRA48891.2023.10161272}
}
```

Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = OpTaS
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.0.6
PROJECT_NUMBER = 1.0.7

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyoptas"
version = "1.0.6"
version = "1.0.7"
authors = [
{ name="Christopher E. Mower", email="christopher.mower@kcl.ac.uk" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name="pyoptas",
description="An optimization-based task specification library for task and motion planning (TAMP), trajectory optimization, and model predictive control.",
version="1.0.6",
version="1.0.7",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/cmower/optas",
Expand Down

0 comments on commit ef18f1e

Please sign in to comment.