paper-with-me

홈 › Papers

Direct Robot Configuration Space Construction using Convolutional Encoder-Decoders

2023-03-10 · Christopher Benka, Carl Gross, Riya Gupta, Hod Lipson

Intelligent robots must be able to perform safe and efficient motion planning in their environments. Central to modern motion planning is the configuration space. Configuration spaces define the set of configurations of a robot that result in collisions with obstacles in the workspace, C-clsn, and the set of configurations that do not, C-free. Modern approaches to motion planning first compute the configuration space and then perform motion planning using the calculated configuration space. Real-time motion planning requires accurate and efficient construction of configuration spaces. We are the first to apply a convolutional encoder-decoder framework for calculating highly accurate approximations to configuration spaces. Our model achieves an average 97.5% F1-score for predicting C-free and C-clsn for 2-D robotic workspaces with a dual-arm robot. Our method limits undetected collisions to less than 2.5% on robotic workspaces that involve translation, rotation, and removal of obstacles. Our model learns highly transferable features between robotic workspaces, requiring little to no fine-tuning to adapt to new transformations of obstacles in the workspace.

📄 PDF Abstract BibTeX arXiv:2303.05653

Code (1)

chrisbenka/config_spaces 공식 구현 pytorch

Tasks

DecoderMotion Planning

Similar Papers 제목 키워드 기반

Reconstruction of continuum robots by marker-free shape registration of image data using a kinematic model

2024-05-24 · Matthias K. Hoffmann, Julian Mühlenhoff, Zhaoheng Ding, Thomas Sattel 외 arxiv

Continuum robots are slender, flexible manipulators that navigate confined, curved workspaces and are gaining traction in aerospace, inspection, automation, and minimally invasive medical applications. Predicting their s…

Combinatorics of a Discrete Trajectory Space for Robot Motion Planning

2020-05-25 · Felix Wiebe, Shivesh Kumar, Daniel Harnack, Malte Langosz 외

Motion planning is a difficult problem in robot control. The complexity of the problem is directly related to the dimension of the robot's configuration space. While in many theoretical calculations and practical applica…

Motion Planning

3D reconstruction using Structure for Motion

2023-06-10 · Kshitij Karnawat, Hritvik Choudhari, Abhimanyu Saxena, Mudit Singal 외

We are working towards 3D reconstruction of indoor spaces using a pair of HDR cameras in a stereo vision configuration mounted on an indoor mobile floor robot that captures various textures and spatial features as 2D ima…

3D Reconstruction

Deep Spatial Autoencoders for Visuomotor Learning

2015-09-21 · Chelsea Finn, Xin Yu Tan, Yan Duan, Trevor Darrell 외

Reinforcement learning provides a powerful and flexible framework for automated acquisition of robotic motion skills. However, applying reinforcement learning requires a sufficiently detailed representation of the state,…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

CDFlow: Generative Gradient Flows for Configuration Space Distance Fields via Neural ODEs

2025-09-17 · Mengzhu Li, Yunyu Zhou, He Ying, F. Richard Yu arxiv

Signed Distance Fields (SDFs) are a fundamental representation in robot motion planning. Their configuration-space counterpart, the Configuration Space Distance Field (CDF), directly encodes distances in joint space, off…

Motion Planning