Skip to main content

An action space representation for learning robot trajectories without exceeding limits on the position, velocity, acceleration and jerk of each robot joint.

Project description

Learning Robot Trajectories subject to Kinematic Joint Constraints

The aim of this package is to enable learning of robot trajectories without without exceeding limits on the position, velocity, acceleration and jerk of each robot joint. Movements are generated by mapping the predictions of a neural network to safely executable joint accelerations.
This package provides the code to compute the range of safely executable joint accelerations.

Installation

The package can be installed by running

pip install klimits

Trajectory generation

To generate a random trajectory with limited jerk, acceleration, velocity and position run

python -m klimits.test_trajectory_generation

Several parameters can be adjusted to modify the generated trajectory. Run

python -m klimits.test_trajectory_generation --help

for further details.

Further reading

A preprint of the corresponding publication is available at arXiv.org.
Further information on the implementation can be found here.
This library is used by safeMotions to learn collision-free reaching tasks via reinforcement learning.

Video

Video

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

klimits-1.0.1.tar.gz (21.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page