Package openravepy :: Package databases :: Module linkstatistics

Module linkstatistics

source code

掃引体積等のリンク統計

../../images/databases_linkstatistics_wam_sweptvolume_j0.jpg ../../images/databases_linkstatistics_wam_sweptvolume_j1.jpg ../../images/databases_linkstatistics_wam_sweptvolume_j2.jpg ../../images/databases_linkstatistics_wam_sweptvolume_j3.jpg ../../images/databases_linkstatistics_wam_sweptvolume_j4.jpg ../../images/databases_linkstatistics_wam_sweptvolume_j5.jpg ../../images/databases_linkstatistics_wam_sweptvolume_j6.jpg

Running the Generator

openrave.py --database linkstatistics --robot=robots/barrettsegway.robot.xml

Showing the Reachability (uses mayavi2)

openrave.py --database linkstatistics --robot=robots/barrettsegway.robot.xml --show

Author: Rosen Diankov

Copyright: Copyright (C) 2009-2010 Rosen Diankov (rosen.diankov@gmail.com)

License: Apache License, Version 2.0

Classes
  LinkStatisticsModel
Computes the convex decomposition of all of the robot's links
Functions
 
run(*args, **kwargs)
Executes the linkstatistics database generation, args specifies a list of the arguments to the script.
source code
Variables
  __package__ = 'openravepy.databases'
Function Details

run(*args, **kwargs)

source code 

Executes the linkstatistics database generation, args specifies a list of the arguments to the script.

Help

Usage: openrave.py --database linkstatistics [options]

Computes statistics about the link geometry

Options:
  -h, --help            show this help message and exit
  --samplingdelta=SAMPLINGDELTA
                        Skin width on the convex hulls generated
                        (default=0.01)

  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)