in java, how can we get the current pose of the robot in urcap?
from urcap javadoc, under Position class, there is getX(),getY() and getZ().
However it does not state the return value. When i implement this class it show return 0;
Since this interface class, the method itself does not has body, so it will not return anything until we define it.
in this case, how do we get the current robot pose?
is there an example on how to utilize the such class like Pose, Position, Rotation, DigitalIO, etc…
quite confused with whether the methods stated in urcap javadoc, is it just for store the data input from user, or it can be used to retrieve current robot information.
thanks