toppra icon indicating copy to clipboard operation
toppra copied to clipboard

robotic motion planning library

Results 39 toppra issues
Sort by recently updated
recently updated
newest added

Changes in this PRs: - Implement an algorithm to choose gridpoint automatically - Integrate to TOPPRA with N=0 Checklists: - [ ] Update HISTORY.md with a single line describing this...

**Describe the bug** I am running toppra on a 10 DoF robot with acceleration and velocity limits in C++, however, toppra is not respecting the acceleration limits. To see the...

Type: bug

Defaulting to user installation because normal site-packages is not writeable Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Processing /home/hrg/toppra Installing build dependencies ... done Getting requirements to build wheel ... done ERROR: Exception:...

Type: bug
no-issue-activity

Hello, while compute_parameterization accepts sd_start and sd_end, this seems to be a single number across all axis in the optimization. Is it possible to have something like [0,1,2] and [3,4,5],...

no-issue-activity

Hi. I am trying to find a way to construct a 3rd order piecewise-polynomial / cubic spline by specifying first-derivatives at the endpoints of the curve in cpp. I found...

Type: Enhancement
Type: question
no-issue-activity

if install C++ API, which openrobot pkg should be installed . because I see " /opt/openrobots/lib" is needed, after all there so many pkd on http://robotpkg.openrobots.org/robotpkg/robots/index.html

no-issue-activity

It would be useful to have visibility on how points in the source path are remapped into the retimed path, for the purpose of path debugging. For example, let's say...

TODOs: - [ ] Create a simple example for the C++ API online.

Type: Documentation
no-issue-activity

I used the C++ API and found the second derivative of the path parameter is not equal to zero at the start and end of the computed trajectory which is...

**Describe the bug** `Parametrizer::validate()` return false in my test **To Reproduce** [test_toppra_approach2.txt](https://github.com/hungpham2511/toppra/files/7331947/test_toppra_approach2.txt) **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots...

Type: bug
C++