Package org.robwork.sdurwsim
Class DynamicDevice
- java.lang.Object
-
- org.robwork.sdurwsim.DynamicDevice
-
- Direct Known Subclasses:
RigidDevice
,SuctionCup
public class DynamicDevice extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DynamicDevice(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
BodyPtr
getBase()
static long
getCPtr(DynamicDevice obj)
Q
getJointVelocities(State state)
DevicePtr
getKinematicModel()
BodyPtrVector
getLinks()
Q
getQ(State state)
void
setJointVelocities(Q vel, State state)
void
setQ(Q q, State state)
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(DynamicDevice obj)
-
delete
public void delete()
-
getKinematicModel
public DevicePtr getKinematicModel()
-
getBase
public BodyPtr getBase()
-
getLinks
public BodyPtrVector getLinks()
-
-