|
Executes the inversereachability database generation, args specifies a list of the arguments to the script.
Help
Usage: openrave.py --database inversereachability [options]
Generates model storing the inverse reachability space and its clusters.
Options:
-h, --help show this help message and exit
--heightthresh=HEIGHTTHRESH
The max radius of the arm to perform the computation
(default=0.05)
--quatthresh=QUATTHRESH
The max radius of the arm to perform the computation
(default=0.15)
--id=ID Special id differentiating inversereachability models
--jointvalues=JOINTVALUES
String of joint values that connect the robot base
link to the manipulator base link
OpenRAVE Environment Options:
--collision=COLLISION
Default collision checker to use
--physics=PHYSICS Default physics engine to use
-d DEBUG, --debug=DEBUG
Debug level
OpenRAVE Database Generator General Options:
--show Graphically shows the built model
--getfilename If set, will return the final database filename where
all data is stored
--gethas If set, will exit with 0 if datafile is generated and
up to date, otherwise will return a 1. This will
require loading the model and checking versions, so
might be a little slow.
--robot=ROBOT OpenRAVE robot to load
(default=robots/barrettsegway.robot.xml)
--manipname=MANIPNAME
The name of the manipulator on the robot to use
|