Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jih189 committed Dec 13, 2024
1 parent 43547e2 commit 33a4792
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Motion Planner for Foliation Planning

## Overview
This repository contains the implementation of our constrained motion planning algorithms, tools, and utilities designed for solving foliation planning. That is, we modified Moveit! from source to make it support constrained motion planning and extanded constraint format(include grasp pose).

### Warning
THis Repo requires Ubuntu 18.04, and we did not test it in another version. Besides that, due to Ubuntu 18.04 met its EOL, any package update may cause the system failure. Therefore, we are planning to migrate all planners to Ubuntu 22.04 later.

## Directory
Here are the important directories with their descriptions.

### moveit
The modified Moveit! source code to support constrained motion planning and foliation planning.

### moveit_msgs
Contains the modified moveit msg to support constrained motion planning.

### constrained_ompl_planners
The constrained motion planners develop on ompl, and it requires our Moveit! to load them for working properly.

0 comments on commit 33a4792

Please sign in to comment.