Immanuel Martini

Results 24 issues of Immanuel Martini

It would be helpful if a controller that does not intend to claim a resource could not only read the actual position but also the commanded position. Something like ```...

## Description Just removing some duplicate code. (backport) ### Things to add, update or check by the maintainers before this PR can be merged. * [x] Public api function documentation...

## Description These changes fix the termination of a program on calling `Robot._release()` twice. (backport from noetic-devel) ### Things to add, update or check by the maintainers before this PR...

Target: #311 Looks promising, but needs more investigation. The pictures below show that the oscillations at the acceleration-part of the LIN trajectory are dissolved. Before: ![lin_acceleration_limit_violation](https://user-images.githubusercontent.com/35950815/88272751-80da9680-ccd9-11ea-8bed-ba0157fefa0d.png) After: ![lin_acceleration_limit_violation_quadratic_rule](https://user-images.githubusercontent.com/35950815/88272762-86d07780-ccd9-11ea-8492-95aa8a8b3433.png)

### Commit 831fce5c230a07c54e7db9f770adc8f436e1d533 ### Steps to reproduce Start real robot. Switch into operation mode T1. Command a movement (e.g. PTP) through the Python API. Choose velocity scale `10`. ### Expected...

bug

Targets #102 - [x] update changelog - [x] increase API version

Blocked

related: #98 ### Steps to reproduce 1. Modify urdf such that `prbt_base` does not match root-link `world` 2. Execute a ptp pose command without reference frame ### Expected behavior Robot...

bug
Blocked

Visualize the different vectors and angles (and their relation) that are computed in `path_circle_generator.cpp`. Especially, this should make the use of `KDL::Path_Circle` more easily comprehendable.

enhancement

We need a uniform way of handling the gripper in tests. Currently we are circumventing the problem: https://github.com/PilzDE/pilz_industrial_motion/blob/6cce6beb3b35060d2b04340898e4c9dc4381a0c0/pilz_trajectory_generation/test/unittest_trajectory_generator_circ.cpp#L440 The following options could be considered: 1. All tests are run with...

enhancement