Motion Planning of Fully-actuated Closed Kinematic Chains with Revolute Joints: A Comparative Analysis
Author: Avishai Sintov, http://avishaisintov.wordpress.com
Paper: https://ieeexplore.ieee.org/document/8384022/
- Install OMPL: http://ompl.kavrakilab.org/download.html
- Install PQP: http://gamma.cs.unc.edu/SSV
- Install KDL: http://www.orocos.org/wiki/orocos/kdl-wiki
- Also requires: armadilo, openGL (for the simulation).
- Change required dependency paths in makefile.
To run a planner:
- make
- ./pXXX -h (for options)
XXX - nr: Newton-Raphson projection. pcs: Passive chains swap. rlx: Relaxation of the closed kinematic chain constraint. rss: Sampling of singular configurations.
To run simulation:
- cd simulator
- ./viz -h (for options)