openrave.org

Table Of Contents

Questions? Suggestions?

Join the openrave-users mailing list

Digest:

Trac: Report bugs/request features

Reference

Core C++ API

Python API

Developers Guide

This Page

RobotConfiguration - basesamplers

Type:spacesampler
Plugin:basesamplers
Interface Author:
 Rosen Diankov

Samples the robot active configuration space, treats revolute and circular joints appropriately. When creating pass the following parameters:

RobotConfiguration [robot name] [sampler name]

The sampler needs to return values in the range [0,1]. Default sampler is ‘mt19937’. If the robot active DOFs change, can use the ‘TrackActiveSpace’ command to automatically update the sampling configuration space. By default this is true.

RobotConfiguration Commands

help

display help commands.


TrackActiveSpace

Enable/disable the automating updating of the active configuration space.