GeomagicDriver
Driver allowing interfacing with Geomagic haptic devices.
Target: Geomagic
namespace: sofa::component::controller
parents:
- Controller
Data
Name | Description | Default value |
---|---|---|
name | object name | unnamed |
printLog | if true, emits extra messages at runtime. | 0 |
tags | list of the subsets the object belongs to | |
bbox | this object bounding box | |
componentState | The state of the component among (Dirty, Valid, Undefined, Loading, Invalid). | Undefined |
listening | if true, handle the events, otherwise ignore the events | 0 |
handleEventTriggersUpdate | Event handling frequency controls the controller update frequency | 0 |
deviceName | Name of device Configuration | Default Device |
positionBase | Position of the device base in the SOFA scene world coordinates | 0 0 0 |
orientationBase | Orientation of the device base in the SOFA scene world coordinates | 0 0 0 1 |
orientationTool | Orientation of the tool in the SOFA scene world coordinates | 0 0 0 1 |
scale | Default scale applied to the Device coordinates | 1 |
forceScale | Default scaling factor applied to the force feedback | 1 |
maxInputForceFeedback | Maximum value of the normed input force feedback for device security | 1 |
inputForceFeedback | Input force feedback in case of no LCPForceFeedback is found (manual setting) | 0 0 0 |
manualStart | If true, will not automatically initDevice at component init phase. | 0 |
emitButtonEvent | If true, will send event through the graph when button are pushed/released | 0 |
positionDevice | position of the base of the part of the device | |
angle | Angular values of joint (rad) | |
button1 | Button state 1 | |
button2 | Button state 2 | |
Visualization | ||
drawDeviceFrame | Visualize the frame corresponding to the device tooltip | 0 |
drawDevice | Visualize the Geomagic device in the virtual scene | 0 |
Links
Name | Description | Destination type name |
---|---|---|
context | Graph Node containing this object (or BaseContext::getDefault() if no graph is used) | BaseContext |
slaves | Sub-objects used internally by this object | BaseObject |
master | nullptr for regular objects, or master object for which this object is one sub-objects | BaseObject |
forceFeedBack | link to the forceFeedBack component, if not set will search through graph and take first one encountered. | ForceFeedback |