Skip to content

Code for Via-Point Stochastic Optimization(VP-STO) planner for UR5e manipulator.

Notifications You must be signed in to change notification settings

RoboticsIIITH/DipanwitaVPSTO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Planning in PyBullet using Via-Point Stochastic Optimization(VP-STO)

Code for Via-Point Stochastic Optimization(VP-STO) planner for UR5e manipulator. Simulated in PyBullet using pybullet_planning library.

Instructions to Run

  • install pybullet_planning. Run the following:
pip install git+https://github.com/yijiangh/pybullet_planning@dev#egg=pybullet_planning

This will install both pybullet and pybullet_planning.

We also use termcolor to do colorful terminal printing, install it by:

pip install termcolor
cd vp-sto
pip install .
  • cd examples
  • Run the vpsto code:
python ur5_vpsto.py

About

Code for Via-Point Stochastic Optimization(VP-STO) planner for UR5e manipulator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published