personalrobotics / libada

C++ library for simulating and running ADA based on DART and AIKIDO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use HandPositionCommandExecutor to find end configuration

gilwoolee opened this issue · comments

The current hand executor creates a trajectory to the given end configuration without collision checking. Use simulated hand position commend executors to find the end configuration immediately before collision and use it to create the hand trajectory.