As per the title, this PR implements three new RPC methods
SetStaticPose
SetStaticPosition
SetStaticOrientation
allowing to set the pose of the object (or its position or its orientation) kinematically without making use of the dynamic controller (which is disabled after each of these requests).
The user can always re-enable the controller using the RPC call SetControllerStatus "true".
As per the title, this PR implements three new RPC methods
SetStaticPose
SetStaticPosition
SetStaticOrientation
allowing to set the pose of the object (or its position or its orientation) kinematically without making use of the dynamic controller (which is disabled after each of these requests).
The user can always re-enable the controller using the RPC call
SetControllerStatus "true"
.