-
Notifications
You must be signed in to change notification settings - Fork 12
/
README
41 lines (29 loc) · 999 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[![Build Status](https://travis-ci.org/KavrakiLab/tmkit.svg?branch=master)](https://travis-ci.org/KavrakiLab/tmkit)
The Task-Motion Kit (TMKit) is a framework for Task and Motion
Planning. Everyday activities, e.g., setting a table or making
coffee, combine discrete decisions about objects and actions with
geometric decisions about collision free motion. TMKit jointly
reasons about task-level objectives, i.e., choosing actions and
objects, and motion-level objectives, i.e., finding collision free
paths.
Features
========
* PDDL Task Domains
* URDF and Scene File Motion Domains
* Incremental, Constraint-Based Planner
* Plan Visualization
* Command-line Planner Interface
Installation
============
Obtaining
---------
Via git:
git clone https://github.com/kavrakilab/tmkit.git
cd tmsmt && autoreconf -i
Building
---------
./configure && make && make install
DOCUMENTATION
=============
* Manual: http://tmkit.kavrakilab.org/ and `./doc/manual/`
* Examples `./demos/`