Tyler Kurtz

Results 4 issues of Tyler Kurtz

### Environment |info| output | |---|---| |os | Ubuntu 18.04 | |c++ version | 7.4.0 | |TF version | 1.14.1 | |TF is working | works | ### Issue Cmake...

### Environment |info| output | |---|---| |os | Ubuntu 18.04 | |c++ version | 7.4.0 | |TF version | 1.14.1 | |TF is working | works | ### Issue Build...

contribution welcome
currently not supported

Steps to reproduce Create two files in root workspace ``` py # foo.py def test_bar(): fjaoisjdfoiajsdofi ``` ```toml # pyproject.toml [tool.pytest.ini_options] faulthandler_timeout=1800 ``` Create a minimal venv with pytest-forked ```sh...

bug

## Description When seeding STOMP with a valid trajectory (from RRT), STOMP fails to find a solution by reaching the max number of iterations. ![image](https://user-images.githubusercontent.com/16064239/31071476-14715ba2-a732-11e7-8f1c-a81b864c0a8c.png) ## Background My use-case is...