Skip to content

ashwin-97/OMPL-Motion-Planner-for-mujoco210

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OMPL-Motion-Planner-for-mujoco210

Mujoco210 library integration and removed errors

Requirements

OMPL

Install from here: https://ompl.kavrakilab.org/installation.html (If you install it from source, make sure to run 'make install'.)

MuJoCo

Eigen3

OpenGL

GLEW

  • Install all the above

Build

cmake .
make

Run

MacOS requires to include the mujoco bin directory in the DYLD_LIBRARY_PATH:

DYLD_LIBRARY_PATH=/Users/$USER/.mujoco/mujoco210/bin

To create a plan file:

./plan -o plan.out problems/reacher_prob.yaml

To visualize a plan as a graph:

python3 plot_plan.py plan.out problems/reacher_info.yaml

To rollout a plan in MuJoCo with OpenGL rendering:

./render_plan problems/reacher.xml plan.out

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published