Uses of Class
rp1.rossum.RsBodySensor

Packages that use RsBodySensor
rp1.rossum Provides classes to be used as the basis of both the RP1 simulator and client applications. 
rp1.simulator Provides classes to be used for the RP1 simulator internals. 
 

Uses of RsBodySensor in rp1.rossum
 

Subclasses of RsBodySensor in rp1.rossum
 class RsBodyContactSensor
          The sensor for detecting contact with other objects (a touch sensor).
 class RsBodyPaintSensor
          A sensor for detecting paint features in the simulated floor plan.
 class RsBodyRangeSensor
          The sensor for measuring distance to objects.
 class RsBodyTargetSensor
          A sensor for detecting "target" objects in the simulated floor plan.
 

Methods in rp1.rossum with parameters of type RsBodySensor
 void RsClient.sendSensorStatusRequest(RsBodySensor sensor)
           
 

Uses of RsBodySensor in rp1.simulator
 

Constructors in rp1.simulator with parameters of type RsBodySensor
SimSensorTask(SimClient _client, RsBodySensor _sensor)