paper-with-me

홈 › Papers

Learning Collision-free and Torque-limited Robot Trajectories based on Alternative Safe Behaviors

2021-03-05 · Jonas C. Kiemel, Torsten Kröger

This paper presents an approach for learning online generation of collision-free and torque-limited robot trajectories. In order to generate future motions, a neural network is periodically invoked. Based on the current kinematic state of the robot and the network output, a trajectory for the current time interval can be calculated. The main idea of our paper is to execute the computed motion only if a collision-free and torque-limited way to continue the trajectory is known. In practice, the motion computed for the current time interval is extended by a braking trajectory and simulated using a physics engine. If the simulated trajectory complies with all safety constraints, the computed motion is carried out. Otherwise, the braking trajectory calculated in the previous time interval serves as an alternative safe behavior. Given a task-specific reward function, the neural network is trained using reinforcement learning. The design of the action space used for reinforcement learning ensures that all computed trajectories comply with kinematic joint limits. For our evaluation, simulated humanoid robots and industrial robots are trained to reach as many randomly placed target points as possible. We show that our method reliably prevents collisions with static obstacles and collisions between the robot arms, while generating motions that respect both torque limits and kinematic joint limits. Experiments with a real robot demonstrate that safe trajectories can be generated in real-time.

📄 PDF Abstract BibTeX arXiv:2103.03793

Code (1)

translearn/safeMotions 공식 구현

Tasks

Industrial Robotsreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Viability-Preserving Passive Torque Control

2025-10-03 · Zizhe Zhang, Yicong Wang, Zhiquan Zhang, Tianyu Li 외 arxiv

Conventional passivity-based torque controllers for manipulators are typically unconstrained, which can lead to safety violations under external perturbations. In this paper, we employ viability theory to pre-compute saf…

Collision Avoidance

Learning-Guided Force-Feedback Model Predictive Control with Obstacle Avoidance for Robotic Deburring

2026-04-07 · Krzysztof Wojciechowski, Ege Gursoy, Arthur Haffemayer, Sebastien Kleff 외 arxiv

Model Predictive Control (MPC) is widely used for torque-controlled robots, but classical formulations often neglect real-time force feedback and struggle with contact-rich industrial tasks under collision constraints. D…

Collision Avoidance

Warm-Starting Collision-Free Model Predictive Control With Object-Centric Diffusion

2026-01-06 · Arthur Haffemayer, Alexandre Chapin, Armand Jordana, Krzysztof Wojciechowski 외 arxiv

Acting in cluttered environments requires predicting and avoiding collisions while still achieving precise control. Conventional optimization-based controllers can enforce physical constraints, but they struggle to produ…

BOMP: Bin-Optimized Motion Planning

2024-10-31 · Zachary Tam, Karthik Dharmarajan, Tianshuang Qiu, Yahav Avigal 외

In logistics, the ability to quickly compute and execute pick-and-place motions from bins is critical to increasing productivity. We present Bin-Optimized Motion Planning (BOMP), a motion planning framework that plans ar…

Motion Planning

COSMIK-MPPI: Scaling Constrained Model Predictive Control to Collision Avoidance in Close-Proximity Dynamic Human Environments

2026-04-11 · Ege Gursoy, Maxime Sabbah, Arthur Haffemayer, Joao Cavalcanti Santos 외 arxiv

Ensuring safe physical interaction between torque-controlled manipulators and humans is essential for deploying robots in everyday environments. Model Predictive Control (MPC) has emerged as a suitable framework thanks t…

Collision Avoidance